[Python-checkins] buildbot failure in ia64 Ubuntu trunk

buildbot at python.org buildbot at python.org
Thu Oct 18 11:02:58 CEST 2007


The Buildbot has detected a new failure of ia64 Ubuntu trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ia64%20Ubuntu%20trunk/builds/982

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

Buildslave for this Build: klose-debian-ia64

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: facundo.batista,gregory.p.smith

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_bsddb3

======================================================================
ERROR: test02 (bsddb.test.test_dbtables.TableDBTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/bsddb/test/test_dbtables.py", line 114, in test02
    raise RuntimeError("Wrong values returned!")
RuntimeError: Wrong values returned!

======================================================================
ERROR: test_Modify (bsddb.test.test_dbtables.TableDBTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/bsddb/test/test_dbtables.py", line 341, in test_Modify
    mappings={'Access': increment_access})
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/bsddb/dbtables.py", line 455, in Modify
    dataitem = mappings[column](dataitem)
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/bsddb/test/test_dbtables.py", line 328, in increment_access
    return str(int(count)+1)
TypeError: int() argument must be a string or a number, not 'NoneType'

======================================================================
FAIL: test03 (bsddb.test.test_dbtables.TableDBTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/bsddb/test/test_dbtables.py", line 175, in test03
    self.assertEqual(len(values), 2)
AssertionError: 1 != 2

======================================================================
FAIL: test_CondObjs (bsddb.test.test_dbtables.TableDBTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/bsddb/test/test_dbtables.py", line 275, in test_CondObjs
    self.assertEqual(len(values), 2, values)
AssertionError: [{'p': None, 'e': 'the letter E'}]

======================================================================
FAIL: test_Delete (bsddb.test.test_dbtables.TableDBTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/bsddb/test/test_dbtables.py", line 311, in test_Delete
    self.assertEqual(len(values), 0)
AssertionError: 1 != 0

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list