[Python-checkins] buildbot warnings in g4 osx.4 2.5

buildbot at python.org buildbot at python.org
Sat Apr 21 15:42:22 CEST 2007


The Buildbot has detected a new failure of g4 osx.4 2.5.
Full details are available at:
 http://www.python.org/dev/buildbot/all/g4%2520osx.4%25202.5/builds/315

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

Build Reason: 
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: kristjan.jonsson

Build had warnings: warnings test

Excerpt from the test logfile:
1 test failed:
    test_quopri

======================================================================
FAIL: test_embedded_ws (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/test/test_quopri.py", line 50, in newtest
    testfunc(self)
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/test/test_quopri.py", line 164, in test_embedded_ws
    self.assert_(quopri.encodestring(p, quotetabs=True) == e)
AssertionError

======================================================================
FAIL: test_encode (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/test/test_quopri.py", line 50, in newtest
    testfunc(self)
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/test/test_quopri.py", line 151, in test_encode
    self.assert_(outfp.getvalue() == e)
AssertionError

======================================================================
FAIL: test_encode_header (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/test/test_quopri.py", line 50, in newtest
    testfunc(self)
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/test/test_quopri.py", line 170, in test_encode_header
    self.assert_(quopri.encodestring(p, header=True) == e)
AssertionError

======================================================================
FAIL: test_encodestring (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/test/test_quopri.py", line 50, in newtest
    testfunc(self)
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/test/test_quopri.py", line 133, in test_encodestring
    self.assert_(quopri.encodestring(p) == e)
AssertionError

======================================================================
FAIL: test_scriptencode (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/test/test_quopri.py", line 185, in test_scriptencode
    self.assert_(cout.splitlines() == e.splitlines())
AssertionError

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list