[Python-checkins] buildbot failure in sparc solaris10 gcc trunk

buildbot at python.org buildbot at python.org
Sat Sep 8 15:21:08 CEST 2007


The Buildbot has detected a new failure of sparc solaris10 gcc trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/sparc%20solaris10%20gcc%20trunk/builds/2265

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

Buildslave for this Build: loewis-sun

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: skip.montanaro

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_pipes

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

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_pipes.py", line 23, in testSimplePipe1
    self.assertEqual(open(TESTFN).read(), 'HELLO WORLD #1')
AssertionError: 'hello world #1' != 'HELLO WORLD #1'

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

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_pipes.py", line 30, in testSimplePipe2
    self.assertEqual(open(TESTFN2).read(), 'HELLO WORLD #2')
AssertionError: 'hello world #2' != 'HELLO WORLD #2'

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

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_pipes.py", line 36, in testSimplePipe3
    self.assertEqual(t.open(TESTFN, 'r').read(), 'HELLO WORLD #2')
AssertionError: 'hello world #2' != 'HELLO WORLD #2'

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list