[Python-checkins] buildbot failure in x86 XP-4 trunk

buildbot at python.org buildbot at python.org
Sun Mar 29 11:20:41 CEST 2009


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

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

Buildslave for this Build: bolen-windows

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson,collin.winter,georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
3 tests failed:
    test_fork1 test_posix test_wait4

Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 564, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_fork1.py", line 12, in <module>
    raise unittest.SkipTest, "os.fork not defined -- skipping test_fork1"
NameError: name 'unittest' is not defined

Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 564, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_posix.py", line 8, in <module>
    raise unittest.SkipTest, "posix is not available"
NameError: name 'unittest' is not defined

Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 564, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_wait4.py", line 12, in <module>
    raise unittest.SkipTest, "os.fork not defined -- skipping test_wait4"
NameError: name 'unittest' is not defined

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list