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

buildbot at python.org buildbot at python.org
Sun Feb 24 23:27:55 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/2592

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

Buildslave for this Build: norwitz-tru64

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: eric.smith

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 52, in testCompileLibrary
    compiler.compile(buf, basename, "exec")
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/pycodegen.py", line 64, in compile
    gen.compile()
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/pycodegen.py", line 111, in compile
    tree = self._get_tree()
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/pycodegen.py", line 77, in _get_tree
    tree = parse(self.source, self.mode)
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 51, in parse
    return Transformer().parsesuite(buf)
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 128, in parsesuite
    return self.transform(parser.suite(text))
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 124, in transform
    return self.compile_node(tree)
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 157, in compile_node
    return self.file_input(node[1:])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 188, in file_input
    self.com_append_stmt(stmts, node)
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 1079, in com_append_stmt
    result = self.lookup_node(node)(node[1:])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 305, in stmt
    return self.com_stmt(nodelist[0])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 1072, in com_stmt
    result = self.lookup_node(node)(node[1:])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 305, in stmt
    return self.com_stmt(nodelist[0])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 1072, in com_stmt
    result = self.lookup_node(node)(node[1:])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 295, in classdef
    code = self.com_node(nodelist[-1])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 791, in com_node
    return self._dispatch[node[0]](node[1:])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 554, in suite
    self.com_append_stmt(stmts, node)
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 1079, in com_append_stmt
    result = self.lookup_node(node)(node[1:])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 305, in stmt
    return self.com_stmt(nodelist[0])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 1072, in com_stmt
    result = self.lookup_node(node)(node[1:])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 305, in stmt
    return self.com_stmt(nodelist[0])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 1072, in com_stmt
    result = self.lookup_node(node)(node[1:])
  File "/net/taipan/scratch1/nnorwitz/python/trunk.norwitz-tru64/build/Lib/compiler/transformer.py", line 784, in lookup_node
    return self._dispatch[node[0]]
KeyError: (261, 'in file fractions.py]')

======================================================================
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