[Python-checkins] buildbot failure in x86 gentoo trunk

buildbot at python.org buildbot at python.org
Sun Dec 16 12:33:32 CET 2007


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

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

Buildslave for this Build: norwitz-x86

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 "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/test/test_socket.py", line 832, in testWithoutServer
    self.failUnlessRaises(socket.error, lambda: socket.create_connection((HOST, PORT)))
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/unittest.py", line 329, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/test/test_socket.py", line 832, in <lambda>
    self.failUnlessRaises(socket.error, lambda: socket.create_connection((HOST, PORT)))
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/socket.py", line 462, in create_connection
    raise RuntimeError("error %s, msg %s" % (error, msg))
RuntimeError: error <class 'socket.error'>, msg [Errno 111] Connection refused

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list