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

buildbot at python.org buildbot at python.org
Tue May 13 07:41:48 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/896

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: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
21 tests failed:
    test_array test_bufio test_builtin test_cmd_line_script
    test_cookielib test_deque test_distutils test_filecmp test_fileio
    test_genericpath test_gzip test_io test_mailbox test_mmap
    test_pkgutil test_set test_site test_univnewlines test_urllib2
    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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, 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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, 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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_build (distutils.tests.test_build_scripts.BuildScriptsTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\distutils\tests\support.py", line 34, in tearDown
    shutil.rmtree(d)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\shutil.py", line 188, in rmtree
    onerror(os.rmdir, path, sys.exc_info())
  File "c:\buildbot\work\3.0.heller-windows\build\lib\shutil.py", line 186, in rmtree
    os.rmdir(path)
WindowsError: [Error 145] The directory is not empty: 'c:\\docume~1\\theller\\locals~1\\temp\\tmproplrr'

======================================================================
ERROR: test_matching (test.test_filecmp.FileCompareTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_filecmp.py", line 13, in setUp
    output = open(name, 'w')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testAttributes (test.test_fileio.AutoFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_fileio.py", line 18, in setUp
    self.f = _fileio._FileIO(TESTFN, 'w')
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testErrors (test.test_fileio.AutoFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_fileio.py", line 18, in setUp
    self.f = _fileio._FileIO(TESTFN, 'w')
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testMethods (test.test_fileio.AutoFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_fileio.py", line 18, in setUp
    self.f = _fileio._FileIO(TESTFN, 'w')
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testReadinto (test.test_fileio.AutoFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_fileio.py", line 18, in setUp
    self.f = _fileio._FileIO(TESTFN, 'w')
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testRepr (test.test_fileio.AutoFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_fileio.py", line 18, in setUp
    self.f = _fileio._FileIO(TESTFN, 'w')
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testSeekTell (test.test_fileio.AutoFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_fileio.py", line 18, in setUp
    self.f = _fileio._FileIO(TESTFN, 'w')
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testWeakRefs (test.test_fileio.AutoFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_fileio.py", line 18, in setUp
    self.f = _fileio._FileIO(TESTFN, 'w')
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testAbles (test.test_fileio.OtherFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_fileio.py", line 146, in testAbles
    os.unlink(TESTFN)
WindowsError: [Error 5] Access is denied: '@test'

======================================================================
ERROR: testAppend (test.test_fileio.OtherFileTests)
----------------------------------------------------------------------

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

======================================================================
ERROR: testTruncateOnWindows (test.test_fileio.OtherFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_fileio.py", line 208, in testTruncateOnWindows
    os.unlink(TESTFN)
WindowsError: [Error 5] Access is denied: '@test'

======================================================================
ERROR: testUnicodeOpen (test.test_fileio.OtherFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_fileio.py", line 161, in testUnicodeOpen
    f = _fileio._FileIO(str(TESTFN), "w")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_exists (test.test_genericpath.AllCommonTest)
----------------------------------------------------------------------

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

======================================================================
ERROR: test_getsize (test.test_genericpath.AllCommonTest)
----------------------------------------------------------------------

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

======================================================================
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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, 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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, 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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, 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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, 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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, 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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, 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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_array_writes (test.test_io.IOTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_io.py", line 262, in test_array_writes
    f = io.open(test_support.TESTFN, "wb", 0)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_add_and_close (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_add_mbox_or_mmdf_message (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_clear (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_close (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_contains (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_delitem (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_discard (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_dump_message (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_flush (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get_file (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get_message (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get_string (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_getitem (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_items (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_iter (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_iteritems (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_iterkeys (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_itervalues (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_keys (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_len (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_lock_conflict (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_lock_unlock (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_open_close_open (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_pop (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_popitem (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_relock (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_remove (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_set_item (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_update (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_values (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 806, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 732, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_add (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_add_and_close (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_add_from_string (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_add_mbox_or_mmdf_message (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_clear (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_close (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_contains (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_delitem (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_discard (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_dump_message (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_flush (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get_file (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get_message (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get_string (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_getitem (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_items (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_iter (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_iteritems (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_iterkeys (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_itervalues (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_keys (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_len (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_lock_conflict (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_lock_unlock (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_open_close_open (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_pop (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_popitem (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_relock (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_remove (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_set_item (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_update (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_values (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 811, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 764, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_add (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_add_and_remove_folders (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_clear (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_close (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_contains (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_delitem (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_discard (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_dump_message (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_flush (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get_file (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get_folder (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get_message (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_get_string (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_getitem (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_items (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_iter (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_iteritems (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_iterkeys (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_itervalues (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_keys (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_len (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_list_folders (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_lock_unlock (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_pack (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_pop (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_popitem (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_remove (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_sequences (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_set_item (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_update (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_values (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 816, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MH(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 811, in __init__
    os.mkdir(self._path, 0o700)
WindowsError: [Error 5] Access is denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_add (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 2] No such file or directory: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_iterkeys (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_itervalues (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_keys (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_labels (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_len (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_lock_unlock (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_pop (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_popitem (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_remove (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_set_item (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_update (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_values (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 935, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 1119, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 511, in __init__
    f = open(self._path, 'r', newline='')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

======================================================================
ERROR: test_initialize_with_file (test.test_mailbox.TestMessage)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 987, in test_initialize_with_file
    f = open(self._path, 'w+')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_initialize_with_file (test.test_mailbox.TestMaildirMessage)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 987, in test_initialize_with_file
    f = open(self._path, 'w+')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_basic (test.test_mmap.MmapTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mmap.py", line 24, in test_basic
    f = open(TESTFN, 'bw+')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_double_close (test.test_mmap.MmapTests)
----------------------------------------------------------------------

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

======================================================================
ERROR: test_entire_file (test.test_mmap.MmapTests)
----------------------------------------------------------------------

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

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

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_s_option (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_site.py", line 105, in test_s_option
    self.assertEqual(rc, 1)
AssertionError: 0 != 1

======================================================================
ERROR: test_readline (test.test_univnewlines.TestCRNewlines)
----------------------------------------------------------------------

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

======================================================================
ERROR: test_readlines (test.test_univnewlines.TestCRNewlines)
----------------------------------------------------------------------

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

======================================================================
ERROR: test_seek (test.test_univnewlines.TestCRNewlines)
----------------------------------------------------------------------

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

======================================================================
ERROR: test_read (test.test_univnewlines.TestLFNewlines)
----------------------------------------------------------------------

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

======================================================================
ERROR: test_readline (test.test_univnewlines.TestLFNewlines)
----------------------------------------------------------------------

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

======================================================================
ERROR: test_readlines (test.test_univnewlines.TestLFNewlines)
----------------------------------------------------------------------

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

======================================================================
ERROR: test_seek (test.test_univnewlines.TestLFNewlines)
----------------------------------------------------------------------

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

======================================================================
ERROR: test_read (test.test_univnewlines.TestCRLFNewlines)
----------------------------------------------------------------------

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

======================================================================
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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testAbsoluteArcnames (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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, 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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testLargeFileException (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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: testStored (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 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 581, in testCloseErroneousFile
    fp = open(TESTFN, "w")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 280, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, 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 625, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 563, in testCreateNonExistentFileForAppend
    zf.writestr(filename, content)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 602, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
zipfile.LargeZipFile: Filesize would require ZIP64 extensions

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 546, in testUnicodeFilenames
    zf.writestr("foo.txt", "Test for unicode filename")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 646, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 680, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 658, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1192, in writepy
    self.write(fname, arcname)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1184, in writepy
    self.write(fname, arcname)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1155, in writepy
    self.write(fname, arcname)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 717, in setUp
    self.zip = zipfile.ZipFile(TESTFN, "r")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 629, in __init__
    self._GetContents()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 649, in _GetContents
    self._RealGetContents()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 686, 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 717, in setUp
    self.zip = zipfile.ZipFile(TESTFN, "r")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 629, in __init__
    self._GetContents()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 649, in _GetContents
    self._RealGetContents()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 686, 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 717, in setUp
    self.zip = zipfile.ZipFile(TESTFN, "r")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 629, in __init__
    self._GetContents()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 649, in _GetContents
    self._RealGetContents()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 686, 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 845, in setUp
    zipfp.writestr('ones', '1'*FIXEDTEST_SIZE)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 845, in setUp
    zipfp.writestr('ones', '1'*FIXEDTEST_SIZE)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 845, in setUp
    zipfp.writestr('ones', '1'*FIXEDTEST_SIZE)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 995, in testIterlinesDeflated
    self.iterlinesTest(f, zipfile.ZIP_DEFLATED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 954, in iterlinesTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 914, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 978, in testIterlinesStored
    self.iterlinesTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 954, in iterlinesTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 914, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 983, in testReadDeflated
    self.readTest(f, zipfile.ZIP_DEFLATED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 918, in readTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 914, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 966, in testReadStored
    self.readTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 918, in readTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 914, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 987, in testReadlineDeflated
    self.readlineTest(f, zipfile.ZIP_DEFLATED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 929, in readlineTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 914, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 970, in testReadlineStored
    self.readlineTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 929, in readlineTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 914, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 991, in testReadlinesDeflated
    self.readlinesTest(f, zipfile.ZIP_DEFLATED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 942, in readlinesTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 914, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 974, in testReadlinesStored
    self.readlinesTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 942, in readlinesTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 914, in makeTestArchive
    zipfp.write(fn, fn)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 817, in testOpenStored
    self.zipOpenTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 786, in zipOpenTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 766, in makeTestArchive
    zipfp.write(TESTFN, "another.name")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 839, in testRandomOpenStored
    self.zipRandomOpenTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 820, in zipRandomOpenTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 766, in makeTestArchive
    zipfp.write(TESTFN, "another.name")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 783, in testStored
    self.zipTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 771, in zipTest
    self.makeTestArchive(f, compression)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 766, in makeTestArchive
    zipfp.write(TESTFN, "another.name")
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 952, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 616, in __init__
    self.fp = io.open(file, modeDict[mode])
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 616, in __init__
    self.fp = io.open(file, modeDict[mode])
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 219, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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 1015, in writestr
    self._writecheck(zinfo)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\zipfile.py", line 919, 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