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

buildbot at python.org buildbot at python.org
Sun Jan 20 00:24:16 CET 2008


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

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: georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
9 tests failed:
    test_anydbm test_bsddb test_bsddb3 test_cProfile test_mailbox
    test_shelve test_whichdb test_winreg test_zipfile

======================================================================
ERROR: test_anydbm_access (test.test_anydbm.AnyDBMTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_anydbm.py", line 90, in test_anydbm_access
    self.init_db()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_anydbm.py", line 103, in init_db
    f = anydbm.open(_fname, 'n')
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_anydbm_creation (test.test_anydbm.AnyDBMTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_anydbm.py", line 63, in test_anydbm_creation
    f = anydbm.open(_fname, 'c')
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_anydbm_keys (test.test_anydbm.AnyDBMTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_anydbm.py", line 84, in test_anydbm_keys
    self.init_db()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_anydbm.py", line 103, in init_db
    f = anydbm.open(_fname, 'n')
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_anydbm_modification (test.test_anydbm.AnyDBMTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_anydbm.py", line 71, in test_anydbm_modification
    self.init_db()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_anydbm.py", line 103, in init_db
    f = anydbm.open(_fname, 'n')
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_anydbm_read (test.test_anydbm.AnyDBMTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_anydbm.py", line 78, in test_anydbm_read
    self.init_db()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_anydbm.py", line 103, in init_db
    f = anydbm.open(_fname, 'n')
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test__no_deadlock_first (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_change (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_clear (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_close_and_reopen (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_contains (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_first_next_looping (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_first_while_deleting (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_for_cursor_memleak (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_get (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_getitem (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_iter_while_modifying_values (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_iteritems_while_modifying_values (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_keyordering (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_last_while_deleting (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_len (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_mapping_iteration_methods (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_pop (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_popitem (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_previous_last_looping (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_set_location (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_setdefault (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_update (test.test_bsddb.TestBTree)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test__no_deadlock_first (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_change (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_clear (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_close_and_reopen (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_contains (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_first_next_looping (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_first_while_deleting (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_for_cursor_memleak (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_get (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_getitem (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_iter_while_modifying_values (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_iteritems_while_modifying_values (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_keyordering (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_last_while_deleting (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_len (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_mapping_iteration_methods (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_pop (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_popitem (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_previous_last_looping (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_set_location (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_setdefault (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_update (test.test_bsddb.TestHashTable)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test__no_deadlock_first (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_change (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_clear (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_close_and_reopen (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_contains (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_first_next_looping (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_first_while_deleting (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_for_cursor_memleak (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_get (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_getitem (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_iter_while_modifying_values (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_iteritems_while_modifying_values (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_keyordering (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_last_while_deleting (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_len (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_mapping_iteration_methods (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_pop (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_popitem (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_previous_last_looping (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_set_location (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_setdefault (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_update (test.test_bsddb.TestBTree_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test__no_deadlock_first (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_change (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_clear (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_close_and_reopen (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_contains (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_first_next_looping (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_first_while_deleting (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_for_cursor_memleak (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_get (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_getitem (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_iter_while_modifying_values (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_iteritems_while_modifying_values (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_keyordering (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_last_while_deleting (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_len (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_mapping_iteration_methods (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_pop (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_popitem (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_previous_last_looping (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_set_location (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_setdefault (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_update (test.test_bsddb.TestHashTable_InMemory)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test__no_deadlock_first (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_change (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_clear (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_close_and_reopen (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_contains (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_first_next_looping (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_first_while_deleting (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_for_cursor_memleak (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_get (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_getitem (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_iter_while_modifying_values (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_iteritems_while_modifying_values (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_keyordering (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_last_while_deleting (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_len (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_mapping_iteration_methods (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_pop (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_popitem (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_previous_last_looping (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_set_location (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_setdefault (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_update (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 488, in _openDBEnv
    e.set_cachesize(0, cachesize)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 596, in runtest_inner
    indirect_test()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb3.py", line 64, in test_main
    run_unittest(suite())
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_bsddb3.py", line 28, in suite
    import bsddb.test.test_1413192
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\test\test_1413192.py", line 38, in <module>
    context = Context()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\test\test_1413192.py", line 26, in __init__
    db.DB_CREATE | db.DB_INIT_TXN | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
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_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 336, in test_popitem
    self.assertEqual(int(msg.get_payload()), keys.index(key))
ValueError: invalid literal for int() with base 10: 'From: foo  0  F'

======================================================================
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 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_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_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_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 743, in test_add_and_close
    self.assertEqual(contents, open(self._path, 'r').read())
AssertionError: 'From MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nReturn-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\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nFrom: foo\n\n0\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nFrom: foo\n\n1\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nFrom: foo\n\n2\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nReturn-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' != 'From MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nReturn-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\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nFrom: foo\n\n0\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nFrom: foo\n\n1\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nFrom: foo\n\n2\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nReturn-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\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nFrom: foo\n\n0\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nFrom: foo\n\n1\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nFrom: foo\n\n2\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nReturn-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\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nFrom: foo\n\n1\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nFrom: foo\n\n2\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nReturn-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\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nFrom: foo\n\n2\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nReturn-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\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:08 2008\n\nReturn-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'

======================================================================
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_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 313, in test_pop
    self.assertEqual(self._box.pop(key0).get_payload(), '0')
AssertionError: 'From: foo\n\n0\n\nF' != '0'

======================================================================
FAIL: 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 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' != 'From: foo\n\n1'

======================================================================
FAIL: 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 272, in test_set_item
    self._template % 'original 0')
AssertionError: '\nFrom: foo\n\noriginal 0' != 'From: foo\n\noriginal 0'

======================================================================
FAIL: 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 350, in test_update
    self._template % 'changed 0')
AssertionError: '\nFrom: foo\n\nchanged 0\n\nF' != 'From: foo\n\nchanged 0'

======================================================================
FAIL: 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 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_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 77, in test_add
    self.assertEqual(self._box.get_string(keys[0]), self._template % 0)
AssertionError: '\nFrom: foo\n\n0\n\n\x01' != 'From: foo\n\n0'

======================================================================
FAIL: 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 743, in test_add_and_close
    self.assertEqual(contents, open(self._path, 'r').read())
AssertionError: '\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nReturn-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\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nFrom: foo\n\n0\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nFrom: foo\n\n1\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nFrom: foo\n\n2\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nReturn-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\n\n\x01\x01\x01\x01\n\n' != '\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nReturn-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\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nFrom: foo\n\n0\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nFrom: foo\n\n1\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nFrom: foo\n\n2\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nReturn-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\n\n\x01\x01\x01\x01\n\n\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nFrom: foo\n\n0\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nFrom: foo\n\n1\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nFrom: foo\n\n2\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nReturn-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\n\n\x01\x01\x01\x01\n\n\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nFrom: foo\n\n1\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nFrom: foo\n\n2\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nReturn-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\n\n\x01\x01\x01\x01\n\n\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nFrom: foo\n\n2\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nReturn-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\n\n\x01\x01\x01\x01\n\n\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Sun Jan 20 02:03:15 2008\n\nReturn-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\n\n\x01\x01\x01\x01\n\n\n\n\x01\x01\x01\x01\n\n'

======================================================================
FAIL: 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 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.TestMMDF)
----------------------------------------------------------------------

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: 0 != 3

======================================================================
FAIL: 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 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\n\n\x01' != 'From: foo\n\n1'

======================================================================
FAIL: 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 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.TestMMDF)
----------------------------------------------------------------------

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.TestMMDF)
----------------------------------------------------------------------

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.TestMMDF)
----------------------------------------------------------------------

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\n\x01' != 'From: foo\n\n0'

======================================================================
FAIL: 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 156, in test_get_message
    self.assertEqual(msg0['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: 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 164, in test_get_string
    self.assertEqual(self._box.get_string(key0), self._template % 0)
AssertionError: '\nFrom: foo\n\n0\n\n\x01' != 'From: foo\n\n0'

======================================================================
FAIL: 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 144, in test_getitem
    self.assertEqual(msg['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: 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 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.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_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 77, in test_add
    self.assertEqual(self._box.get_string(keys[0]), 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\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\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*** EOOH ***\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\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_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 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: 0 != 3

======================================================================
FAIL: 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 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\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n1\n\n\x1f' != 'From: foo\n\n1'

======================================================================
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_bool (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 136, in test_bool
    self.assert_(not self._empty_mapping())
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_constructor (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 133, in test_constructor
    self.assertEqual(self._empty_mapping(), self._empty_mapping())
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_get (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 270, in test_get
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_items (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 156, in test_items
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_keys (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 142, in test_keys
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_len (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 162, in test_len
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_pop (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 293, in test_pop
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_popitem (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 288, in test_popitem
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_read (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 44, in test_read
    p = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_setdefault (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 284, in test_setdefault
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_update (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 174, in test_update
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_values (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 150, in test_values
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_write (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 92, in test_write
    p = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_bool (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 136, in test_bool
    self.assert_(not self._empty_mapping())
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_constructor (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 133, in test_constructor
    self.assertEqual(self._empty_mapping(), self._empty_mapping())
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_get (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 270, in test_get
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_items (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 156, in test_items
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_keys (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 142, in test_keys
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_len (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 162, in test_len
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_pop (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 293, in test_pop
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_popitem (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 288, in test_popitem
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_read (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 44, in test_read
    p = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_setdefault (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 284, in test_setdefault
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_update (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 174, in test_update
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_values (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 150, in test_values
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_write (test.test_shelve.TestBinaryFileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 92, in test_write
    p = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_bool (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 136, in test_bool
    self.assert_(not self._empty_mapping())
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_constructor (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 133, in test_constructor
    self.assertEqual(self._empty_mapping(), self._empty_mapping())
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_get (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 270, in test_get
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_items (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 156, in test_items
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_keys (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 142, in test_keys
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_len (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 162, in test_len
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_pop (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 293, in test_pop
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_popitem (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 288, in test_popitem
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_read (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 44, in test_read
    p = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_setdefault (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 284, in test_setdefault
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_update (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 174, in test_update
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_values (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 150, in test_values
    d = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_write (test.test_shelve.TestProto2FileShelve)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\mapping_tests.py", line 92, in test_write
    p = self._empty_mapping()
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 122, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_ascii_file_shelf (test.test_shelve.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 46, in test_ascii_file_shelf
    s = shelve.open(self.fn, protocol=0)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_binary_file_shelf (test.test_shelve.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 54, in test_binary_file_shelf
    s = shelve.open(self.fn, protocol=1)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_proto2_file_shelf (test.test_shelve.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_shelve.py", line 62, in test_proto2_file_shelf
    s = shelve.open(self.fn, protocol=2)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
ERROR: test_whichdb (test.test_whichdb.WhichDBTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_whichdb.py", line 32, in test_whichdb
    f = module.open(_fname, 'c')
  File "C:\buildbot\work\3.0.heller-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\bsddb\__init__.py", line 492, in _openDBEnv
    e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
bsddb.db.DBInvalidArgError: (22, 'Invalid argument')

======================================================================
FAIL: testLocalMachineRegistryWorks (test.test_winreg.WinregTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_winreg.py", line 144, in testLocalMachineRegistryWorks
    self.TestAll(HKEY_CURRENT_USER)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_winreg.py", line 139, in TestAll
    self.WriteTestData(root_key, subkeystr)
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_winreg.py", line 41, in WriteTestData
    self.assertEquals(nkeys, 1, "Not the correct number of sub keys")
AssertionError: Not the correct number of sub keys

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

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

======================================================================
FAIL: testExtract (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\3.0.heller-windows\build\lib\test\test_zipfile.py", line 313, in testExtract
    self.assertEqual(writtenfile, correctfile)
AssertionError: 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\ziptest2dir\\_ziptest2' != 'C:\\buildbot\\work\\3.0.heller-windows\\build\\PCbuild\\ziptest2dir/_ziptest2'

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list