[Python-checkins] buildbot failure in OS X x86 trunk

buildbot at python.org buildbot at python.org
Tue Jan 27 04:19:10 CET 2009


The Buildbot has detected a new failure of OS X x86 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/OS%20X%20x86%20trunk/builds/46

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

Buildslave for this Build: noller-osx86

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: raymond.hettinger

BUILD FAILED: failed test

Excerpt from the test logfile:
8 tests failed:
    test___all__ test_anydbm test_bsddb test_bsddb185 test_calendar
    test_lib2to3 test_shelve test_whichdb

======================================================================
ERROR: test_all (test.test___all__.AllTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test___all__.py", line 66, in test_all
    self.check_all("dbhash")
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test___all__.py", line 16, in check_all
    exec "import %s" % modname in names
  File "<string>", line 1, in <module>
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 549, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_anydbm.py", line 8, in <module>
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 549, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_bsddb.py", line 8, in <module>
    import dbhash # Just so we know it's imported
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 549, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_bsddb185.py", line 10, in <module>
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 135, in test_bool
    self.assert_(not self._empty_mapping())
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 132, in test_constructor
    self.assertEqual(self._empty_mapping(), self._empty_mapping())
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 270, in test_get
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 155, in test_items
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 141, in test_keys
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 161, in test_len
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 291, in test_pop
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 286, in test_popitem
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 44, in test_read
    p = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 282, in test_setdefault
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 172, in test_update
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 149, in test_values
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 91, in test_write
    p = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 135, in test_bool
    self.assert_(not self._empty_mapping())
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 132, in test_constructor
    self.assertEqual(self._empty_mapping(), self._empty_mapping())
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 270, in test_get
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 155, in test_items
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 141, in test_keys
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 161, in test_len
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 291, in test_pop
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)


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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 286, in test_popitem
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 44, in test_read
    p = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 282, in test_setdefault
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 172, in test_update
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 149, in test_values
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 91, in test_write
    p = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 135, in test_bool
    self.assert_(not self._empty_mapping())
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 132, in test_constructor
    self.assertEqual(self._empty_mapping(), self._empty_mapping())
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 270, in test_get
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 155, in test_items
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 141, in test_keys
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 161, in test_len
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 291, in test_pop
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 286, in test_popitem
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 44, in test_read
    p = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 282, in test_setdefault
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 172, in test_update
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 149, in test_values
    d = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/mapping_tests.py", line 91, in test_write
    p = self._empty_mapping()
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 108, in _empty_mapping
    x= shelve.open(self.fn+str(self.counter), **self._args)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 28, in test_ascii_file_shelf
    s = shelve.open(self.fn, protocol=0)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 38, in test_binary_file_shelf
    s = shelve.open(self.fn, protocol=1)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_shelve.py", line 48, in test_proto2_file_shelf
    s = shelve.open(self.fn, protocol=2)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 234, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/shelve.py", line 217, in __init__
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 549, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_whichdb.py", line 10, in <module>
    import anydbm
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/anydbm.py", line 54, in <module>
    _mod = __import__(_name)
  File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/dbhash.py", line 16, in <module>
    error = bsddb.error                     # Exported for anydbm
AttributeError: 'module' object has no attribute 'error'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list