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

buildbot at python.org buildbot at python.org
Sun Oct 14 23:47:28 CEST 2007


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

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

Buildslave for this Build: klose-debian-s390

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: guido.van.rossum

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
    test_ctypes test_email

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.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/3.0.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,)

======================================================================
ERROR: test_same_boundary_inner_outer (email.test.test_email.TestNonConformant)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/email/test/test_email.py", line 1445, in test_same_boundary_inner_outer
    msg = self._msgobj('msg_15.txt')
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/email/test/test_email.py", line 67, in _msgobj
    return email.message_from_file(fp)
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/email/__init__.py", line 46, in message_from_file
    return Parser(*args, **kws).parse(fp)
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/email/parser.py", line 68, in parse
    data = fp.read(8192)
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/io.py", line 1230, in read
    readahead, pending = self._read_chunk()
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/io.py", line 1126, in _read_chunk
    pending = self._decoder.decode(readahead, not readahead)
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xbe in position 86: ordinal not in range(128)

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list