[Python-checkins] buildbot warnings in x86 FreeBSD 3.0

buildbot at python.org buildbot at python.org
Tue Sep 4 12:21:36 CEST 2007


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

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

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: georg.brandl,martin.v.loewis,thomas.wouters

Build had warnings: warnings test

Excerpt from the test logfile:
4 tests failed:
    test_asynchat test_doctest test_email test_xmlrpc

======================================================================
FAIL: test_close_when_done (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/test/test_asynchat.py", line 211, in test_close_when_done
    self.assertTrue(len(s.buffer) > 0)
AssertionError: None

======================================================================
FAIL: test_close_when_done (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/test/test_asynchat.py", line 211, in test_close_when_done
    self.assertTrue(len(s.buffer) > 0)
AssertionError: None

======================================================================
ERROR: test_same_boundary_inner_outer (email.test.test_email.TestNonConformant)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/email/test/test_email.py", line 1445, in test_same_boundary_inner_outer
    msg = self._msgobj('msg_15.txt')
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/email/test/test_email.py", line 67, in _msgobj
    return email.message_from_file(fp)
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/email/__init__.py", line 46, in message_from_file
    return Parser(*args, **kws).parse(fp)
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/email/parser.py", line 68, in parse
    data = fp.read(8192)
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/io.py", line 1231, in read
    readahead, pending = self._read_chunk()
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/io.py", line 1127, in _read_chunk
    pending = self._decoder.decode(readahead, not readahead)
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xbe in position 86: ordinal not in range(128)

======================================================================
FAIL: test_introspection1 (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/test/test_xmlrpc.py", line 354, in test_introspection1
    self.fail("%s\n%s" % (e, e.headers))
AssertionError: <ProtocolError for localhost:49545/RPC2: 500 Internal Server Error>

======================================================================
FAIL: test_introspection2 (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/test/test_xmlrpc.py", line 365, in test_introspection2
    self.fail("%s\n%s" % (e, e.headers))
AssertionError: <ProtocolError for localhost:63162/RPC2: 500 Internal Server Error>

======================================================================
FAIL: test_introspection3 (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/test/test_xmlrpc.py", line 378, in test_introspection3
    self.fail("%s\n%s" % (e, e.headers))
AssertionError: <ProtocolError for localhost:52430/RPC2: 500 Internal Server Error>

======================================================================
FAIL: test_multicall (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/test/test_xmlrpc.py", line 395, in test_multicall
    self.fail("%s\n%s" % (e, e.headers))
AssertionError: <ProtocolError for localhost:54561/RPC2: 500 Internal Server Error>

======================================================================
FAIL: test_simple1 (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/test/test_xmlrpc.py", line 341, in test_simple1
    self.fail("%s\n%s" % (e, e.headers))
AssertionError: <ProtocolError for localhost:51457/RPC2: 500 Internal Server Error>

======================================================================
FAIL: test_basic (test.test_xmlrpc.FailingServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/test/test_xmlrpc.py", line 447, in test_basic
    self.fail("%s\n%s" % (e, e.headers))
AssertionError: <ProtocolError for localhost:58804/RPC2: 500 Internal Server Error>

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list