[Python-checkins] buildbot failure in ppc Debian unstable 3.0

buildbot at python.org buildbot at python.org
Sat Oct 11 03:20:57 CEST 2008


The Buildbot has detected a new failure of ppc Debian unstable 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ppc%20Debian%20unstable%203.0/builds/1637

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

Buildslave for this Build: klose-debian-ppc

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_dbm

======================================================================
ERROR: test_keys (test.test_dbm.WhichDBTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_dbm.py", line 157, in test_keys
    self.assert_('xxx' not in self.d)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/dbm/dumb.py", line 211, in __contains__
    key = key.decode("latin-1")
AttributeError: 'str' object has no attribute 'decode'

======================================================================
FAIL: test_whichdb (test.test_dbm.WhichDBTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_dbm.py", line 127, in test_whichdb
    self.assertEqual(name, dbm.whichdb(_fname))
AssertionError: 'dbm.gnu' != 'dbm.dumb'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list