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

buildbot at python.org buildbot at python.org
Sat Jun 14 01:45:39 CEST 2008


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

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

Buildslave for this Build: loewis-sun

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: martin.v.loewis

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
    test_email test_email_renamed

======================================================================
FAIL: test_crlf_separation (email.test.test_email.TestParsers)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/email/test/test_email.py", line 2471, in test_crlf_separation
    eq(part1.get_payload(), 'Simple email with attachment.\r\n\r\n')
AssertionError: 'Simple email with attachment.\n\n' != 'Simple email with attachment.\r\n\r\n'

======================================================================
FAIL: test_crlf_separation (email.test.test_email_renamed.TestParsers)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/email/test/test_email_renamed.py", line 2466, in test_crlf_separation
    eq(part1.get_payload(), 'Simple email with attachment.\r\n\r\n')
AssertionError: 'Simple email with attachment.\n\n' != 'Simple email with attachment.\r\n\r\n'

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list