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

buildbot at python.org buildbot at python.org
Thu Feb 21 21:09:39 CET 2008


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

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

Buildslave for this Build: klose-debian-ppc

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

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_shelve

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/mapping_tests.py", line 271, in test_get
    self.assert_(d.get(self.other.keys()[0]) is None)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/shelve.py", line 104, in get
    if key in self.dict:
TypeError: argument of type 'gdbm.gdbm' is not iterable

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/mapping_tests.py", line 59, in test_read
    self.assert_(d.has_key(k))
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/shelve.py", line 98, in has_key
    return key in self.dict
TypeError: argument of type 'gdbm.gdbm' is not iterable

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/mapping_tests.py", line 117, in test_write
    self.failIf(knownkey in d)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/shelve.py", line 101, in __contains__
    return key in self.dict
TypeError: argument of type 'gdbm.gdbm' is not iterable

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/mapping_tests.py", line 271, in test_get
    self.assert_(d.get(self.other.keys()[0]) is None)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/shelve.py", line 104, in get
    if key in self.dict:
TypeError: argument of type 'gdbm.gdbm' is not iterable

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/mapping_tests.py", line 59, in test_read
    self.assert_(d.has_key(k))
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/shelve.py", line 98, in has_key
    return key in self.dict
TypeError: argument of type 'gdbm.gdbm' is not iterable

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/mapping_tests.py", line 117, in test_write
    self.failIf(knownkey in d)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/shelve.py", line 101, in __contains__
    return key in self.dict
TypeError: argument of type 'gdbm.gdbm' is not iterable

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/mapping_tests.py", line 271, in test_get
    self.assert_(d.get(self.other.keys()[0]) is None)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/shelve.py", line 104, in get
    if key in self.dict:
TypeError: argument of type 'gdbm.gdbm' is not iterable

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/mapping_tests.py", line 59, in test_read
    self.assert_(d.has_key(k))
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/shelve.py", line 98, in has_key
    return key in self.dict
TypeError: argument of type 'gdbm.gdbm' is not iterable

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/mapping_tests.py", line 117, in test_write
    self.failIf(knownkey in d)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/shelve.py", line 101, in __contains__
    return key in self.dict
TypeError: argument of type 'gdbm.gdbm' is not iterable

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list