[Python-checkins] buildbot failure in PPC64 Debian 3.x

buildbot at python.org buildbot at python.org
Sat Jan 17 19:14:22 CET 2009


The Buildbot has detected a new failure of PPC64 Debian 3.x.
Full details are available at:
 http://www.python.org/dev/buildbot/all/PPC64%20Debian%203.x/builds/126

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: amaury.forgeotdarc

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_zipfile

======================================================================
ERROR: testAbsoluteArcnames (test.test_zipfile.TestZip64InSmallFiles)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/test/test_zipfile.py", line 494, in testAbsoluteArcnames
    zipfp = zipfile.ZipFile(TESTFN2, "r", zipfile.ZIP_STORED)
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/zipfile.py", line 708, in __init__
    self._GetContents()
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/zipfile.py", line 728, in _GetContents
    self._RealGetContents()
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/zipfile.py", line 765, in _RealGetContents
    raise BadZipfile("Bad magic number for central directory")
zipfile.BadZipfile: Bad magic number for central directory

======================================================================
ERROR: testDeflated (test.test_zipfile.TestZip64InSmallFiles)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/test/test_zipfile.py", line 487, in testDeflated
    self.zipTest(f, zipfile.ZIP_DEFLATED)
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/test/test_zipfile.py", line 428, in zipTest
    zipfp = zipfile.ZipFile(f, "r", compression)
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/zipfile.py", line 708, in __init__
    self._GetContents()
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/zipfile.py", line 728, in _GetContents
    self._RealGetContents()
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/zipfile.py", line 765, in _RealGetContents
    raise BadZipfile("Bad magic number for central directory")
zipfile.BadZipfile: Bad magic number for central directory

======================================================================
ERROR: testStored (test.test_zipfile.TestZip64InSmallFiles)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/test/test_zipfile.py", line 481, in testStored
    self.zipTest(f, zipfile.ZIP_STORED)
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/test/test_zipfile.py", line 428, in zipTest
    zipfp = zipfile.ZipFile(f, "r", compression)
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/zipfile.py", line 708, in __init__
    self._GetContents()
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/zipfile.py", line 728, in _GetContents
    self._RealGetContents()
  File "/home/pybot/buildarea64/3.x.klose-debian-ppc64/build/Lib/zipfile.py", line 765, in _RealGetContents
    raise BadZipfile("Bad magic number for central directory")
zipfile.BadZipfile: Bad magic number for central directory

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list