[Python-checkins] buildbot failure in x86 XP-3 3.0

buildbot at python.org buildbot at python.org
Thu May 1 07:14:00 CEST 2008


The Buildbot has detected a new failure of x86 XP-3 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20XP-3%203.0/builds/821

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

Buildslave for this Build: heller-windows

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: mark.dickinson

BUILD FAILED: failed test

Excerpt from the test logfile:
20 tests failed:
    test_array test_bufio test_cookielib test_deque test_distutils
    test_fileinput test_gzip test_marshal test_math test_mmap
    test_multibytecodec test_pep277 test_set test_subprocess
    test_univnewlines test_urllib test_urllib2 test_xmlrpc_net
    test_zipfile test_zipimport

======================================================================
ERROR: test_nullpat (test.test_bufio.BufferSizeTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bufio.py", line 59, in test_nullpat
    self.drive_one(bytes(1000))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bufio.py", line 49, in drive_one
    self.try_one(teststring)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bufio.py", line 21, in try_one
    f = open(test_support.TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_primepat (test.test_bufio.BufferSizeTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bufio.py", line 56, in test_primepat
    self.drive_one(b"1234567890\00\01\02\03\04\05\06")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bufio.py", line 49, in drive_one
    self.try_one(teststring)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bufio.py", line 21, in try_one
    f = open(test_support.TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_missing_value (test.test_cookielib.CookieTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_cookielib.py", line 373, in test_missing_value
    c.save(ignore_expires=True, ignore_discard=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\_MozillaCookieJar.py", line 118, in save
    f = open(filename, "w")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_maxlen (test.test_deque.TestBasic)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_deque.py", line 80, in test_maxlen
    fo = open(test_support.TESTFN, "w")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_print (test.test_deque.TestBasic)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_deque.py", line 294, in test_print
    fo.close()
UnboundLocalError: local variable 'fo' referenced before assignment

======================================================================
ERROR: test_read (test.test_gzip.TestGzip)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_gzip.py", line 45, in test_read
    self.test_write()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_gzip.py", line 35, in test_write
    f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\gzip.py", line 91, in __init__
    fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_readline (test.test_gzip.TestGzip)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_gzip.py", line 82, in test_readline
    self.test_write()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_gzip.py", line 35, in test_write
    f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\gzip.py", line 91, in __init__
    fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_readlines (test.test_gzip.TestGzip)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_gzip.py", line 95, in test_readlines
    self.test_write()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_gzip.py", line 35, in test_write
    f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\gzip.py", line 91, in __init__
    fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_seek_read (test.test_gzip.TestGzip)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_gzip.py", line 109, in test_seek_read
    self.test_write()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_gzip.py", line 35, in test_write
    f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\gzip.py", line 91, in __init__
    fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_seek_whence (test.test_gzip.TestGzip)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_gzip.py", line 129, in test_seek_whence
    self.test_write()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_gzip.py", line 35, in test_write
    f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\gzip.py", line 91, in __init__
    fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_seek_write (test.test_gzip.TestGzip)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_gzip.py", line 141, in test_seek_write
    f = gzip.GzipFile(self.filename, 'w')
  File "C:\buildbot\work\3.0.heller-windows\build\lib\gzip.py", line 91, in __init__
    fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_write (test.test_gzip.TestGzip)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_gzip.py", line 35, in test_write
    f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\gzip.py", line 91, in __init__
    fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_bool (test.test_marshal.IntTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 63, in test_bool
    self.helper(b)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 14, in helper
    f = open(test_support.TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_ints (test.test_marshal.IntTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 34, in test_ints
    self.helper(expected)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 14, in helper
    f = open(test_support.TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_floats (test.test_marshal.FloatTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 72, in test_floats
    self.helper(float(expected))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 14, in helper
    f = open(test_support.TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_bytes (test.test_marshal.StringTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 103, in test_bytes
    self.helper(s)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 14, in helper
    f = open(test_support.TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_string (test.test_marshal.StringTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 99, in test_string
    self.helper(s)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 14, in helper
    f = open(test_support.TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_unicode (test.test_marshal.StringTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 95, in test_unicode
    self.helper(marshal.loads(marshal.dumps(s)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 14, in helper
    f = open(test_support.TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_dict (test.test_marshal.ContainerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 128, in test_dict
    self.helper(self.d)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 14, in helper
    f = open(test_support.TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_list (test.test_marshal.ContainerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 131, in test_list
    self.helper(list(self.d.items()))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 14, in helper
    f = open(test_support.TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_sets (test.test_marshal.ContainerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 138, in test_sets
    self.helper(constructor(self.d.keys()))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 14, in helper
    f = open(test_support.TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_tuple (test.test_marshal.ContainerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 134, in test_tuple
    self.helper(tuple(self.d.keys()))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_marshal.py", line 14, in helper
    f = open(test_support.TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testAcos (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 69, in testAcos
    self.assert_(math.isnan(math.acos(NAN)))
ValueError: math domain error

======================================================================
ERROR: testAsin (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 88, in testAsin
    self.assert_(math.isnan(math.asin(NAN)))
ValueError: math domain error

======================================================================
ERROR: testAsinh (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 97, in testAsinh
    self.assert_(math.isnan(math.asinh(NAN)))
ValueError: math domain error

======================================================================
ERROR: testAtan (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 106, in testAtan
    self.assert_(math.isnan(math.atan(NAN)))
ValueError: math domain error

======================================================================
ERROR: testCos (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 246, in testCos
    self.assert_(math.isnan(math.cos(NAN)))
ValueError: math domain error

======================================================================
ERROR: testCosh (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 254, in testCosh
    self.assert_(math.isnan(math.cosh(NAN)))
ValueError: math domain error

======================================================================
ERROR: testExp (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 269, in testExp
    self.assert_(math.isnan(math.exp(NAN)))
ValueError: math domain error

======================================================================
ERROR: testLog (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 382, in testLog
    self.assert_(math.isnan(math.log(NAN)))
ValueError: math domain error

======================================================================
ERROR: testLog10 (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 404, in testLog10
    self.assert_(math.isnan(math.log10(NAN)))
ValueError: math domain error

======================================================================
ERROR: testLog1p (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 392, in testLog1p
    self.assert_(math.isnan(math.log1p(NAN)))
ValueError: math domain error

======================================================================
ERROR: testSin (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 591, in testSin
    self.assert_(math.isnan(math.sin(NAN)))
ValueError: math domain error

======================================================================
ERROR: testSinh (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 600, in testSinh
    self.assert_(math.isnan(math.sinh(NAN)))
ValueError: math domain error

======================================================================
ERROR: testSqrt (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 609, in testSqrt
    self.assert_(math.isnan(math.sqrt(NAN)))
ValueError: math domain error

======================================================================
ERROR: testTan (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 622, in testTan
    self.assert_(math.isnan(math.tan(NAN)))
ValueError: math domain error

======================================================================
ERROR: testTanh (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 630, in testTanh
    self.assert_(math.isnan(math.tanh(NAN)))
ValueError: math domain error

======================================================================
FAIL: test_testfile (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_math.py", line 747, in test_testfile
    self.fail(message)
AssertionError: Unexpected ValueError: math domain error

======================================================================
FAIL: Doctest: ieee754.txt
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\doctest.py", line 2125, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for ieee754.txt

======================================================================
ERROR: test_bug1728403 (test.test_multibytecodec.Test_StreamReader)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_multibytecodec.py", line 143, in test_bug1728403
    f = open(TESTFN, 'wb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_directory (test.test_pep277.UnicodeFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_pep277.py", line 39, in setUp
    f = open(name, 'wb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test\\abc'

======================================================================
ERROR: test_failures (test.test_pep277.UnicodeFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_pep277.py", line 39, in setUp
    f = open(name, 'wb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test\\abc'

======================================================================
ERROR: test_listdir (test.test_pep277.UnicodeFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_pep277.py", line 39, in setUp
    f = open(name, 'wb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test\\abc'

======================================================================
ERROR: test_open (test.test_pep277.UnicodeFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_pep277.py", line 39, in setUp
    f = open(name, 'wb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test\\abc'

======================================================================
ERROR: test_rename (test.test_pep277.UnicodeFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_pep277.py", line 39, in setUp
    f = open(name, 'wb')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test\\abc'

======================================================================
ERROR: test_cyclical_print (test.test_set.TestSet)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_set.py", line 297, in test_cyclical_print
    fo.close()
UnboundLocalError: local variable 'fo' referenced before assignment

======================================================================
ERROR: test_print (test.test_set.TestBasicOpsSingleton)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_set.py", line 681, in test_print
    fo.close()
UnboundLocalError: local variable 'fo' referenced before assignment

======================================================================
ERROR: test_print (test.test_set.TestBasicOpsTuple)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_set.py", line 681, in test_print
    fo.close()
UnboundLocalError: local variable 'fo' referenced before assignment

======================================================================
ERROR: test_print (test.test_set.TestBasicOpsTriple)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_set.py", line 681, in test_print
    fo.close()
UnboundLocalError: local variable 'fo' referenced before assignment

======================================================================
ERROR: test_print (test.test_set.TestBasicOpsString)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_set.py", line 681, in test_print
    fo.close()
UnboundLocalError: local variable 'fo' referenced before assignment

======================================================================
ERROR: test_print (test.test_set.TestBasicOpsBytes)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_set.py", line 681, in test_print
    fo.close()
UnboundLocalError: local variable 'fo' referenced before assignment

======================================================================
ERROR: test_print (test.test_set.TestBasicOpsMixedStringBytes)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_set.py", line 681, in test_print
    fo.close()
UnboundLocalError: local variable 'fo' referenced before assignment

======================================================================
FAIL: test_send_signal (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_subprocess.py", line 687, in test_send_signal
    self.assertNotEqual(p.wait(), 0)
AssertionError: 0 == 0

======================================================================
FAIL: test_terminate (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_subprocess.py", line 703, in test_terminate
    self.assertNotEqual(p.wait(), 0)
AssertionError: 0 == 0

======================================================================
ERROR: test_file (test.test_urllib2.HandlerTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_urllib2.py", line 607, in test_file
    f = open(TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
FAIL: test_current_time (test.test_xmlrpc_net.CurrentTimeTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_xmlrpc_net.py", line 36, in test_current_time
    self.assert_(delta.days <= 1)
AssertionError: None

======================================================================
ERROR: test_PerFileCompression (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 30, in setUp
    fp = open(TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_WriteDefaultName (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 30, in setUp
    fp = open(TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_WriteToReadonly (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 30, in setUp
    fp = open(TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 366, in setUp
    fp = open(TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 366, in setUp
    fp = open(TESTFN, "wb")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 279, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testClosedZipRaisesRuntimeError (test.test_zipfile.OtherTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 615, in testClosedZipRaisesRuntimeError
    zipf.writestr("foo.txt", "O, for a Muse of Fire!")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testCreateNonExistentFileForAppend (test.test_zipfile.OtherTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 553, in testCreateNonExistentFileForAppend
    zf.writestr(filename, content)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testIsZipValidFile (test.test_zipfile.OtherTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 592, in testIsZipValidFile
    zipf.writestr("foo.txt", b"O, for a Muse of Fire!")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: test_BadOpenMode (test.test_zipfile.OtherTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 636, in test_BadOpenMode
    zipf.writestr("foo.txt", "O, for a Muse of Fire!")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: test_NullByteInFilename (test.test_zipfile.OtherTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 670, in test_NullByteInFilename
    zipf.writestr("foo.txt\x00qqq", b"O, for a Muse of Fire!")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: test_Read0 (test.test_zipfile.OtherTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 648, in test_Read0
    zipf.writestr("foo.txt", "O, for a Muse of Fire!")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testWritePyfile (test.test_zipfile.PyZipFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 478, in testWritePyfile
    zipfp.writepy(fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1177, in writepy
    self.write(fname, arcname)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testWritePythonDirectory (test.test_zipfile.PyZipFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 526, in testWritePythonDirectory
    zipfp.writepy(TESTFN2)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1169, in writepy
    self.write(fname, arcname)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testWritePythonPackage (test.test_zipfile.PyZipFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 503, in testWritePythonPackage
    zipfp.writepy(packagedir)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1140, in writepy
    self.write(fname, arcname)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testBadPassword (test.test_zipfile.DecryptionTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 707, in setUp
    self.zip = zipfile.ZipFile(TESTFN, "r")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 622, in __init__
    self._GetContents()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 642, in _GetContents
    self._RealGetContents()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 679, in _RealGetContents
    raise BadZipfile("Bad magic number for central directory")
zipfile.BadZipfile: Bad magic number for central directory

======================================================================
ERROR: testGoodPassword (test.test_zipfile.DecryptionTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 707, in setUp
    self.zip = zipfile.ZipFile(TESTFN, "r")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 622, in __init__
    self._GetContents()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 642, in _GetContents
    self._RealGetContents()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 679, in _RealGetContents
    raise BadZipfile("Bad magic number for central directory")
zipfile.BadZipfile: Bad magic number for central directory

======================================================================
ERROR: testNoPassword (test.test_zipfile.DecryptionTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 707, in setUp
    self.zip = zipfile.ZipFile(TESTFN, "r")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 622, in __init__
    self._GetContents()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 642, in _GetContents
    self._RealGetContents()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 679, in _RealGetContents
    raise BadZipfile("Bad magic number for central directory")
zipfile.BadZipfile: Bad magic number for central directory

======================================================================
ERROR: testDifferentFile (test.test_zipfile.TestsWithMultipleOpens)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 835, in setUp
    zipfp.writestr('ones', '1'*FIXEDTEST_SIZE)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testInterleaved (test.test_zipfile.TestsWithMultipleOpens)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 835, in setUp
    zipfp.writestr('ones', '1'*FIXEDTEST_SIZE)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testSameFile (test.test_zipfile.TestsWithMultipleOpens)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 835, in setUp
    zipfp.writestr('ones', '1'*FIXEDTEST_SIZE)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testIterlinesDeflated (test.test_zipfile.UniversalNewlineTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 985, in testIterlinesDeflated
    self.iterlinesTest(f, zipfile.ZIP_DEFLATED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 944, in iterlinesTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 904, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testIterlinesStored (test.test_zipfile.UniversalNewlineTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 968, in testIterlinesStored
    self.iterlinesTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 944, in iterlinesTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 904, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testReadDeflated (test.test_zipfile.UniversalNewlineTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 973, in testReadDeflated
    self.readTest(f, zipfile.ZIP_DEFLATED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 908, in readTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 904, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testReadStored (test.test_zipfile.UniversalNewlineTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 956, in testReadStored
    self.readTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 908, in readTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 904, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testReadlineDeflated (test.test_zipfile.UniversalNewlineTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 977, in testReadlineDeflated
    self.readlineTest(f, zipfile.ZIP_DEFLATED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 919, in readlineTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 904, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testReadlineStored (test.test_zipfile.UniversalNewlineTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 960, in testReadlineStored
    self.readlineTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 919, in readlineTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 904, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testReadlinesDeflated (test.test_zipfile.UniversalNewlineTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 981, in testReadlinesDeflated
    self.readlinesTest(f, zipfile.ZIP_DEFLATED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 932, in readlinesTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 904, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testReadlinesStored (test.test_zipfile.UniversalNewlineTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 964, in testReadlinesStored
    self.readlinesTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 932, in readlinesTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 904, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testOpenStored (test.test_zipfile.TestsWithRandomBinaryFiles)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 807, in testOpenStored
    self.zipOpenTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 776, in zipOpenTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 756, in makeTestArchive
    zipfp.write(TESTFN, "another.name")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testRandomOpenStored (test.test_zipfile.TestsWithRandomBinaryFiles)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 829, in testRandomOpenStored
    self.zipRandomOpenTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 810, in zipRandomOpenTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 756, in makeTestArchive
    zipfp.write(TESTFN, "another.name")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 773, in testStored
    self.zipTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 761, in zipTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 756, in makeTestArchive
    zipfp.write(TESTFN, "another.name")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 938, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testBadMTime (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 180, in testBadMTime
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testBadMagic (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 160, in testBadMagic
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testBadMagic2 (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 168, in testBadMagic2
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testBoth (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 148, in testBoth
    self.doTest(pyc_ext, files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testDeepPackage (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 194, in testDeepPackage
    self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testDoctestFile (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 296, in testDoctestFile
    self.runDoctest(self.doDoctestFile)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 281, in runDoctest
    self.doTest(".py", files, TESTMOD, call=callback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testDoctestSuite (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 307, in testDoctestSuite
    self.runDoctest(self.doDoctestSuite)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 281, in runDoctest
    self.doTest(".py", files, TESTMOD, call=callback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testEmptyPy (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 152, in testEmptyPy
    self.doTest(None, files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 91, in doTest
    ["__dummy__"])
ImportError: No module named ziptestmodule

======================================================================
ERROR: testGetCompiledSource (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 276, in testGetCompiledSource
    self.doTest(pyc_ext, files, TESTMOD, call=self.assertModuleSource)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 609, in __init__
    self.fp = io.open(file, modeDict[mode])
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\junk95142.zip'

======================================================================
ERROR: testGetData (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 238, in testGetData
    z.writestr(name, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testGetSource (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 270, in testGetSource
    self.doTest(".py", files, TESTMOD, call=self.assertModuleSource)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testImport_WithStuff (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 263, in testImport_WithStuff
    stuff=b"Some Stuff"*31)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testImporterAttr (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 256, in testImporterAttr
    self.doTest(pyc_ext, files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testPackage (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 186, in testPackage
    self.doTest(pyc_ext, files, TESTPACK, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testPy (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 139, in testPy
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testPyc (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 143, in testPyc
    self.doTest(pyc_ext, files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testTraceback (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 330, in testTraceback
    self.doTest(None, files, TESTMOD, call=self.doTraceback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testZipImporterMethods (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 208, in testZipImporterMethods
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testBadMTime (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 180, in testBadMTime
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testBadMagic (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 160, in testBadMagic
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testBadMagic2 (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 168, in testBadMagic2
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testBoth (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 148, in testBoth
    self.doTest(pyc_ext, files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testDeepPackage (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 194, in testDeepPackage
    self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testDoctestFile (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 296, in testDoctestFile
    self.runDoctest(self.doDoctestFile)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 281, in runDoctest
    self.doTest(".py", files, TESTMOD, call=callback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testDoctestSuite (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 307, in testDoctestSuite
    self.runDoctest(self.doDoctestSuite)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 281, in runDoctest
    self.doTest(".py", files, TESTMOD, call=callback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testEmptyPy (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 152, in testEmptyPy
    self.doTest(None, files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 91, in doTest
    ["__dummy__"])
ImportError: No module named ziptestmodule

======================================================================
ERROR: testGetCompiledSource (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 276, in testGetCompiledSource
    self.doTest(pyc_ext, files, TESTMOD, call=self.assertModuleSource)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 609, in __init__
    self.fp = io.open(file, modeDict[mode])
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 218, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\junk95142.zip'

======================================================================
ERROR: testGetData (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 238, in testGetData
    z.writestr(name, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testGetSource (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 270, in testGetSource
    self.doTest(".py", files, TESTMOD, call=self.assertModuleSource)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testImport_WithStuff (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 263, in testImport_WithStuff
    stuff=b"Some Stuff"*31)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testImporterAttr (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 256, in testImporterAttr
    self.doTest(pyc_ext, files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testPackage (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 186, in testPackage
    self.doTest(pyc_ext, files, TESTPACK, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testPy (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 139, in testPy
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testPyc (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 143, in testPyc
    self.doTest(pyc_ext, files, TESTMOD)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testTraceback (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 330, in testTraceback
    self.doTest(None, files, TESTMOD, call=self.doTraceback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

======================================================================
ERROR: testZipImporterMethods (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipimport.py", line 208, in testZipImporterMethods
    z.writestr(zinfo, data)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1001, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 905, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list