[Python-checkins] buildbot failure in x86 XP-4 3.0
buildbot at python.org
buildbot at python.org
Sun Feb 1 17:44:05 CET 2009
The Buildbot has detected a new failure of x86 XP-4 3.0.
Full details are available at:
http://www.python.org/dev/buildbot/all/x86%20XP-4%203.0/builds/89
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: bolen-windows
Build Reason:
Build Source Stamp: [branch branches/release30-maint] HEAD
Blamelist: mark.dickinson
BUILD FAILED: failed test
Excerpt from the test logfile:
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.0.bolen-windows\build\lib\test\test_urllibnet.py", line 108, in test_getcode
open_url = urllib.request.FancyURLopener().open(URL)
File "E:\cygwin\home\db3l\buildarea3円.0.bolen-windows\build\lib\urllib\request.py", line 1448, in open
raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
File "E:\cygwin\home\db3l\buildarea3円.0.bolen-windows\build\lib\urllib\request.py", line 1444, in open
return getattr(self, name)(url)
File "E:\cygwin\home\db3l\buildarea3円.0.bolen-windows\build\lib\urllib\request.py", line 1618, in open_http
return self._open_generic_http(http.client.HTTPConnection, url, data)
File "E:\cygwin\home\db3l\buildarea3円.0.bolen-windows\build\lib\urllib\request.py", line 1598, in _open_generic_http
http_conn.request("GET", selector, headers=headers)
File "E:\cygwin\home\db3l\buildarea3円.0.bolen-windows\build\lib\http\client.py", line 856, in request
self._send_request(method, url, body, headers)
File "E:\cygwin\home\db3l\buildarea3円.0.bolen-windows\build\lib\http\client.py", line 900, in _send_request
self.endheaders()
File "E:\cygwin\home\db3l\buildarea3円.0.bolen-windows\build\lib\http\client.py", line 851, in endheaders
self._send_output(message_body)
File "E:\cygwin\home\db3l\buildarea3円.0.bolen-windows\build\lib\http\client.py", line 709, in _send_output
self.send(msg)
File "E:\cygwin\home\db3l\buildarea3円.0.bolen-windows\build\lib\http\client.py", line 663, in send
self.connect()
File "E:\cygwin\home\db3l\buildarea3円.0.bolen-windows\build\lib\http\client.py", line 647, in connect
self.timeout)
File "E:\cygwin\home\db3l\buildarea3円.0.bolen-windows\build\lib\socket.py", line 307, in create_connection
raise error(msg)
IOError: [Errno socket error] [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
1 test failed:
test_urllibnet
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list