[Python-checkins] buildbot warnings in x86 mvlgcc trunk
buildbot at python.org
buildbot at python.org
Thu Sep 6 11:09:35 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%20mvlgcc%20trunk/builds/781
Buildbot URL: http://www.python.org/dev/buildbot/all/
Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: armin.rigo,georg.brandl
Build had warnings: warnings test
Excerpt from the test logfile:
1 test failed:
test_socket_ssl
======================================================================
ERROR: test_978833 (test.test_socket_ssl.BasicTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_socket_ssl.py", line 126, in test_978833
raise test_support.TestFailed("Failed to close socket")
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/contextlib.py", line 29, in __exit__
self.gen.throw(type, value, traceback)
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/contextlib.py", line 113, in nested
yield vars
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_socket_ssl.py", line 116, in test_978833
s.connect(("www.sf.net", 443))
File "<string>", line 1, in connect
error: (110, 'Connection timed out')
======================================================================
ERROR: testBasic (test.test_socket_ssl.ConnectedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_socket_ssl.py", line 30, in testBasic
f = urllib.urlopen('https://sf.net')
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/urllib.py", line 82, in urlopen
return opener.open(url)
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/urllib.py", line 198, in open
return getattr(self, name)(url)
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/urllib.py", line 426, in open_https
h.endheaders()
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/httplib.py", line 849, in endheaders
self._send_output()
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/httplib.py", line 721, in _send_output
self.send(msg)
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/httplib.py", line 680, in send
self.connect()
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/httplib.py", line 1053, in connect
sock = socket.create_connection((self.host, self.port), self.timeout)
File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/socket.py", line 462, in create_connection
raise error, msg
IOError: [Errno socket error] (110, 'Connection timed out')
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list