This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, loewis, pitrou, vgeorge
Date 2009-01-17.21:03:08
SpamBayes Score 0.00031859515
Marked as misclassified No
Message-id <1232226227.74.0.907858010029.issue3997@psf.upfronthosting.co.za>
In-reply-to
Content
Reopening, some tests have started deterministically failing:

======================================================================
ERROR: testAbsoluteArcnames (test.test_zipfile.TestZip64InSmallFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_zipfile.py",
line 506, in testAbsoluteArcnames
    zipfp = zipfile.ZipFile(TESTFN2, "r", zipfile.ZIP_STORED)
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/zipfile.py",
line 710, in __init__
    self._GetContents()
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/zipfile.py",
line 730, in _GetContents
    self._RealGetContents()
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/zipfile.py",
line 767, in _RealGetContents
    raise BadZipfile, "Bad magic number for central directory"
BadZipfile: Bad magic number for central directory

======================================================================
ERROR: testDeflated (test.test_zipfile.TestZip64InSmallFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_zipfile.py",
line 499, in testDeflated
    self.zipTest(f, zipfile.ZIP_DEFLATED)
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_zipfile.py",
line 434, in zipTest
    zipfp = zipfile.ZipFile(f, "r", compression)
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/zipfile.py",
line 710, in __init__
    self._GetContents()
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/zipfile.py",
line 730, in _GetContents
    self._RealGetContents()
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/zipfile.py",
line 767, in _RealGetContents
    raise BadZipfile, "Bad magic number for central directory"
BadZipfile: Bad magic number for central directory

======================================================================
ERROR: testStored (test.test_zipfile.TestZip64InSmallFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_zipfile.py",
line 493, in testStored
    self.zipTest(f, zipfile.ZIP_STORED)
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_zipfile.py",
line 434, in zipTest
    zipfp = zipfile.ZipFile(f, "r", compression)
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/zipfile.py",
line 710, in __init__
    self._GetContents()
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/zipfile.py",
line 730, in _GetContents
    self._RealGetContents()
  File
"/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/zipfile.py",
line 767, in _RealGetContents
    raise BadZipfile, "Bad magic number for central directory"
BadZipfile: Bad magic number for central directory

----------------------------------------------------------------------
History
Date User Action Args
2009-01-17 21:03:47pitrousetrecipients: + pitrou, loewis, amaury.forgeotdarc, vgeorge
2009-01-17 21:03:47pitrousetmessageid: <1232226227.74.0.907858010029.issue3997@psf.upfronthosting.co.za>
2009-01-17 21:03:09pitroulinkissue3997 messages
2009-01-17 21:03:08pitroucreate