
buildbot at python
Sep 10, 2008, 7:49 AM
Post #7 of 17
(388 views)
Permalink
|
The Buildbot has detected a new failure of PPC64 Debian 3.0. Full details are available at: http://www.python.org/dev/buildbot/all/PPC64%20Debian%203.0/builds/1632 Buildbot URL: http://www.python.org/dev/buildbot/all/ Buildslave for this Build: klose-debian-ppc64 Build Reason: Build Source Stamp: [branch branches/py3k] HEAD Blamelist: benjamin.peterson,georg.brandl,martin.v.loewis BUILD FAILED: failed test Excerpt from the test logfile: Traceback (most recent call last): File "./Lib/test/regrtest.py", line 1198, in <module> main() File "./Lib/test/regrtest.py", line 411, in main testdir, huntrleaks) File "./Lib/test/regrtest.py", line 570, in runtest testdir, huntrleaks) File "./Lib/test/regrtest.py", line 623, in runtest_inner print("test", test, "failed --", msg) File "/home/pybot/buildarea64/3.0.klose-debian-ppc64/build/Lib/io.py", line 1486, in write b = encoder.encode(s) File "/home/pybot/buildarea64/3.0.klose-debian-ppc64/build/Lib/encodings/ascii.py", line 22, in encode return codecs.ascii_encode(input, self.errors)[0] UnicodeEncodeError: 'ascii' codec can't encode character '\u0370' in position 381: ordinal not in range(128) make: *** [buildbottest] Error 1 sincerely, -The Buildbot _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|