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

buildbot at python.org buildbot at python.org
Fri Jan 11 22:28:10 CET 2008


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

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

Buildslave for this Build: klose-debian-ppc

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: thomas.heller

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/SocketServer.py", line 222, in handle_request
    self.process_request(request, client_address)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/SocketServer.py", line 241, in process_request
    self.finish_request(request, client_address)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/SocketServer.py", line 523, in __init__
    self.handle()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/BaseHTTPServer.py", line 316, in handle
    self.handle_one_request()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/BaseHTTPServer.py", line 310, in handle_one_request
    method()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/SimpleXMLRPCServer.py", line 449, in do_POST
    self.report_404()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/SimpleXMLRPCServer.py", line 507, in report_404
    self.connection.shutdown(1)
  File "<string>", line 1, in shutdown
error: [Errno 107] Transport endpoint is not connected

1 test failed:
    test_xmlrpc

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_xmlrpc.py", line 560, in test_fail_no_info
    p.pow(6,8)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1157, in __call__
    return self.__send(self.__name, args)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1447, in __request
    verbose=self.__verbose
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1195, in request
    errcode, errmsg, headers = h.getreply()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/httplib.py", line 1006, in getreply
    response = self._conn.getresponse()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/httplib.py", line 932, in getresponse
    response.begin()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/httplib.py", line 415, in begin
    self.msg = HTTPMessage(self.fp, 0)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/mimetools.py", line 16, in __init__
    rfc822.Message.__init__(self, fp, seekable)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/rfc822.py", line 104, in __init__
    self.readheaders()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/httplib.py", line 271, in readheaders
    line = self.fp.readline()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/socket.py", line 354, in readline
    data = recv(1)
error: [Errno 104] Connection reset by peer

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_xmlrpc.py", line 580, in test_fail_with_info
    p.pow(6,8)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1157, in __call__
    return self.__send(self.__name, args)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1447, in __request
    verbose=self.__verbose
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1195, in request
    errcode, errmsg, headers = h.getreply()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/httplib.py", line 1006, in getreply
    response = self._conn.getresponse()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/httplib.py", line 932, in getresponse
    response.begin()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/httplib.py", line 415, in begin
    self.msg = HTTPMessage(self.fp, 0)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/mimetools.py", line 16, in __init__
    rfc822.Message.__init__(self, fp, seekable)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/rfc822.py", line 104, in __init__
    self.readheaders()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/httplib.py", line 271, in readheaders
    line = self.fp.readline()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/socket.py", line 354, in readline
    data = recv(1)
error: [Errno 104] Connection reset by peer

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list