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

buildbot at python.org buildbot at python.org
Mon Nov 19 17:54:10 CET 2007


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

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

Buildslave for this Build: heller-windows

Build Reason: 
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: walter.doerwald

BUILD FAILED: failed test

Excerpt from the test logfile:
13 tests failed:
    test_array test_builtin test_distutils test_gzip test_hotshot
    test_iter test_mailbox test_marshal test_univnewlines test_urllib2
    test_uu test_zipfile test_zipimport

======================================================================
ERROR: test_tofromfile (test.test_array.UnicodeTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_array.py", line 166, in test_tofromfile
    f = open(test_support.TESTFN, 'wb')
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_tofromfile (test.test_array.IntTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_array.py", line 166, in test_tofromfile
    f = open(test_support.TESTFN, 'wb')
IOError: [Errno 13] Permission denied: '@test'

======================================================================
FAIL: test_intern (test.test_builtin.BuiltinTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_builtin.py", line 863, in test_intern
    self.assert_(intern(s) is s)
AssertionError

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_gzip.py", line 48, in test_read
    self.test_write()
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_gzip.py", line 38, in test_write
    f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\gzip.py", line 95, in __init__
    fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_gzip.py", line 85, in test_readline
    self.test_write()
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_gzip.py", line 38, in test_write
    f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\gzip.py", line 95, in __init__
    fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_gzip.py", line 98, in test_readlines
    self.test_write()
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_gzip.py", line 38, in test_write
    f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\gzip.py", line 95, in __init__
    fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_gzip.py", line 112, in test_seek_read
    self.test_write()
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_gzip.py", line 38, in test_write
    f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\gzip.py", line 95, in __init__
    fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_gzip.py", line 133, in test_seek_write
    f = gzip.GzipFile(self.filename, 'w')
  File "C:\buildbot\work\2.5.heller-windows\build\lib\gzip.py", line 95, in __init__
    fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_gzip.py", line 38, in test_write
    f = gzip.GzipFile(self.filename, 'wb') ; f.write(data1 * 50)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\gzip.py", line 95, in __init__
    fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_addinfo (test.test_hotshot.HotShotTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_hotshot.py", line 74, in test_addinfo
    profiler = self.new_profiler()
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_hotshot.py", line 42, in new_profiler
    return hotshot.Profile(self.logfn, lineevents, linetimings)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\hotshot\__init__.py", line 13, in __init__
    logfn, self.lineevents, self.linetimings)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_bad_sys_path (test.test_hotshot.HotShotTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_hotshot.py", line 118, in test_bad_sys_path
    self.assertRaises(RuntimeError, coverage, test_support.TESTFN)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_line_numbers (test.test_hotshot.HotShotTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_hotshot.py", line 98, in test_line_numbers
    self.run_test(g, events, self.new_profiler(lineevents=1))
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_hotshot.py", line 42, in new_profiler
    return hotshot.Profile(self.logfn, lineevents, linetimings)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\hotshot\__init__.py", line 13, in __init__
    logfn, self.lineevents, self.linetimings)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_start_stop (test.test_hotshot.HotShotTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_hotshot.py", line 104, in test_start_stop
    profiler = self.new_profiler()
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_hotshot.py", line 42, in new_profiler
    return hotshot.Profile(self.logfn, lineevents, linetimings)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\hotshot\__init__.py", line 13, in __init__
    logfn, self.lineevents, self.linetimings)
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_builtin_list (test.test_iter.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_iter.py", line 262, in test_builtin_list
    f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_builtin_map (test.test_iter.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_iter.py", line 408, in test_builtin_map
    f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_builtin_max_min (test.test_iter.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_iter.py", line 371, in test_builtin_max_min
    f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_builtin_tuple (test.test_iter.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_iter.py", line 295, in test_builtin_tuple
    f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_builtin_zip (test.test_iter.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_iter.py", line 455, in test_builtin_zip
    f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_countOf (test.test_iter.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_iter.py", line 617, in test_countOf
    f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_in_and_not_in (test.test_iter.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_iter.py", line 580, in test_in_and_not_in
    f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_indexOf (test.test_iter.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_iter.py", line 651, in test_indexOf
    f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_iter_file (test.test_iter.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_iter.py", line 232, in test_iter_file
    f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_unicode_join_endcase (test.test_iter.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_iter.py", line 534, in test_unicode_join_endcase
    f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_unpack_iter (test.test_iter.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_iter.py", line 760, in test_unpack_iter
    f = open(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_writelines (test.test_iter.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_iter.py", line 677, in test_writelines
    f = file(TESTFN, "w")
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.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\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 793, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 717, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.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\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 798, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 748, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 922, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 1101, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 922, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 1101, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 922, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 1101, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 922, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 1101, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 922, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 1101, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 922, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 1101, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 922, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 1101, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 922, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 1101, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_mailbox.py", line 922, in <lambda>
    _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 1101, in __init__
    _singlefileMailbox.__init__(self, path, factory, create)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\mailbox.py", line 512, in __init__
    f = open(self._path, 'rb')
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_marshal.py", line 70, in test_floats
    marshal.dump(f, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_marshal.py", line 135, in test_buffer
    marshal.dump(b, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_marshal.py", line 124, in test_string
    marshal.dump(s, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_marshal.py", line 113, in test_unicode
    marshal.dump(s, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_marshal.py", line 164, in test_dict
    marshal.dump(self.d, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_marshal.py", line 173, in test_list
    marshal.dump(lst, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_marshal.py", line 194, in test_sets
    marshal.dump(t, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_marshal.py", line 182, in test_tuple
    marshal.dump(t, file(test_support.TESTFN, "wb"))
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_urllib2.py", line 610, in test_file
    f = open(TESTFN, "wb")
IOError: [Errno 13] Permission denied: '@test'

======================================================================
ERROR: test_decode (test.test_uu.UUFileTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_uu.py", line 150, in test_decode
    uu.decode(f)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\uu.py", line 111, in decode
    raise Error('Cannot overwrite existing file: %s' % out_file)
Error: Cannot overwrite existing file: @testo

======================================================================
ERROR: test_decodetwice (test.test_uu.UUFileTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_uu.py", line 166, in test_decodetwice
    f = open(self.tmpin, 'rb')
IOError: [Errno 2] No such file or directory: '@testi'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipfile.py", line 22, in setUp
    fp = open(TESTFN, "wb")
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipfile.py", line 22, in setUp
    fp = open(TESTFN, "wb")
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipfile.py", line 97, in testStored
    self.zipTest(f, zipfile.ZIP_STORED)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipfile.py", line 29, in zipTest
    zipfp.write(TESTFN, "another"+os.extsep+"name")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 561, in write
    self._writecheck(zinfo)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 533, in _writecheck
    raise LargeZipFile("Filesize would require ZIP64 extensions")
LargeZipFile: Filesize would require ZIP64 extensions

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipfile.py", line 116, in tearDown
    os.remove(TESTFN2)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: '@test2'

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 231, in testGetData
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 261, in testImport_WithStuff
    stuff="Some Stuff"*31)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 189, in testPackage
    self.doTest(pyc_ext, files, TESTPACK, TESTMOD)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 139, in testPy
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 328, in testTraceback
    self.doTest(None, files, TESTMOD, call=self.doTraceback)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 206, in testZipImporterMethods
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 183, in testBadMTime
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 161, in testBadMagic
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 170, in testBadMagic2
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 197, in testDeepPackage
    self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 294, in testDoctestFile
    self.runDoctest(self.doDoctestFile)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 279, in runDoctest
    self.doTest(".py", files, TESTMOD, call=callback)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 305, in testDoctestSuite
    self.runDoctest(self.doDoctestSuite)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 279, in runDoctest
    self.doTest(".py", files, TESTMOD, call=callback)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 152, in testEmptyPy
    self.doTest(None, files, TESTMOD)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 231, in testGetData
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 261, in testImport_WithStuff
    stuff="Some Stuff"*31)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 189, in testPackage
    self.doTest(pyc_ext, files, TESTPACK, TESTMOD)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 139, in testPy
    self.doTest(".py", files, TESTMOD)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 328, in testTraceback
    self.doTest(None, files, TESTMOD, call=self.doTraceback)
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 68, in doTest
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

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

Traceback (most recent call last):
  File "C:\buildbot\work\2.5.heller-windows\build\lib\test\test_zipimport.py", line 206, in testZipImporterMethods
    z = ZipFile(TEMP_ZIP, "w")
  File "C:\buildbot\work\2.5.heller-windows\build\lib\zipfile.py", line 339, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\2.5.heller-windows\\build\\PCbuild\\junk95142.zip'

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list