[Python-checkins] buildbot warnings in g4 osx.4 trunk

buildbot at python.org buildbot at python.org
Tue Mar 13 13:54:55 CET 2007


The Buildbot has detected a new failure of g4 osx.4 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/g4%2520osx.4%2520trunk/builds/1847

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: georg.brandl,lars.gustaebel,martin.v.loewis

Build had warnings: warnings test

Excerpt from the test logfile:
1 test failed:
    test_tarfile

======================================================================
ERROR: test_find_pax_umlauts (test.test_tarfile.MemberReadTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_tarfile.py", line 366, in test_find_pax_umlauts
    tarinfo = self.tar.getmember("pax/umlauts-ÄÖÜäöüß")
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/tarfile.py", line 1744, in getmember
    raise KeyError("filename %r not found" % name)
KeyError: "filename 'pax/umlauts-\\xc4\\xd6\\xdc\\xe4\\xf6\\xfc\\xdf' not found"

======================================================================
FAIL: test_pax_globheaders (test.test_tarfile.PaxReadTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_tarfile.py", line 421, in test_pax_globheaders
    self.assertEqual(tarinfo.pax_headers.get("VENDOR.umlauts"), "ÄÖÜäöüß")
AssertionError: '\xc3\x84\xc3\x96\xc3\x9c\xc3\xa4\xc3\xb6\xc3\xbc\xc3\x9f' != '\xc4\xd6\xdc\xe4\xf6\xfc\xdf'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list