[Python-checkins] buildbot failure in ppc Debian unstable 3.0

buildbot at python.org buildbot at python.org
Wed Nov 21 22:16:55 CET 2007


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

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

Buildslave for this Build: klose-debian-ppc

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: guido.van.rossum

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_xmlrpc

======================================================================
ERROR: test_fail_no_info (test.test_xmlrpc.FailingServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_xmlrpc.py", line 423, in test_fail_no_info
    p.pow(6,8)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1091, in __call__
    return self.__send(self.__name, args)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1349, in __request
    verbose=self.__verbose
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1121, in request
    resp = http_conn.getresponse()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/httplib.py", line 961, in getresponse
    response.begin()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/httplib.py", line 425, in begin
    self.msg = HTTPMessage(self.fp, 0)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/mimetools.py", line 16, in __init__
    rfc822.Message.__init__(self, fp, seekable)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/rfc822.py", line 104, in __init__
    self.readheaders()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/httplib.py", line 267, in readheaders
    line = str(self.fp.readline(), "iso-8859-1")
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/io.py", line 396, in readline
    b = self.read(nreadahead())
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/io.py", line 458, in read
    n = self.readinto(b)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/socket.py", line 215, in readinto
    return self._sock.recv_into(b)
socket.error: [Errno 104] Connection reset by peer

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list