[Python-checkins] buildbot warnings in x86 XP trunk

buildbot at python.org buildbot at python.org
Tue Mar 13 20:48:41 CET 2007


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

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: georg.brandl

Build had warnings: warnings test

Excerpt from the test logfile:
2 tests failed:
    test_compiler test_tempfile

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

Traceback (most recent call last):
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_compiler.py", line 52, in testCompileLibrary
    compiler.compile(buf, basename, "exec")
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\compiler\pycodegen.py", line 64, in compile
    gen.compile()
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\compiler\pycodegen.py", line 111, in compile
    tree = self._get_tree()
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\compiler\pycodegen.py", line 77, in _get_tree
    tree = parse(self.source, self.mode)
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\compiler\transformer.py", line 52, in parse
    return Transformer().parsesuite(buf)
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\compiler\transformer.py", line 129, in parsesuite
    return self.transform(parser.suite(text))
  File "<string>", line 606
    tmp = None
             
^

Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 549, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_tempfile.py", line 606
     tmp = None
              
^

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list