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

buildbot at python.org buildbot at python.org
Sun Oct 26 21:48:35 CET 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/414

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

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/threading.py", line 522, in __bootstrap_inner
    self.run()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/threading.py", line 477, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/bsddb/test/test_thread.py", line 306, in readerThread
    rec = dbutils.DeadlockWrap(c.next, max_retries=10)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/bsddb/dbutils.py", line 68, in DeadlockWrap
    return function(*_args, **_kwargs)
DBLockDeadlockError: (-30995, 'DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock')

1 test failed:
    test_future

======================================================================
ERROR: test_multiple_features (test.test_future.FutureTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_future.py", line 107, in test_multiple_features
    from test import test_future5
ImportError: cannot import name test_future5

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list