[Python-checkins] buildbot failure in alpha Tru64 5.1 trunk

buildbot at python.org buildbot at python.org
Sat Feb 23 18:32:50 CET 2008


The Buildbot has detected a new failure of alpha Tru64 5.1 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/alpha%20Tru64%205.1%20trunk/builds/2581

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

Buildslave for this Build: norwitz-tru64

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: andrew.kuchling,eric.smith,georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_asynchat test_compiler test_shelve test_smtplib

======================================================================
ERROR: testCompileLibrary (test.test_compiler.CompilerTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/test/test_compiler.py", line 55, in testCompileLibrary
    args[0] += "[in file %s]" % basename
TypeError: unsupported operand type(s) for +=: 'int' and 'str'

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

Traceback (most recent call last):
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/test/mapping_tests.py", line 271, in test_get
    self.assert_(d.get(self.other.keys()[0]) is None)
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/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 "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/test/mapping_tests.py", line 59, in test_read
    self.assert_(d.has_key(k))
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/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 "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/test/mapping_tests.py", line 117, in test_write
    self.failIf(knownkey in d)
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/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 "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/test/mapping_tests.py", line 271, in test_get
    self.assert_(d.get(self.other.keys()[0]) is None)
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/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 "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/test/mapping_tests.py", line 59, in test_read
    self.assert_(d.has_key(k))
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/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 "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/test/mapping_tests.py", line 117, in test_write
    self.failIf(knownkey in d)
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/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 "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/test/mapping_tests.py", line 271, in test_get
    self.assert_(d.get(self.other.keys()[0]) is None)
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/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 "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/test/mapping_tests.py", line 59, in test_read
    self.assert_(d.has_key(k))
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/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 "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/test/mapping_tests.py", line 117, in test_write
    self.failIf(knownkey in d)
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/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