[Python-checkins] buildbot failure in sparc solaris10 gcc trunk

buildbot at python.org buildbot at python.org
Wed Mar 19 02:51:42 CET 2008


The Buildbot has detected a new failure of sparc solaris10 gcc trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/sparc%20solaris10%20gcc%20trunk/builds/2983

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

Buildslave for this Build: loewis-sun

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

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_compiler

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

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_compiler.py", line 52, in testCompileLibrary
    compiler.compile(buf, basename, "exec")
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/compiler/pycodegen.py", line 64, in compile
    gen.compile()
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/compiler/pycodegen.py", line 112, in compile
    gen = ModuleCodeGenerator(tree)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/compiler/pycodegen.py", line 1275, in __init__
    self.futures = future.find_futures(tree)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/compiler/future.py", line 59, in find_futures
    walk(node, p1)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/compiler/visitor.py", line 106, in walk
    walker.preorder(tree, visitor)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/compiler/visitor.py", line 63, in preorder
    self.dispatch(tree, *args) # XXX *args make sense?
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/compiler/visitor.py", line 57, in dispatch
    return meth(node, *args)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/compiler/future.py", line 27, in visitModule
    if not self.check_stmt(s):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/compiler/future.py", line 37, in check_stmt
    "future feature %s is not defined" % name
SyntaxError: future feature print_function is not defined

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list