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

buildbot at python.org buildbot at python.org
Tue Mar 25 00:02:50 CET 2008


The Buildbot has detected a new failure of x86 XP-3 2.5.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20XP-3%202.5/builds/224
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: heller-windows
Build Reason: 
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: amaury.forgeotdarc
BUILD FAILED: failed test
Excerpt from the test logfile:
14 tests failed:
 test_array test_bz2 test_cookielib test_distutils test_exceptions
 test_gzip test_hotshot test_iter test_marshal test_pep277 test_set
 test_tarfile test_zipfile test_zipimport
======================================================================
ERROR: test_tofromfile (test.test_array.UnicodeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_array.py", line 166, in test_tofromfile
 f = open(test_support.TESTFN, 'wb')
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_tofromfile (test.test_array.ByteTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_array.py", line 166, in test_tofromfile
 f = open(test_support.TESTFN, 'wb')
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_tofromfile (test.test_array.ShortTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_array.py", line 166, in test_tofromfile
 f = open(test_support.TESTFN, 'wb')
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_tofromfile (test.test_array.UnsignedShortTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_array.py", line 166, in test_tofromfile
 f = open(test_support.TESTFN, 'wb')
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_read (test.test_gzip.TestGzip)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_gzip.py", line 48, in test_read
 self.test_write()
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_gzip.py", line 38, in test_write
 f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\gzip.py", line 95, in __init__
 fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_readline (test.test_gzip.TestGzip)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_gzip.py", line 85, in test_readline
 self.test_write()
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_gzip.py", line 38, in test_write
 f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\gzip.py", line 95, in __init__
 fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_readlines (test.test_gzip.TestGzip)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_gzip.py", line 98, in test_readlines
 self.test_write()
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_gzip.py", line 38, in test_write
 f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\gzip.py", line 95, in __init__
 fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_seek_read (test.test_gzip.TestGzip)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_gzip.py", line 112, in test_seek_read
 self.test_write()
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_gzip.py", line 38, in test_write
 f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\gzip.py", line 95, in __init__
 fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_seek_write (test.test_gzip.TestGzip)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_gzip.py", line 133, in test_seek_write
 f = gzip.GzipFile(self.filename, 'w')
 File "C:\buildbot\work2円.5.heller-windows\build\lib\gzip.py", line 95, in __init__
 fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_write (test.test_gzip.TestGzip)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_gzip.py", line 38, in test_write
 f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\gzip.py", line 95, in __init__
 fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_addinfo (test.test_hotshot.HotShotTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_hotshot.py", line 74, in test_addinfo
 profiler = self.new_profiler()
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_hotshot.py", line 42, in new_profiler
 return hotshot.Profile(self.logfn, lineevents, linetimings)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\hotshot\__init__.py", line 13, in __init__
 logfn, self.lineevents, self.linetimings)
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_bad_sys_path (test.test_hotshot.HotShotTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_hotshot.py", line 118, in test_bad_sys_path
 self.assertRaises(RuntimeError, coverage, test_support.TESTFN)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\unittest.py", line 320, in failUnlessRaises
 callableObj(*args, **kwargs)
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_line_numbers (test.test_hotshot.HotShotTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_hotshot.py", line 98, in test_line_numbers
 self.run_test(g, events, self.new_profiler(lineevents=1))
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_hotshot.py", line 42, in new_profiler
 return hotshot.Profile(self.logfn, lineevents, linetimings)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\hotshot\__init__.py", line 13, in __init__
 logfn, self.lineevents, self.linetimings)
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_start_stop (test.test_hotshot.HotShotTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_hotshot.py", line 104, in test_start_stop
 profiler = self.new_profiler()
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_hotshot.py", line 42, in new_profiler
 return hotshot.Profile(self.logfn, lineevents, linetimings)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\hotshot\__init__.py", line 13, in __init__
 logfn, self.lineevents, self.linetimings)
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_builtin_list (test.test_iter.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_iter.py", line 262, in test_builtin_list
 f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_builtin_map (test.test_iter.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_iter.py", line 408, in test_builtin_map
 f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_builtin_max_min (test.test_iter.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_iter.py", line 371, in test_builtin_max_min
 f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_builtin_tuple (test.test_iter.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_iter.py", line 295, in test_builtin_tuple
 f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_builtin_zip (test.test_iter.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_iter.py", line 455, in test_builtin_zip
 f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_countOf (test.test_iter.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_iter.py", line 617, in test_countOf
 f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_in_and_not_in (test.test_iter.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_iter.py", line 580, in test_in_and_not_in
 f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_indexOf (test.test_iter.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_iter.py", line 651, in test_indexOf
 f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_iter_file (test.test_iter.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_iter.py", line 232, in test_iter_file
 f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_unicode_join_endcase (test.test_iter.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_iter.py", line 534, in test_unicode_join_endcase
 f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_unpack_iter (test.test_iter.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_iter.py", line 760, in test_unpack_iter
 f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_writelines (test.test_iter.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_iter.py", line 677, in test_writelines
 f = file(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_bool (test.test_marshal.IntTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_marshal.py", line 54, in test_bool
 marshal.dump(b, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_ints (test.test_marshal.IntTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_marshal.py", line 19, in test_ints
 marshal.dump(expected, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_floats (test.test_marshal.FloatTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_marshal.py", line 70, in test_floats
 marshal.dump(f, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_buffer (test.test_marshal.StringTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_marshal.py", line 135, in test_buffer
 marshal.dump(b, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_string (test.test_marshal.StringTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_marshal.py", line 124, in test_string
 marshal.dump(s, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_unicode (test.test_marshal.StringTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_marshal.py", line 113, in test_unicode
 marshal.dump(s, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_dict (test.test_marshal.ContainerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_marshal.py", line 164, in test_dict
 marshal.dump(self.d, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_list (test.test_marshal.ContainerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_marshal.py", line 173, in test_list
 marshal.dump(lst, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_sets (test.test_marshal.ContainerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_marshal.py", line 194, in test_sets
 marshal.dump(t, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: test_tuple (test.test_marshal.ContainerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_marshal.py", line 182, in test_tuple
 marshal.dump(t, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'
======================================================================
ERROR: testAbsoluteArcnames (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipfile.py", line 106, in testAbsoluteArcnames
 zipfp.write(TESTFN, "/absolute")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 561, in write
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testAbsoluteArcnames (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipfile.py", line 116, in tearDown
 os.remove(TESTFN2)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: '@test2'
======================================================================
ERROR: testDeflated (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipfile.py", line 102, in testDeflated
 self.zipTest(f, zipfile.ZIP_DEFLATED)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipfile.py", line 29, in zipTest
 zipfp.write(TESTFN, "another"+os.extsep+"name")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 561, in write
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testDeflated (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipfile.py", line 116, in tearDown
 os.remove(TESTFN2)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: '@test2'
======================================================================
ERROR: testStored (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipfile.py", line 97, in testStored
 self.zipTest(f, zipfile.ZIP_STORED)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipfile.py", line 29, in zipTest
 zipfp.write(TESTFN, "another"+os.extsep+"name")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 561, in write
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testStored (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipfile.py", line 116, in tearDown
 os.remove(TESTFN2)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: '@test2'
======================================================================
ERROR: testClosedZipRaisesRuntimeError (test.test_zipfile.OtherTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipfile.py", line 343, in testClosedZipRaisesRuntimeError
 zipf.writestr("foo.txt", "O, for a Muse of Fire!")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 615, in writestr
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testWritePyfile (test.test_zipfile.PyZipFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipfile.py", line 249, in testWritePyfile
 zipfp.writepy(fn)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 793, in writepy
 self.write(fname, arcname)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 561, in write
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testWritePythonDirectory (test.test_zipfile.PyZipFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipfile.py", line 297, in testWritePythonDirectory
 zipfp.writepy(TESTFN2)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 785, in writepy
 self.write(fname, arcname)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 561, in write
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testWritePythonPackage (test.test_zipfile.PyZipFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipfile.py", line 274, in testWritePythonPackage
 zipfp.writepy(packagedir)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 756, in writepy
 self.write(fname, arcname)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 561, in write
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testBadMTime (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 183, in testBadMTime
 self.doTest(".py", files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
 z.writestr(zinfo, data)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 615, in writestr
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testBadMagic (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 161, in testBadMagic
 self.doTest(".py", files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
 z.writestr(zinfo, data)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 615, in writestr
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testBadMagic2 (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 170, in testBadMagic2
 self.doTest(".py", files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
 z.writestr(zinfo, data)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 615, in writestr
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testBoth (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 148, in testBoth
 self.doTest(pyc_ext, files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
 z.writestr(zinfo, data)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 615, in writestr
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testDeepPackage (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 197, in testDeepPackage
 self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
 z.writestr(zinfo, data)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 615, in writestr
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testDoctestFile (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 294, in testDoctestFile
 self.runDoctest(self.doDoctestFile)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 279, in runDoctest
 self.doTest(".py", files, TESTMOD, call=callback)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
 z.writestr(zinfo, data)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 615, in writestr
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testDoctestSuite (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 305, in testDoctestSuite
 self.runDoctest(self.doDoctestSuite)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 279, in runDoctest
 self.doTest(".py", files, TESTMOD, call=callback)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 73, in doTest
 z.writestr(zinfo, data)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 615, in writestr
 self._writecheck(zinfo)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
 raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions
======================================================================
ERROR: testEmptyPy (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 152, in testEmptyPy
 self.doTest(None, files, TESTMOD)
 File "C:\buildbot\work2円.5.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\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 274, in testGetCompiledSource
 self.doTest(pyc_ext, files, TESTMOD, call=self.assertModuleSource)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testGetData (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 231, in testGetData
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testGetSource (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 268, in testGetSource
 self.doTest(".py", files, TESTMOD, call=self.assertModuleSource)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testImport_WithStuff (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 261, in testImport_WithStuff
 stuff="Some Stuff"*31)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testImporterAttr (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 254, in testImporterAttr
 self.doTest(pyc_ext, files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testPackage (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 189, in testPackage
 self.doTest(pyc_ext, files, TESTPACK, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testPy (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 139, in testPy
 self.doTest(".py", files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testPyc (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 143, in testPyc
 self.doTest(pyc_ext, files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testTraceback (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 328, in testTraceback
 self.doTest(None, files, TESTMOD, call=self.doTraceback)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testZipImporterMethods (test.test_zipimport.UncompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 206, in testZipImporterMethods
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testBadMTime (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 183, in testBadMTime
 self.doTest(".py", files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testBadMagic (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 161, in testBadMagic
 self.doTest(".py", files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testBadMagic2 (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 170, in testBadMagic2
 self.doTest(".py", files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testBoth (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 148, in testBoth
 self.doTest(pyc_ext, files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testDeepPackage (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 197, in testDeepPackage
 self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testDoctestFile (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 294, in testDoctestFile
 self.runDoctest(self.doDoctestFile)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 279, in runDoctest
 self.doTest(".py", files, TESTMOD, call=callback)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testDoctestSuite (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 305, in testDoctestSuite
 self.runDoctest(self.doDoctestSuite)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 279, in runDoctest
 self.doTest(".py", files, TESTMOD, call=callback)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testEmptyPy (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 152, in testEmptyPy
 self.doTest(None, files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testGetCompiledSource (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 274, in testGetCompiledSource
 self.doTest(pyc_ext, files, TESTMOD, call=self.assertModuleSource)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testGetData (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 231, in testGetData
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testGetSource (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 268, in testGetSource
 self.doTest(".py", files, TESTMOD, call=self.assertModuleSource)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testImport_WithStuff (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 261, in testImport_WithStuff
 stuff="Some Stuff"*31)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testImporterAttr (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 254, in testImporterAttr
 self.doTest(pyc_ext, files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testPackage (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 189, in testPackage
 self.doTest(pyc_ext, files, TESTPACK, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testPy (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 139, in testPy
 self.doTest(".py", files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testPyc (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 143, in testPyc
 self.doTest(pyc_ext, files, TESTMOD)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testTraceback (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 328, in testTraceback
 self.doTest(None, files, TESTMOD, call=self.doTraceback)
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
======================================================================
ERROR: testZipImporterMethods (test.test_zipimport.CompressedZipImportTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildbot\work2円.5.heller-windows\build\lib\test\test_zipimport.py", line 206, in testZipImporterMethods
 z = ZipFile(TEMP_ZIP, "w")
 File "C:\buildbot\work2円.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
 self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\2円.5.heller-windows\\build\\PCbuild\\junk95142.zip'
sincerely,
 -The Buildbot


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /