[Python-checkins] buildbot failure in S-390 Debian 2.5
buildbot at python.org
buildbot at python.org
Wed Apr 23 01:40:24 CEST 2008
The Buildbot has detected a new failure of S-390 Debian 2.5.
Full details are available at:
http://www.python.org/dev/buildbot/all/S-390%20Debian%202.5/builds/48
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: klose-debian-s390
Build Reason:
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: amaury.forgeotdarc
BUILD FAILED: failed test
Excerpt from the test logfile:
1 test failed:
test_socketserver
Traceback (most recent call last):
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/threading.py", line 486, in __bootstrap_inner
self.run()
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/test/test_socketserver.py", line 91, in run
svr.serve_a_few()
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/test/test_socketserver.py", line 35, in serve_a_few
self.handle_request()
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/SocketServer.py", line 224, in handle_request
self.handle_error(request, client_address)
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/SocketServer.py", line 222, in handle_request
self.process_request(request, client_address)
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/SocketServer.py", line 241, in process_request
self.finish_request(request, client_address)
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/SocketServer.py", line 522, in __init__
self.handle()
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/test/test_socketserver.py", line 21, in handle
time.sleep(DELAY)
AttributeError: 'NoneType' object has no attribute 'sleep'
Traceback (most recent call last):
File "./Lib/test/regrtest.py", line 557, in runtest_inner
indirect_test()
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/test/test_socketserver.py", line 212, in test_main
testall()
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/test/test_socketserver.py", line 195, in testall
testloop(socket.AF_INET, tcpservers, MyStreamHandler, teststream)
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/test/test_socketserver.py", line 144, in testloop
testfunc(proto, addr)
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/test/test_socketserver.py", line 64, in teststream
buf = data = receive(s, 100)
File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/test/test_socketserver.py", line 46, in receive
return sock.recv(n)
error: (104, 'Connection reset by peer')
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list