[Python-checkins] buildbot failure in OS X x86 trunk
buildbot at python.org
buildbot at python.org
Wed Aug 20 04:12:02 CEST 2008
The Buildbot has detected a new failure of OS X x86 trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/OS%20X%20x86%20trunk/builds/226
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: noller-osx86
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 "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_symtable.py", line 45, in <module>
class SymtableTest(unittest.TestCase):
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_symtable.py", line 50, in SymtableTest
top = symtable.symtable(TEST_CODE, "?", "exec")
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_support.py", line 445, in catch_warning
yield recorder
File "/Users/buildbot/buildarea/trunk.noller-osx86/build/Lib/test/test_symtable.py", line 50, in SymtableTest
top = symtable.symtable(TEST_CODE, "?", "exec")
File "/Users/buildbot/buildarea/trunk.noller-osx86/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