[Python-checkins] buildbot failure in i386 Ubuntu trunk
buildbot at python.org
buildbot at python.org
Wed Aug 20 04:04:24 CEST 2008
The Buildbot has detected a new failure of i386 Ubuntu trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/i386%20Ubuntu%20trunk/builds/326
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: klose-ubuntu-i386
Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson
BUILD FAILED: failed test
Excerpt from the test logfile:
1 test failed:
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/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_symtable.py", line 45, in <module>
class SymtableTest(unittest.TestCase):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_symtable.py", line 50, in SymtableTest
top = symtable.symtable(TEST_CODE, "?", "exec")
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_support.py", line 445, in catch_warning
yield recorder
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_symtable.py", line 50, in SymtableTest
top = symtable.symtable(TEST_CODE, "?", "exec")
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/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