[Python-checkins] buildbot failure in PPC64 Debian trunk

buildbot at python.org buildbot at python.org
Sun Apr 13 02:30:30 CEST 2008


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

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

Buildslave for this Build: klose-debian-ppc64

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: brett.cannon

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_structmembers

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

Traceback (most recent call last):
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/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 "/home/pybot/buildarea64/trunk.klose-debian-ppc64/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 "/home/pybot/buildarea64/trunk.klose-debian-ppc64/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 "/home/pybot/buildarea64/trunk.klose-debian-ppc64/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 "/home/pybot/buildarea64/trunk.klose-debian-ppc64/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 "/home/pybot/buildarea64/trunk.klose-debian-ppc64/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