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

buildbot at python.org buildbot at python.org
Wed Nov 21 05:09:44 CET 2007


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

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

Buildslave for this Build: heller-windows

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: christian.heimes

BUILD FAILED: failed test

Excerpt from the test logfile:
18 tests failed:
    test_bufio test_builtin test_bz2 test_distutils test_fileio
    test_gzip test_iter test_mailbox test_marshal test_mmap
    test_multibytecodec test_pep277 test_socketserver
    test_univnewlines test_urllib test_urllib2 test_zipfile
    test_zipimport

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

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

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

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

======================================================================
ERROR: testWriteChunks10 (test.test_bz2.BZ2FileTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bz2.py", line 135, in testWriteChunks10
    bz2f = BZ2File(self.filename, "w")
IOError: [Errno 13] Permission denied

======================================================================
ERROR: testWriteLines (test.test_bz2.BZ2FileTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bz2.py", line 150, in testWriteLines
    bz2f = BZ2File(self.filename, "w")
IOError: [Errno 13] Permission denied

======================================================================
ERROR: testWriteMethodsOnReadOnlyFile (test.test_bz2.BZ2FileTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bz2.py", line 162, in testWriteMethodsOnReadOnlyFile
    bz2f = BZ2File(self.filename, "w")
IOError: [Errno 13] Permission denied

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_iter.py", line 405, in test_builtin_map
    f = open(TESTFN, "w")
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 731, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 703, in tearDown
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 47, in _delete_recursively
    os.remove(target)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 731, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 731, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 731, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 731, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 731, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 731, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 731, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 58, in setUp
    self._box = self._factory(self._path)
  File "C:\buildbot\work\3.0.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\3.0.heller-windows\build\lib\mailbox.py", line 763, in __init__
    _mboxMMDF.__init__(self, path, factory, create)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\mailbox.py", line 510, in __init__
    f = open(self._path, 'r')
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 195, in __new__
    return open(*args, **kwargs)
  File "c:\buildbot\work\3.0.heller-windows\build\lib\io.py", line 146, in open
    closefd)
IOError: [Errno 13] Permission denied: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 336, in test_popitem
    self.assertEqual(int(msg.get_payload()), keys.index(key))
ValueError: invalid literal for int() with base 10: 'From: foo  0  \x01'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 62, in tearDown
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 45, in _delete_recursively
    os.rmdir(target)
WindowsError: [Error 145] The directory is not empty: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 57, in setUp
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 42, in _delete_recursively
    os.remove(os.path.join(path, name))
WindowsError: [Error 5] Access is denied: '@test\\2'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 926, in tearDown
    self._delete_recursively(self._path)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 47, in _delete_recursively
    os.remove(target)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: '@test'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 336, in test_popitem
    self.assertEqual(int(msg.get_payload()), keys.index(key))
ValueError: invalid literal for int() with base 10: 'From: foo    *** EOOH ***  From: foo    0      1,,  From: foo    *** EOOH ***  From: foo    1      1,,  From: foo    *** EOOH ***  From: foo    2      1,,  From: foo    *** EOOH ***  From: foo    3   '

======================================================================
FAIL: test_dump_message (test.test_mailbox.TestMaildir)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 412, in test_dump_message
    _sample_message.replace('\n', os.linesep))
AssertionError: 'Return-Path: <gkj at gregorykjohnson.com>\nX-Original-To: gkj+person at localhost\nDelivered-To: gkj+person at localhost\nReceived: from localhost (localhost [127.0.0.1])\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nDelivered-To: gkj at sundance.gregorykjohnson.com\nReceived: from localhost [127.0.0.1]\n        by localhost with POP3 (fetchmail-6.2.5)\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nDate: Wed, 13 Jul 2005 17:23:11 -0400\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\nTo: gkj at gregorykjohnson.com\nSubject: Sample message\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\nMime-Version: 1.0\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\nContent-Disposition: inline\nUser-Agent: Mutt/1.5.9i\n\n\n--NMuMz9nt05w80d4+\nContent-Type: text/plain; charset=us-ascii\nContent-Disposition: inline\n\nThis is a sample message.\n\n--\nGregory K. Johnson\n\n--NMuMz9nt05w80d4+\nContent-Type: application/octet-stream\nContent-Disposition: attachment; filename="text.gz"\nContent-Transfer-Encoding: base64\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n3FYlAAAA\n\n--NMuMz9nt05w80d4+--\n' != 'Return-Path: <gkj at gregorykjohnson.com>\r\nX-Original-To: gkj+person at localhost\r\nDelivered-To: gkj+person at localhost\r\nReceived: from localhost (localhost [127.0.0.1])\r\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\r\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nDelivered-To: gkj at sundance.gregorykjohnson.com\r\nReceived: from localhost [127.0.0.1]\r\n        by localhost with POP3 (fetchmail-6.2.5)\r\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\r\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\r\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\r\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nDate: Wed, 13 Jul 2005 17:23:11 -0400\r\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\r\nTo: gkj at gregorykjohnson.com\r\nSubject: Sample message\r\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\r\nMime-Version: 1.0\r\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\r\nContent-Disposition: inline\r\nUser-Agent: Mutt/1.5.9i\r\n\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: text/plain; charset=us-ascii\r\nContent-Disposition: inline\r\n\r\nThis is a sample message.\r\n\r\n--\r\nGregory K. Johnson\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: application/octet-stream\r\nContent-Disposition: attachment; filename="text.gz"\r\nContent-Transfer-Encoding: base64\r\n\r\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\r\n3FYlAAAA\r\n\r\n--NMuMz9nt05w80d4+--\r\n'

======================================================================
FAIL: test_add (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 77, in test_add
    self.assertEqual(self._box.get_string(keys[0]), self._template % 0)
AssertionError: '\nFrom: foo\n\n0\n\nF' != 'From: foo\n\n0'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 710, in test_add_from_string
    self.assertEqual(self._box[key].get_from(), 'foo at bar blah')
AssertionError: 'foo at bar blah\n' != 'foo at bar blah'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 389, in test_close
    self._test_flush_or_close(self._box.close)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 400, in _test_flush_or_close
    self.assertEqual(len(keys), 3)
AssertionError: 6 != 3

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 87, in test_delitem
    self._test_remove_or_delitem(self._box.__delitem__)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 99, in _test_remove_or_delitem
    self.assertEqual(self._box.get_string(key1), self._template % 1)
AssertionError: '\nFrom: foo\n\n1' != 'From: foo\n\n1'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 412, in test_dump_message
    _sample_message.replace('\n', os.linesep))
AssertionError: 'Return-Path: <gkj at gregorykjohnson.com>\nX-Original-To: gkj+person at localhost\nDelivered-To: gkj+person at localhost\nReceived: from localhost (localhost [127.0.0.1])\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nDelivered-To: gkj at sundance.gregorykjohnson.com\nReceived: from localhost [127.0.0.1]\n        by localhost with POP3 (fetchmail-6.2.5)\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nDate: Wed, 13 Jul 2005 17:23:11 -0400\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\nTo: gkj at gregorykjohnson.com\nSubject: Sample message\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\nMime-Version: 1.0\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\nContent-Disposition: inline\nUser-Agent: Mutt/1.5.9i\n\n\n--NMuMz9nt05w80d4+\nContent-Type: text/plain; charset=us-ascii\nContent-Disposition: inline\n\nThis is a sample message.\n\n--\nGregory K. Johnson\n\n--NMuMz9nt05w80d4+\nContent-Type: application/octet-stream\nContent-Disposition: attachment; filename="text.gz"\nContent-Transfer-Encoding: base64\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n3FYlAAAA\n\n--NMuMz9nt05w80d4+--\n' != 'Return-Path: <gkj at gregorykjohnson.com>\r\nX-Original-To: gkj+person at localhost\r\nDelivered-To: gkj+person at localhost\r\nReceived: from localhost (localhost [127.0.0.1])\r\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\r\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nDelivered-To: gkj at sundance.gregorykjohnson.com\r\nReceived: from localhost [127.0.0.1]\r\n        by localhost with POP3 (fetchmail-6.2.5)\r\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\r\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\r\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\r\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nDate: Wed, 13 Jul 2005 17:23:11 -0400\r\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\r\nTo: gkj at gregorykjohnson.com\r\nSubject: Sample message\r\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\r\nMime-Version: 1.0\r\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\r\nContent-Disposition: inline\r\nUser-Agent: Mutt/1.5.9i\r\n\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: text/plain; charset=us-ascii\r\nContent-Disposition: inline\r\n\r\nThis is a sample message.\r\n\r\n--\r\nGregory K. Johnson\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: application/octet-stream\r\nContent-Disposition: attachment; filename="text.gz"\r\nContent-Transfer-Encoding: base64\r\n\r\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\r\n3FYlAAAA\r\n\r\n--NMuMz9nt05w80d4+--\r\n'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 377, in test_flush
    self._test_flush_or_close(self._box.flush)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 400, in _test_flush_or_close
    self.assertEqual(len(keys), 3)
AssertionError: 6 != 3

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 129, in test_get
    self.assertEqual(msg['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 174, in test_get_file
    self._template % 0)
AssertionError: '\nFrom: foo\n\n0\n\nF' != 'From: foo\n\n0'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 156, in test_get_message
    self.assertEqual(msg0['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 164, in test_get_string
    self.assertEqual(self._box.get_string(key0), self._template % 0)
AssertionError: '\nFrom: foo\n\n0\n\nF' != 'From: foo\n\n0'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 144, in test_getitem
    self.assertEqual(msg['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 207, in test_items
    self._check_iteration(self._box.items, do_keys=True, do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 194, in test_iter
    do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 203, in test_iteritems
    do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 189, in test_itervalues
    do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 727, in test_open_close_open
    self.assertEqual(len(self._box), 3)
AssertionError: 6 != 3

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 194, in test_iter
    do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 203, in test_iteritems
    do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 189, in test_itervalues
    do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 727, in test_open_close_open
    self.assertEqual(len(self._box), 3)
AssertionError: 0 != 3

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 313, in test_pop
    self.assertEqual(self._box.pop(key0).get_payload(), '0')
AssertionError: 'From: foo\n\n0\n\n\x01' != '0'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 83, in test_remove
    self._test_remove_or_delitem(self._box.remove)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 99, in _test_remove_or_delitem
    self.assertEqual(self._box.get_string(key1), self._template % 1)
AssertionError: '\nFrom: foo\n\n1\n\n\x01' != 'From: foo\n\n1'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 272, in test_set_item
    self._template % 'original 0')
AssertionError: '\nFrom: foo\n\noriginal 0\n\n\x01' != 'From: foo\n\noriginal 0'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 350, in test_update
    self._template % 'changed 0')
AssertionError: '\nFrom: foo\n\nchanged 0\n\n\x01' != 'From: foo\n\nchanged 0'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 198, in test_values
    self._check_iteration(self._box.values, do_keys=False, do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 412, in test_dump_message
    _sample_message.replace('\n', os.linesep))
AssertionError: 'Return-Path: <gkj at gregorykjohnson.com>\nX-Original-To: gkj+person at localhost\nDelivered-To: gkj+person at localhost\nReceived: from localhost (localhost [127.0.0.1])\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nDelivered-To: gkj at sundance.gregorykjohnson.com\nReceived: from localhost [127.0.0.1]\n        by localhost with POP3 (fetchmail-6.2.5)\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nDate: Wed, 13 Jul 2005 17:23:11 -0400\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\nTo: gkj at gregorykjohnson.com\nSubject: Sample message\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\nMime-Version: 1.0\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\nContent-Disposition: inline\nUser-Agent: Mutt/1.5.9i\n\n\n--NMuMz9nt05w80d4+\nContent-Type: text/plain; charset=us-ascii\nContent-Disposition: inline\n\nThis is a sample message.\n\n--\nGregory K. Johnson\n\n--NMuMz9nt05w80d4+\nContent-Type: application/octet-stream\nContent-Disposition: attachment; filename="text.gz"\nContent-Transfer-Encoding: base64\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n3FYlAAAA\n\n--NMuMz9nt05w80d4+--\n' != 'Return-Path: <gkj at gregorykjohnson.com>\r\nX-Original-To: gkj+person at localhost\r\nDelivered-To: gkj+person at localhost\r\nReceived: from localhost (localhost [127.0.0.1])\r\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\r\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nDelivered-To: gkj at sundance.gregorykjohnson.com\r\nReceived: from localhost [127.0.0.1]\r\n        by localhost with POP3 (fetchmail-6.2.5)\r\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\r\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\r\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\r\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nDate: Wed, 13 Jul 2005 17:23:11 -0400\r\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\r\nTo: gkj at gregorykjohnson.com\r\nSubject: Sample message\r\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\r\nMime-Version: 1.0\r\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\r\nContent-Disposition: inline\r\nUser-Agent: Mutt/1.5.9i\r\n\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: text/plain; charset=us-ascii\r\nContent-Disposition: inline\r\n\r\nThis is a sample message.\r\n\r\n--\r\nGregory K. Johnson\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: application/octet-stream\r\nContent-Disposition: attachment; filename="text.gz"\r\nContent-Transfer-Encoding: base64\r\n\r\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\r\n3FYlAAAA\r\n\r\n--NMuMz9nt05w80d4+--\r\n'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 412, in test_dump_message
    _sample_message.replace('\n', os.linesep))
AssertionError: 'Return-Path: <gkj at gregorykjohnson.com>\nX-Original-To: gkj+person at localhost\nDelivered-To: gkj+person at localhost\nReceived: from localhost (localhost [127.0.0.1])\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nDelivered-To: gkj at sundance.gregorykjohnson.com\nReceived: from localhost [127.0.0.1]\n        by localhost with POP3 (fetchmail-6.2.5)\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nDate: Wed, 13 Jul 2005 17:23:11 -0400\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\nTo: gkj at gregorykjohnson.com\nSubject: Sample message\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\nMime-Version: 1.0\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\nContent-Disposition: inline\nUser-Agent: Mutt/1.5.9i\n\n\n--NMuMz9nt05w80d4+\nContent-Type: text/plain; charset=us-ascii\nContent-Disposition: inline\n\nThis is a sample message.\n\n--\nGregory K. Johnson\n\n--NMuMz9nt05w80d4+\nContent-Type: application/octet-stream\nContent-Disposition: attachment; filename="text.gz"\nContent-Transfer-Encoding: base64\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n3FYlAAAA\n\n--NMuMz9nt05w80d4+--\n' != 'Return-Path: <gkj at gregorykjohnson.com>\r\nX-Original-To: gkj+person at localhost\r\nDelivered-To: gkj+person at localhost\r\nReceived: from localhost (localhost [127.0.0.1])\r\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\r\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nDelivered-To: gkj at sundance.gregorykjohnson.com\r\nReceived: from localhost [127.0.0.1]\r\n        by localhost with POP3 (fetchmail-6.2.5)\r\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\r\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\r\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\r\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nDate: Wed, 13 Jul 2005 17:23:11 -0400\r\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\r\nTo: gkj at gregorykjohnson.com\r\nSubject: Sample message\r\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\r\nMime-Version: 1.0\r\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\r\nContent-Disposition: inline\r\nUser-Agent: Mutt/1.5.9i\r\n\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: text/plain; charset=us-ascii\r\nContent-Disposition: inline\r\n\r\nThis is a sample message.\r\n\r\n--\r\nGregory K. Johnson\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: application/octet-stream\r\nContent-Disposition: attachment; filename="text.gz"\r\nContent-Transfer-Encoding: base64\r\n\r\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\r\n3FYlAAAA\r\n\r\n--NMuMz9nt05w80d4+--\r\n'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 377, in test_flush
    self._test_flush_or_close(self._box.flush)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 400, in _test_flush_or_close
    self.assertEqual(len(keys), 3)
AssertionError: 0 != 3

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 129, in test_get
    self.assertEqual(msg['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_get_file (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 174, in test_get_file
    self._template % 0)
AssertionError: '\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n0\n\n\x1f\x0c\n\n1,,\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n*** EOOH ***\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: text/plain; charset=us-ascii\n\nContent-Disposition: inline\n\n\n\nThis is a sample message.\n\n\n\n--\n\nGregory K. Johnson\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: application/octet-stream\n\nContent-Disposition: attachment; filename="text.gz"\n\nContent-Transfer-Encoding: base64\n\n\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n\n3FYlAAAA\n\n\n\n--NMuMz9nt05w80d4+--\n\n\n\n\x1f' != 'From: foo\n\n0'

======================================================================
FAIL: test_get_message (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 156, in test_get_message
    self.assertEqual(msg0['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_get_string (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 164, in test_get_string
    self.assertEqual(self._box.get_string(key0), self._template % 0)
AssertionError: '\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n0\n\n\x1f\x0c\n\n1,,\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n*** EOOH ***\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: text/plain; charset=us-ascii\n\nContent-Disposition: inline\n\n\n\nThis is a sample message.\n\n\n\n--\n\nGregory K. Johnson\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: application/octet-stream\n\nContent-Disposition: attachment; filename="text.gz"\n\nContent-Transfer-Encoding: base64\n\n\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n\n3FYlAAAA\n\n\n\n--NMuMz9nt05w80d4+--\n\n\n\n\x1f' != 'From: foo\n\n0'

======================================================================
FAIL: test_getitem (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 144, in test_getitem
    self.assertEqual(msg['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_items (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 207, in test_items
    self._check_iteration(self._box.items, do_keys=True, do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_iter (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 194, in test_iter
    do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_iteritems (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 203, in test_iteritems
    do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 189, in test_itervalues
    do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 313, in test_pop
    self.assertEqual(self._box.pop(key0).get_payload(), '0')
AssertionError: 'From: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n0\n\n\x1f\x0c\n\n1,,\n\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n1\n\n\x1f' != '0'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 83, in test_remove
    self._test_remove_or_delitem(self._box.remove)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 99, in _test_remove_or_delitem
    self.assertEqual(self._box.get_string(key1), self._template % 1)
AssertionError: '\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n1\n\n\x1f' != 'From: foo\n\n1'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 272, in test_set_item
    self._template % 'original 0')
AssertionError: '\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\noriginal 0\n\n\x1f' != 'From: foo\n\noriginal 0'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 350, in test_update
    self._template % 'changed 0')
AssertionError: '\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\nchanged 0\n\n\x1f\x0c\n\n1,,\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n*** EOOH ***\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: text/plain; charset=us-ascii\n\nContent-Disposition: inline\n\n\n\nThis is a sample message.\n\n\n\n--\n\nGregory K. Johnson\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: application/octet-stream\n\nContent-Disposition: attachment; filename="text.gz"\n\nContent-Transfer-Encoding: base64\n\n\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n\n3FYlAAAA\n\n\n\n--NMuMz9nt05w80d4+--\n\n\n\n\x1f' != 'From: foo\n\nchanged 0'

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 198, in test_values
    self._check_iteration(self._box.values, do_keys=False, do_values=True)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

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

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

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

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

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

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

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

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_pep277.py", line 45, in tearDown
    deltree(test_support.TESTFN)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_pep277.py", line 28, in deltree
    os.rmdir(dirname)
WindowsError: [Error 145] The directory is not empty: '@test'

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

======================================================================
ERROR: test_reporthook (test.test_urllib.urlretrieve_FileTests)
----------------------------------------------------------------------

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

======================================================================
ERROR: test_reporthook_0_bytes (test.test_urllib.urlretrieve_FileTests)
----------------------------------------------------------------------

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

======================================================================
ERROR: test_reporthook_5_bytes (test.test_urllib.urlretrieve_FileTests)
----------------------------------------------------------------------

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

======================================================================
ERROR: test_reporthook_8193_bytes (test.test_urllib.urlretrieve_FileTests)
----------------------------------------------------------------------

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

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

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

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

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

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

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

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list