[Python-checkins] buildbot failure in ia64 Ubuntu 3.0

buildbot at python.org buildbot at python.org
Tue Dec 16 01:37:33 CET 2008


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/817

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: antoine.pitrou

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_normalization

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 596, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/test/test_normalization.py", line 13, in <module>
    l = f.readline()
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/io.py", line 1810, in readline
    while self._read_chunk():
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/io.py", line 1559, in _read_chunk
    self._set_decoded_chars(self._decoder.decode(input_chunk, eof))
  File "/home/pybot/buildarea/3.0.klose-debian-ia64/build/Lib/io.py", line 1292, in decode
    output = self.decoder.decode(input, final=final)
  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 0xe1 in position 1129: ordinal not in range(128)

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list