[Python-checkins] buildbot failure in x86 osx.5 trunk

buildbot at python.org buildbot at python.org
Sun Feb 8 20:34:54 CET 2009


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

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

Buildslave for this Build: heller-x86-osx5

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: vinay.sajip

BUILD FAILED: failed test

Excerpt from the test logfile:
3 tests failed:
    test___all__ test_bsddb test_whichdb

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test___all__.py", line 66, in test_all
    self.check_all("dbhash")
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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.heller-x86-osx5/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 551, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_bsddb.py", line 8, in <module>
    import dbhash # Just so we know it's imported
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 551, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_whichdb.py", line 40, in <module>
    mod = __import__(name)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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