[Python-checkins] buildbot failure in g4 osx.4 trunk

buildbot at python.org buildbot at python.org
Sun Apr 13 05:12:49 CEST 2008


The Buildbot has detected a new failure of g4 osx.4 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/g4%20osx.4%20trunk/builds/3193

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

Buildslave for this Build: psf-g4

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: andrew.kuchling,benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/threading.py", line 500, in __bootstrap_inner
    self.run()
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/threading.py", line 456, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/bsddb/test/test_thread.py", line 284, in readerThread
    rec = dbutils.DeadlockWrap(c.next, max_retries=10)
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/bsddb/dbutils.py", line 62, in DeadlockWrap
    return function(*_args, **_kwargs)
DBLockDeadlockError: (-30995, 'DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock')

Traceback (most recent call last):
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/threading.py", line 500, in __bootstrap_inner
    self.run()
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/threading.py", line 456, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/bsddb/test/test_thread.py", line 284, in readerThread
    rec = dbutils.DeadlockWrap(c.next, max_retries=10)
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/bsddb/dbutils.py", line 62, in DeadlockWrap
    return function(*_args, **_kwargs)
DBLockDeadlockError: (-30995, 'DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock')

3 tests failed:
    test_structmembers test_sundry test_zlib

======================================================================
ERROR: test_byte_max (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_structmembers.py", line 73, in test_byte_max
    ts.T_BYTE = CHAR_MAX+1
RuntimeWarning: Truncation of value to char

======================================================================
ERROR: test_byte_min (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_structmembers.py", line 78, in test_byte_min
    ts.T_BYTE = CHAR_MIN-1
RuntimeWarning: Truncation of value to char

======================================================================
ERROR: test_short_max (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_structmembers.py", line 88, in test_short_max
    ts.T_SHORT = SHRT_MAX+1
RuntimeWarning: Truncation of value to short

======================================================================
ERROR: test_short_min (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_structmembers.py", line 93, in test_short_min
    ts.T_SHORT = SHRT_MIN-1
RuntimeWarning: Truncation of value to short

======================================================================
ERROR: test_ubyte_max (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_structmembers.py", line 83, in test_ubyte_max
    ts.T_UBYTE = UCHAR_MAX+1
RuntimeWarning: Truncation of value to unsigned char

======================================================================
ERROR: test_ushort_max (test.test_structmembers.TestWarnings)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_structmembers.py", line 98, in test_ushort_max
    ts.T_USHORT = USHRT_MAX+1
RuntimeWarning: Truncation of value to unsigned short

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list