[Python-checkins] buildbot failure in sparc solaris10 gcc trunk

buildbot at python.org buildbot at python.org
Fri Feb 22 12:45:27 CET 2008


The Buildbot has detected a new failure of sparc solaris10 gcc trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/sparc%20solaris10%20gcc%20trunk/builds/2826

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

Buildslave for this Build: loewis-sun

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: nick.coghlan

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 "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/mapping_tests.py", line 271, in test_get
    self.assert_(d.get(self.other.keys()[0]) is None)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/shelve.py", line 104, in get
    if key in self.dict:
TypeError: argument of type 'dbm.dbm' is not iterable

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

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/mapping_tests.py", line 59, in test_read
    self.assert_(d.has_key(k))
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/shelve.py", line 98, in has_key
    return key in self.dict
TypeError: argument of type 'dbm.dbm' is not iterable

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

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/mapping_tests.py", line 117, in test_write
    self.failIf(knownkey in d)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/shelve.py", line 101, in __contains__
    return key in self.dict
TypeError: argument of type 'dbm.dbm' is not iterable

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

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/mapping_tests.py", line 271, in test_get
    self.assert_(d.get(self.other.keys()[0]) is None)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/shelve.py", line 104, in get
    if key in self.dict:
TypeError: argument of type 'dbm.dbm' is not iterable

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

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/mapping_tests.py", line 59, in test_read
    self.assert_(d.has_key(k))
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/shelve.py", line 98, in has_key
    return key in self.dict
TypeError: argument of type 'dbm.dbm' is not iterable

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

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/mapping_tests.py", line 117, in test_write
    self.failIf(knownkey in d)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/shelve.py", line 101, in __contains__
    return key in self.dict
TypeError: argument of type 'dbm.dbm' is not iterable

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

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/mapping_tests.py", line 271, in test_get
    self.assert_(d.get(self.other.keys()[0]) is None)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/shelve.py", line 104, in get
    if key in self.dict:
TypeError: argument of type 'dbm.dbm' is not iterable

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

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/mapping_tests.py", line 59, in test_read
    self.assert_(d.has_key(k))
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/shelve.py", line 98, in has_key
    return key in self.dict
TypeError: argument of type 'dbm.dbm' is not iterable

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

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/mapping_tests.py", line 117, in test_write
    self.failIf(knownkey in d)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/shelve.py", line 101, in __contains__
    return key in self.dict
TypeError: argument of type 'dbm.dbm' is not iterable

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list