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

buildbot at python.org buildbot at python.org
Thu Apr 30 22:28:05 CEST 2009


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

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

Buildslave for this Build: bolen-windows

Build Reason: The web-page 'rebuild' button was pressed by 'David Bolen': Freed up problem with Tools directory removal

Build Source Stamp: [branch branches/release30-maint] HEAD
Blamelist: eric.smith

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_memoryio

======================================================================
FAIL: test_newline_none (test.test_memoryio.PyStringIOTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_memoryio.py", line 381, in test_newline_none
    self.assertEqual(memio.readlines(), ["hello\n", "hi\n"])
AssertionError: ['hello\n', '\n', 'hi\n', '\n'] != ['hello\n', 'hi\n']

======================================================================
FAIL: test_newline_none (test.test_memoryio.CStringIOTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_memoryio.py", line 381, in test_newline_none
    self.assertEqual(memio.readlines(), ["hello\n", "hi\n"])
AssertionError: ['hello\n', '\n', '\n', 'hi\n', '\n', '\n'] != ['hello\n', 'hi\n']

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list