[Python-checkins] buildbot failure in S-390 Debian trunk

buildbot at python.org buildbot at python.org
Mon Oct 29 00:54:19 CET 2007


The Buildbot has detected a new failure of S-390 Debian trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/S-390%20Debian%20trunk/builds/1285

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

Buildslave for this Build: klose-debian-s390

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: georg.brandl,hyeshik.chang,kurt.kaiser,neal.norwitz

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/threading.py", line 446, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/bsddb/test/test_thread.py", line 281, in readerThread
    rec = dbutils.DeadlockWrap(c.next, max_retries=10)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/bsddb/dbutils.py", line 62, in DeadlockWrap
    return function(*_args, **_kwargs)
DBLockDeadlockError: (-30995, 'DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock')

1 test failed:
    test_ctypes

======================================================================
FAIL: test_longdouble (ctypes.test.test_callbacks.Callbacks)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/ctypes/test/test_callbacks.py", line 81, in test_longdouble
    self.check_type(c_longdouble, 3.14)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/ctypes/test/test_callbacks.py", line 22, in check_type
    self.failUnlessEqual(self.got_args, (arg,))
AssertionError: (-inf,) != (3.1400000000000001,)

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list