[Python-checkins] buildbot warnings in x86 XP-3 trunk

buildbot at python.org buildbot at python.org
Thu Aug 30 13:34:34 CEST 2007


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

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_pipes test_winreg

======================================================================
ERROR: testSimplePipe2 (test.test_pipes.SimplePipeTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_pipes.py", line 27, in testSimplePipe2
    self.assertEqual(open(TESTFN2).read(), 'HELLO WORLD #2')
IOError: [Errno 2] No such file or directory: '@test2'

======================================================================
FAIL: testEmptyPipeline1 (test.test_pipes.SimplePipeTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_pipes.py", line 42, in testEmptyPipeline1
    self.assertEqual(open(TESTFN2).read(), d)
AssertionError: '' != 'empty pipeline test COPY'

======================================================================
FAIL: testSimplePipe1 (test.test_pipes.SimplePipeTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_pipes.py", line 20, in testSimplePipe1
    self.assertEqual(open(TESTFN).read(), 'HELLO WORLD #1')
AssertionError: '' != 'HELLO WORLD #1'

======================================================================
FAIL: testSimplePipe3 (test.test_pipes.SimplePipeTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_pipes.py", line 33, in testSimplePipe3
    self.assertEqual(t.open(TESTFN, 'r').read(), 'HELLO WORLD #2')
AssertionError: '' != 'HELLO WORLD #2'

======================================================================
ERROR: testRemoteMachineRegistryWorks (test.test_winreg.WinregTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_winreg.py", line 160, in testRemoteMachineRegistryWorks
    raise test_support.TestSkipped("Remote machine name "
TestSkipped: Remote machine name not specified.

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list