[Python-checkins] buildbot failure in amd64 gentoo 3.0

buildbot at python.org buildbot at python.org
Wed Sep 10 16:32:00 CEST 2008


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

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

Buildslave for this Build: norwitz-amd64

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:
3 tests failed:
    test_format test_normalization test_unicode

======================================================================
FAIL: test_format (test.test_format.FormatTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_format.py", line 219, in test_format
    testformat("%r", "\u0370", "'\\u0370'")  # non printable
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_format.py", line 41, in testformat
    (formatstr, args, result, output))
AssertionError: '%r' % 'Í°' == "'Í°'" != "'\\u0370'"

======================================================================
FAIL: test_main (test.test_normalization.NormalizationTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_normalization.py", line 83, in test_main
    self.failUnless(X == NFC(X) == NFD(X) == NFKC(X) == NFKD(X), c)
AssertionError: 6918

======================================================================
FAIL: test_format (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_unicode.py", line 614, in test_format
AssertionError: "'Í°'" != "'\\u0370'"

======================================================================
FAIL: test_isprintable (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_unicode.py", line 432, in test_isprintable
AssertionError: None

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list