[Python-checkins] buildbot warnings in ia64 Ubuntu trunk 3.0

buildbot at python.org buildbot at python.org
Fri Aug 31 16:05:39 CEST 2007


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

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

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: barry.warsaw,georg.brandl,martin.v.loewis

Build had warnings: warnings test

Excerpt from the test logfile:
1 test failed:
    test_email

======================================================================
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 1231, in read
    readahead, pending = self._read_chunk()
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/io.py", line 1127, 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)

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list