[Python-checkins] buildbot failure in PPC64 Debian trunk

buildbot at python.org buildbot at python.org
Wed Mar 26 14:56:22 CET 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/602

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: christian.heimes,georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_io

======================================================================
ERROR: testBasicIO (test.test_io.TextIOWrapperTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/test/test_io.py", line 822, in testBasicIO
    self.multi_line_test(f, enc)
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/test/test_io.py", line 840, in multi_line_test
    pos = f.tell()
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/io.py", line 1386, in tell
    for next_byte[0] in next_input:
ValueError: byte must be in range(0, 256)

======================================================================
ERROR: testSeeking (test.test_io.TextIOWrapperTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/test/test_io.py", line 882, in testSeeking
    self.assertEquals(f.tell(), prefix_size)
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/io.py", line 1386, in tell
    for next_byte[0] in next_input:
ValueError: byte must be in range(0, 256)

======================================================================
ERROR: testSeekingToo (test.test_io.TextIOWrapperTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/test/test_io.py", line 895, in testSeekingToo
    f.tell()
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/io.py", line 1386, in tell
    for next_byte[0] in next_input:
ValueError: byte must be in range(0, 256)

======================================================================
ERROR: testTelling (test.test_io.TextIOWrapperTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/test/test_io.py", line 857, in testTelling
    self.assertEquals(f.tell(), p1)
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/io.py", line 1386, in tell
    for next_byte[0] in next_input:
ValueError: byte must be in range(0, 256)

======================================================================
ERROR: test_issue1395_5 (test.test_io.TextIOWrapperTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/test/test_io.py", line 1077, in test_issue1395_5
    pos = txt.tell()
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/io.py", line 1386, in tell
    for next_byte[0] in next_input:
ValueError: byte must be in range(0, 256)

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list