[Python-checkins] buildbot failure in sparc solaris10 gcc trunk
buildbot at python.org
buildbot at python.org
Sun Dec 16 12:56:36 CET 2007
The Buildbot has detected a new failure of sparc solaris10 gcc trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/sparc%20solaris10%20gcc%20trunk/builds/2478
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: loewis-sun
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 "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_socket.py", line 832, in testWithoutServer
self.failUnlessRaises(socket.error, lambda: socket.create_connection((HOST, PORT)))
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/unittest.py", line 329, in failUnlessRaises
callableObj(*args, **kwargs)
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_socket.py", line 832, in <lambda>
self.failUnlessRaises(socket.error, lambda: socket.create_connection((HOST, PORT)))
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/socket.py", line 462, in create_connection
raise RuntimeError("error %s, msg %s" % (error, msg))
RuntimeError: error <class 'socket.error'>, msg [Errno 128] Network is unreachable
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list