[Python-checkins] buildbot warnings in PPC64 Debian trunk

buildbot at python.org buildbot at python.org
Mon Aug 27 20:01:22 CEST 2007


The Buildbot has detected a new failure of PPC64 Debian trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/PPC64%2520Debian%2520trunk/builds/144

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: guido.van.rossum

Build had warnings: warnings 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/buildarea64/trunk.klose-debian-ppc64/build/Lib/test/test_xmlrpc.py", line 495, in test_fail_no_info
    p.pow(6,8)
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/xmlrpclib.py", line 1157, in __call__
    return self.__send(self.__name, args)
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/xmlrpclib.py", line 1447, in __request
    verbose=self.__verbose
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/xmlrpclib.py", line 1195, in request
    errcode, errmsg, headers = h.getreply()
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/httplib.py", line 1203, in getreply
    response = self._conn.getresponse()
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/httplib.py", line 930, in getresponse
    response.begin()
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/httplib.py", line 414, in begin
    self.msg = HTTPMessage(self.fp, 0)
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/mimetools.py", line 16, in __init__
    rfc822.Message.__init__(self, fp, seekable)
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/rfc822.py", line 104, in __init__
    self.readheaders()
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/httplib.py", line 270, in readheaders
    line = self.fp.readline()
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/socket.py", line 335, in readline
    data = recv(1)
error: (104, 'Connection reset by peer')

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list