[Python-checkins] buildbot failure in x86 XP-4 3.x

buildbot at python.org buildbot at python.org
Thu May 14 04:49:30 CEST 2009


The Buildbot has detected a new failure of x86 XP-4 3.x.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20XP-4%203.x/builds/569

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

Buildslave for this Build: bolen-windows

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: r.david.murray

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_import.py", line 63, in test_with_extension
    self.fail("import from %s failed: %s" % (ext, err))
  File "E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\unittest.py", line 533, in fail
    raise self.failureException(msg)
AssertionError: import from .PY failed: No module named @test

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_import.py", line 80, in testImport
    test_with_extension(ext)
  File "E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_import.py", line 73, in test_with_extension
    del sys.modules[TESTFN]
KeyError: '@test'

2 tests failed:
    test_import test_inspect

======================================================================
ERROR: test_findsource_binary (test.test_inspect.TestBuggyCases)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_inspect.py", line 343, in test_findsource_binary
    self.assertRaises(IOError, inspect.getsource, time)
  File "E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\unittest.py", line 582, in assertRaises
    callableObj(*args, **kwargs)
  File "E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\inspect.py", line 693, in getsource
    lines, lnum = getsourcelines(object)
  File "E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\inspect.py", line 682, in getsourcelines
    lines, lnum = findsource(object)
  File "E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\inspect.py", line 521, in findsource
    file = getsourcefile(object)
  File "E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\inspect.py", line 443, in getsourcefile
    filename = getfile(object)
  File "E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\inspect.py", line 405, in getfile
    raise TypeError('arg is a built-in module')
TypeError: arg is a built-in module

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list