[Python-checkins] buildbot failure in x86 gentoo trunk

buildbot at python.org buildbot at python.org
Wed Aug 20 05:11:04 CEST 2008


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

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

Buildslave for this Build: norwitz-x86

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
    test_pickletools test_symtable

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 549, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/test/test_symtable.py", line 45, in <module>
    class SymtableTest(unittest.TestCase):
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/test/test_symtable.py", line 50, in SymtableTest
    top = symtable.symtable(TEST_CODE, "?", "exec")
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/contextlib.py", line 34, in __exit__
    self.gen.throw(type, value, traceback)
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/test/test_support.py", line 445, in catch_warning
    yield recorder
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/test/test_symtable.py", line 50, in SymtableTest
    top = symtable.symtable(TEST_CODE, "?", "exec")
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/symtable.py", line 18, in symtable
    return newSymbolTable(top, filename)
NameError: global name 'newSymbolTable' is not defined

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list