[Python-checkins] buildbot failure in ia64 Ubuntu 3.x

buildbot at python.org buildbot at python.org
Mon May 11 19:51:49 CEST 2009


The Buildbot has detected a new failure of ia64 Ubuntu 3.x.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ia64%20Ubuntu%203.x/builds/740

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

Buildslave for this Build: klose-debian-ia64

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: mark.dickinson

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_urllibnet.py", line 108, in test_getcode
    open_url = urllib.request.FancyURLopener().open(URL)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 1430, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 1426, in open
    return getattr(self, name)(url)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 1600, in open_http
    return self._open_generic_http(http.client.HTTPConnection, url, data)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 1583, in _open_generic_http
    response = http_conn.getresponse()
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/http/client.py", line 977, in getresponse
    response.begin()
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/http/client.py", line 347, in begin
    version, status, reason = self._read_status()
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/http/client.py", line 303, in _read_status
    line = str(self.fp.readline(), "iso-8859-1")
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/socket.py", line 214, in readinto
    return self._sock.recv_into(b)
IOError: [Errno socket error] [Errno 110] Connection timed out

1 test failed:
    test_urllibnet

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list