[Python-checkins] buildbot failure in ia64 Ubuntu 3.0

buildbot at python.org buildbot at python.org
Sun Oct 14 23:33:01 CEST 2007


The Buildbot has detected a new failure of ia64 Ubuntu 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ia64%20Ubuntu%203.0/builds/144

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

Buildslave for this Build: klose-debian-ia64

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_email test_socket

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/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-ia64/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-ia64/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-ia64/build/Lib/email/parser.py", line 68, in parse
    data = fp.read(8192)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/io.py", line 1230, in read
    readahead, pending = self._read_chunk()
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/io.py", line 1126, in _read_chunk
    pending = self._decoder.decode(readahead, not readahead)
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/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)

======================================================================
ERROR: testGetServBy (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/test/test_socket.py", line 354, in testGetServBy
    raise socket.error
socket.error

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list