[Python-checkins] buildbot warnings in ppc Debian unstable 2.5

buildbot at python.org buildbot at python.org
Wed Mar 7 10:48:42 CET 2007


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

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

Build Reason: 
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: georg.brandl

Build had warnings: warnings test

Excerpt from the test logfile:
1 test failed:
    test_socketserver

Traceback (most recent call last):
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/threading.py", line 460, in __bootstrap
    self.run()
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/test/test_socketserver.py", line 81, in run
    svr = svrcls(self.__addr, self.__hdlrcls)
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/SocketServer.py", line 330, in __init__
    self.server_bind()
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/SocketServer.py", line 341, in server_bind
    self.socket.bind(self.server_address)
  File "<string>", line 1, in bind
error: (98, 'Address already in use')

Traceback (most recent call last):
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/threading.py", line 460, in __bootstrap
    self.run()
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/threading.py", line 440, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/SocketServer.py", line 466, in process_request_thread
    self.handle_error(request, client_address)
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/SocketServer.py", line 463, in process_request_thread
    self.finish_request(request, client_address)
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/SocketServer.py", line 521, in __init__
    self.handle()
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/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 554, in runtest_inner
    indirect_test()
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/test/test_socketserver.py", line 209, in test_main
    testall()
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/test/test_socketserver.py", line 192, in testall
    testloop(socket.AF_INET, tcpservers, MyStreamHandler, teststream)
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/test/test_socketserver.py", line 141, in testloop
    testfunc(proto, addr)
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/build/Lib/test/test_socketserver.py", line 64, in teststream
    buf = data = receive(s, 100)
  File "/home/pybot/buildarea/2.5.klose-debian-ppc/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