[Python-checkins] buildbot warnings in x86 mvlgcc trunk

buildbot at python.org buildbot at python.org
Tue Apr 3 19:17:51 CEST 2007


The Buildbot has detected a new failure of x86 mvlgcc trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%2520mvlgcc%2520trunk/builds/436

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: walter.doerwald

Build had warnings: warnings test

Excerpt from the test logfile:
1 test failed:
    test_socketserver

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/threading.py", line 460, in __bootstrap
    self.run()
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_socketserver.py", line 81, in run
    svr = svrcls(self.__addr, self.__hdlrcls)
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/SocketServer.py", line 331, in __init__
    self.server_bind()
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/SocketServer.py", line 342, 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 "./Lib/test/regrtest.py", line 557, in runtest_inner
    indirect_test()
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_socketserver.py", line 212, in test_main
    testall()
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_socketserver.py", line 195, in testall
    testloop(socket.AF_INET, tcpservers, MyStreamHandler, teststream)
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_socketserver.py", line 144, in testloop
    testfunc(proto, addr)
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_socketserver.py", line 64, in teststream
    buf = data = receive(s, 100)
  File "/home2/buildbot/slave/trunk.loewis-linux/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