[Python-checkins] buildbot failure in OS X x86 trunk

buildbot at python.org buildbot at python.org
Wed Sep 10 16:08:46 CEST 2008


The Buildbot has detected a new failure of OS X x86 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/OS%20X%20x86%20trunk/builds/312

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: noller-osx86

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson,martin.v.loewis

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 29, in f
    self.alive[id] = os.getpid()
AttributeError: 'NoneType' object has no attribute 'getpid'

Traceback (most recent call last):
Unhandled exception in thread started by <bound method Wait3Test.f of <test.test_wait3.Wait3Test testMethod=test_wait>>  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 29, in f

Traceback (most recent call last):
AttributeError  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 29, in f

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 29, in f
    self.alive[id] = os.getpid()
AttributeError: 'NoneType' object has no attribute 'getpid'

3 tests failed:
    test_bsddb test_normalization test_wait3

4 tests failed:
    test_bsddb test_bz2 test_normalization test_wait3

======================================================================
FAIL: test_main (test.test_normalization.NormalizationTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_normalization.py", line 83, in test_main
    self.failUnless(X == NFC(X) == NFD(X) == NFKC(X) == NFKD(X), c)
AssertionError: 6918

======================================================================
FAIL: test_main (test.test_normalization.NormalizationTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_normalization.py", line 83, in test_main
    self.failUnless(X == NFC(X) == NFD(X) == NFKC(X) == NFKD(X), c)
AssertionError: 6918

======================================================================
ERROR: test_wait (test.test_wait3.Wait3Test)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 66, in test_wait
    time.sleep(LONGSLEEP)
IOError: [Errno 22] Invalid argument

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 247, in _run_finalizers
    finalizer()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 186, in __call__
    res = self._callback(*self._args, **self._kwargs)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shutil.py", line 208, in rmtree
    onerror(os.listdir, path, sys.exc_info())
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shutil.py", line 206, in rmtree
    names = os.listdir(path)
OSError: [Errno 2] No such file or directory: '/tmp/pymp-teIwxR'

======================================================================
FAIL: test_wait (test.test_wait3.Wait3Test)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/fork_wait.py", line 74, in test_wait
    self.wait_impl(cpid)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_wait3.py", line 30, in wait_impl
    self.assertEqual(status, 0, "cause = %d, exit = %d" % (status&0xff, status>>8))
AssertionError: cause = 0, exit = 1

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 247, in _run_finalizers
    finalizer()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/multiprocessing/util.py", line 186, in __call__
    res = self._callback(*self._args, **self._kwargs)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shutil.py", line 208, in rmtree
    onerror(os.listdir, path, sys.exc_info())
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shutil.py", line 206, in rmtree
    names = os.listdir(path)
OSError: [Errno 2] No such file or directory: '/tmp/pymp-teIwxR'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list