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

buildbot at python.org buildbot at python.org
Thu Feb 14 11:01:25 CET 2008


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

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

Buildslave for this Build: bolen-windows

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

BUILD FAILED: failed test

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

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

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_anydbm.py", line 90, in test_anydbm_access
    self.init_db()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_anydbm.py", line 103, in init_db
    f = anydbm.open(_fname, 'n')
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_anydbm.py", line 63, in test_anydbm_creation
    f = anydbm.open(_fname, 'c')
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_anydbm.py", line 84, in test_anydbm_keys
    self.init_db()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_anydbm.py", line 103, in init_db
    f = anydbm.open(_fname, 'n')
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_anydbm.py", line 71, in test_anydbm_modification
    self.init_db()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_anydbm.py", line 103, in init_db
    f = anydbm.open(_fname, 'n')
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_anydbm.py", line 78, in test_anydbm_read
    self.init_db()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_anydbm.py", line 103, in init_db
    f = anydbm.open(_fname, 'n')
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 20, in setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb.py", line 17, in do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args, **kw)))
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 452, in btopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb3.py", line 90, in test_main
    run_unittest(suite())
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_bsddb3.py", line 53, in suite
    import bsddb.test.test_1413192
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\test\test_1413192.py", line 38, in <module>
    context = Context()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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_blankline (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 406, in test_blankline
    self.readerAssertEqual('', [])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_dubious_quote (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 473, in test_dubious_quote
    self.readerAssertEqual('12,12,1",', [['12', '12', '1"', '']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_empty_fields (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 409, in test_empty_fields
    self.readerAssertEqual(',', [['', '']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_inline_quote (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 427, in test_inline_quote
    self.readerAssertEqual('a""b', [['a""b']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_inline_quotes (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 430, in test_inline_quotes
    self.readerAssertEqual('a"b"c', [['a"b"c']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_lone_quote (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 438, in test_lone_quote
    self.readerAssertEqual('a"b', [['a"b']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_quote_and_quote (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 443, in test_quote_and_quote
    self.readerAssertEqual('"a" "b"', [['a "b"']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_quoted (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 452, in test_quoted
    '5', '6']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_quoted_nl (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 470, in test_quoted_nl
    ['9','8','7','6']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_quoted_quote (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 458, in test_quoted_quote
    'as he picked up his hammer and saw']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_quoted_quotes (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 424, in test_quoted_quotes
    self.readerAssertEqual('""""""', [['""']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_quotes_and_more (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 435, in test_quotes_and_more
    self.readerAssertEqual('"a"b', [['ab']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_single_quoted_quote (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 421, in test_single_quoted_quote
    self.readerAssertEqual('""""', [['"']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_singlequoted (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 412, in test_singlequoted
    self.readerAssertEqual('""', [['']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_singlequoted_left_empty (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 415, in test_singlequoted_left_empty
    self.readerAssertEqual('"",', [['','']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_singlequoted_right_empty (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 418, in test_singlequoted_right_empty
    self.readerAssertEqual(',""', [['','']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_space_and_quote (test.test_csv.TestDialectExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 446, in test_space_and_quote
    self.readerAssertEqual(' "a"', [[' "a"']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_space_dialect (test.test_csv.TestDialectRegistry)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 335, in test_space_dialect
    reader = csv.reader(fileobj, dialect=space())
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_read_dict_fields (test.test_csv.TestDictFields)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 538, in test_read_dict_fields
    fieldnames=["f1", "f2", "f3"])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\csv.py", line 74, in __init__
    self.reader = reader(f, dialect, *args, **kwds)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_read_dict_no_fieldnames (test.test_csv.TestDictFields)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 545, in test_read_dict_no_fieldnames
    reader = csv.DictReader(fileobj)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\csv.py", line 74, in __init__
    self.reader = reader(f, dialect, *args, **kwds)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_read_long (test.test_csv.TestDictFields)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 553, in test_read_long
    fieldnames=["f1", "f2"])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\csv.py", line 74, in __init__
    self.reader = reader(f, dialect, *args, **kwds)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_read_long_with_rest (test.test_csv.TestDictFields)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 562, in test_read_long_with_rest
    fieldnames=["f1", "f2"], restkey="_rest")
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\csv.py", line 74, in __init__
    self.reader = reader(f, dialect, *args, **kwds)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_read_long_with_rest_no_fieldnames (test.test_csv.TestDictFields)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 570, in test_read_long_with_rest_no_fieldnames
    reader = csv.DictReader(fileobj, restkey="_rest")
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\csv.py", line 74, in __init__
    self.reader = reader(f, dialect, *args, **kwds)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_read_short (test.test_csv.TestDictFields)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 580, in test_read_short
    restval="DEFAULT")
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\csv.py", line 74, in __init__
    self.reader = reader(f, dialect, *args, **kwds)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_read_escape_fieldsep (test.test_csv.TestEscapedExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 504, in test_read_escape_fieldsep
    self.readerAssertEqual('abc\\,def\r\n', [['abc,def']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_read_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 517, in test_read_escape_fieldsep
    self.readerAssertEqual('"abc\\,def"\r\n', [['abc,def']])
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 385, in readerAssertEqual
    reader = csv.reader(fileobj, dialect = self.dialect)
TypeError: argument 1 must be an iterator

======================================================================
ERROR: test_unicode_read (test.test_csv.TestUnicode)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_csv.py", line 877, in test_unicode_read
    reader = csv.reader(fileobj)
TypeError: argument 1 must be an iterator

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

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 718, in tearDown
    self._delete_recursively(self._path)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 718, in tearDown
    self._delete_recursively(self._path)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 941, in tearDown
    self._delete_recursively(self._path)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 758, in test_add_and_close
    self.assertEqual(contents, open(self._path, 'r').read())
AssertionError: 'From MAILER-DAEMON Thu Feb 14 09:58:26 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 Thu Feb 14 09:58:26 2008\n\nFrom: foo\n\n0\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:26 2008\n\nFrom: foo\n\n1\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:26 2008\n\nFrom: foo\n\n2\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:26 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 Thu Feb 14 09:58:26 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 Thu Feb 14 09:58:26 2008\n\nFrom: foo\n\n0\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:26 2008\n\nFrom: foo\n\n1\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:26 2008\n\nFrom: foo\n\n2\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:26 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 Thu Feb 14 09:58:26 2008\n\nFrom: foo\n\n0\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:26 2008\n\nFrom: foo\n\n1\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:26 2008\n\nFrom: foo\n\n2\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:26 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 Thu Feb 14 09:58:26 2008\n\nFrom: foo\n\n1\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:26 2008\n\nFrom: foo\n\n2\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:26 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 Thu Feb 14 09:58:26 2008\n\nFrom: foo\n\n2\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:26 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 Thu Feb 14 09:58:26 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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 725, 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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 389, in test_close
    self._test_flush_or_close(self._box.close)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 87, in test_delitem
    self._test_remove_or_delitem(self._box.__delitem__)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 377, in test_flush
    self._test_flush_or_close(self._box.flush)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 194, in test_iter
    do_values=True)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 203, in test_iteritems
    do_values=True)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 189, in test_itervalues
    do_values=True)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 742, 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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 83, in test_remove
    self._test_remove_or_delitem(self._box.remove)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 758, in test_add_and_close
    self.assertEqual(contents, open(self._path, 'r').read())
AssertionError: '\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:36 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 Thu Feb 14 09:58:37 2008\n\nFrom: foo\n\n0\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:37 2008\n\nFrom: foo\n\n1\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:37 2008\n\nFrom: foo\n\n2\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:37 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 Thu Feb 14 09:58:36 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 Thu Feb 14 09:58:37 2008\n\nFrom: foo\n\n0\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:37 2008\n\nFrom: foo\n\n1\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:37 2008\n\nFrom: foo\n\n2\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:37 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 Thu Feb 14 09:58:37 2008\n\nFrom: foo\n\n0\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:37 2008\n\nFrom: foo\n\n1\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:37 2008\n\nFrom: foo\n\n2\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:37 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 Thu Feb 14 09:58:37 2008\n\nFrom: foo\n\n1\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:37 2008\n\nFrom: foo\n\n2\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:37 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 Thu Feb 14 09:58:37 2008\n\nFrom: foo\n\n2\n\n\x01\x01\x01\x01\n\n\x01\x01\x01\x01\n\nFrom MAILER-DAEMON Thu Feb 14 09:58:37 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 Thu Feb 14 09:58:37 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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 725, 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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 389, in test_close
    self._test_flush_or_close(self._box.close)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 87, in test_delitem
    self._test_remove_or_delitem(self._box.__delitem__)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 377, in test_flush
    self._test_flush_or_close(self._box.flush)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 194, in test_iter
    do_values=True)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 203, in test_iteritems
    do_values=True)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 189, in test_itervalues
    do_values=True)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 742, 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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 83, in test_remove
    self._test_remove_or_delitem(self._box.remove)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 389, in test_close
    self._test_flush_or_close(self._box.close)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 87, in test_delitem
    self._test_remove_or_delitem(self._box.__delitem__)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 377, in test_flush
    self._test_flush_or_close(self._box.flush)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 194, in test_iter
    do_values=True)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 203, in test_iteritems
    do_values=True)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 189, in test_itervalues
    do_values=True)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 83, in test_remove
    self._test_remove_or_delitem(self._box.remove)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_mailbox.py", line 231, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_cprofile (test.test_profile.ProfileTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_profile.py", line 37, in test_cprofile
    self.assertEqual(results[0], 43000)
AssertionError: 44000 != 43000

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

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 136, in test_bool
    self.assert_(not self._empty_mapping())
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 133, in test_constructor
    self.assertEqual(self._empty_mapping(), self._empty_mapping())
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 270, in test_get
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 156, in test_items
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 142, in test_keys
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 162, in test_len
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 293, in test_pop
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 288, in test_popitem
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 44, in test_read
    p = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 284, in test_setdefault
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 174, in test_update
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 150, in test_values
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 92, in test_write
    p = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 136, in test_bool
    self.assert_(not self._empty_mapping())
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 133, in test_constructor
    self.assertEqual(self._empty_mapping(), self._empty_mapping())
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 270, in test_get
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 156, in test_items
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 142, in test_keys
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 162, in test_len
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 293, in test_pop
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 288, in test_popitem
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 44, in test_read
    p = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 284, in test_setdefault
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 174, in test_update
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 150, in test_values
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 92, in test_write
    p = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 136, in test_bool
    self.assert_(not self._empty_mapping())
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 133, in test_constructor
    self.assertEqual(self._empty_mapping(), self._empty_mapping())
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 270, in test_get
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 156, in test_items
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 142, in test_keys
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 162, in test_len
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 293, in test_pop
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 288, in test_popitem
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 44, in test_read
    p = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 284, in test_setdefault
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 174, in test_update
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 150, in test_values
    d = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\mapping_tests.py", line 92, in test_write
    p = self._empty_mapping()
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 127, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 51, in test_ascii_file_shelf
    s = shelve.open(self.fn, protocol=0)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 59, in test_binary_file_shelf
    s = shelve.open(self.fn, protocol=1)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_shelve.py", line 67, in test_proto2_file_shelf
    s = shelve.open(self.fn, protocol=2)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 217, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\shelve.py", line 201, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\anydbm.py", line 83, in open
    return mod.open(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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 "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_whichdb.py", line 32, in test_whichdb
    f = module.open(_fname, 'c')
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\dbhash.py", line 16, in open
    return bsddb.hashopen(file, flag, mode)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\bsddb\__init__.py", line 435, in hashopen
    e = _openDBEnv(cachesize)
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-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')

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list