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

buildbot at python.org buildbot at python.org
Sun Apr 20 05:33:10 CEST 2008


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/986

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,georg.brandl,mark.dickinson

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_subprocess

======================================================================
FAIL: test_kill (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_subprocess.py", line 695, in test_kill
    self.assertNotEqual(p.wait(), 0)
AssertionError: 0 == 0

======================================================================
FAIL: test_terminate (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_subprocess.py", line 703, in test_terminate
    self.assertNotEqual(p.wait(), 0)
AssertionError: 0 == 0

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list