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

buildbot at python.org buildbot at python.org
Sun Jan 27 11:56:39 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/684
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: raymond.hettinger
BUILD FAILED: failed test
Excerpt from the test logfile:
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/threading.py", line 486, in __bootstrap_inner
 self.run()
 File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/threading.py", line 446, in run
 self.__target(*self.__args, **self.__kwargs)
 File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/bsddb/test/test_thread.py", line 263, in writerThread
 self.assertEqual(data, self.makeData(key))
 File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/unittest.py", line 343, in failUnlessEqual
 (msg or '%r != %r' % (first, second))
AssertionError: None != '2002-2002-2002-2002-2002'
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/threading.py", line 486, in __bootstrap_inner
 self.run()
 File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/threading.py", line 446, in run
 self.__target(*self.__args, **self.__kwargs)
 File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/bsddb/test/test_thread.py", line 263, in writerThread
 self.assertEqual(data, self.makeData(key))
 File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/unittest.py", line 343, in failUnlessEqual
 (msg or '%r != %r' % (first, second))
AssertionError: None != '1007-1007-1007-1007-1007'
Traceback (most recent call last):
 File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/threading.py", line 486, in __bootstrap_inner
 self.run()
 File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/threading.py", line 446, in run
 self.__target(*self.__args, **self.__kwargs)
 File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/bsddb/test/test_thread.py", line 263, in writerThread
 self.assertEqual(data, self.makeData(key))
 File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/unittest.py", line 343, in failUnlessEqual
 (msg or '%r != %r' % (first, second))
AssertionError: None != '0004-0004-0004-0004-0004'
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

AltStyle によって変換されたページ (->オリジナル) /