[Python-checkins] buildbot failure in x86 XP-3 trunk

buildbot at python.org buildbot at python.org
Sun Dec 16 12:35:49 CET 2007


The Buildbot has detected a new failure of x86 XP-3 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20XP-3%20trunk/builds/508

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

Buildslave for this Build: heller-windows

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_socket

======================================================================
ERROR: testWithoutServer (test.test_socket.NetworkConnectionNoServer)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_socket.py", line 832, in testWithoutServer
    self.failUnlessRaises(socket.error, lambda: socket.create_connection((HOST, PORT)))
  File "C:\buildbot\work\trunk.heller-windows\build\lib\unittest.py", line 329, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_socket.py", line 832, in <lambda>
    self.failUnlessRaises(socket.error, lambda: socket.create_connection((HOST, PORT)))
  File "C:\buildbot\work\trunk.heller-windows\build\lib\socket.py", line 462, in create_connection
    raise RuntimeError("error %s, msg %s" % (error, msg))
RuntimeError: error <class 'socket.error'>, msg [Errno 10061] No connection could be made because the target machine actively refused it

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list