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

buildbot at python.org buildbot at python.org
Sat Jan 19 21:03:55 CET 2008


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/471

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: facundo.batista

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/SocketServer.py", line 222, in handle_request
    self.process_request(request, client_address)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/SocketServer.py", line 241, in process_request
    self.finish_request(request, client_address)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/SocketServer.py", line 522, in __init__
    self.handle()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/BaseHTTPServer.py", line 330, in handle
    self.handle_one_request()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/BaseHTTPServer.py", line 324, in handle_one_request
    method()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/SimpleXMLRPCServer.py", line 430, in do_POST
    self.report_404()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/SimpleXMLRPCServer.py", line 489, in report_404
    self.connection.shutdown(1)
socket.error: [Errno 107] Transport endpoint is not connected

1 test failed:
    test_xmlrpc

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/SocketServer.py", line 222, in handle_request
    self.process_request(request, client_address)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/SocketServer.py", line 241, in process_request
    self.finish_request(request, client_address)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/SocketServer.py", line 522, in __init__
    self.handle()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/BaseHTTPServer.py", line 330, in handle
    self.handle_one_request()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/BaseHTTPServer.py", line 324, in handle_one_request
    method()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/SimpleXMLRPCServer.py", line 430, in do_POST
    self.report_404()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/SimpleXMLRPCServer.py", line 489, in report_404
    self.connection.shutdown(1)
socket.error: [Errno 107] Transport endpoint is not connected

======================================================================
ERROR: test_fail_with_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 515, in test_fail_with_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 413, in readline
    b = self.read(nreadahead())
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/io.py", line 475, in read
    n = self.readinto(b)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/socket.py", line 217, 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