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

Brett Cannon brett at python.org
Sun Apr 13 03:01:15 CEST 2008


On Sat, Apr 12, 2008 at 5:40 PM,  <buildbot at python.org> wrote:
> 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/3191
>
>  Buildbot URL: http://www.python.org/dev/buildbot/all/
>
>  Buildslave for this Build: psf-g4
>
>  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 "/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

This test is not failing for me on my MacBook running Leopard so I
can't diagnose it.

-Brett


More information about the Python-checkins mailing list