[Python-checkins] buildbot failure in x86 FreeBSD 3 2.5

buildbot at python.org buildbot at python.org
Wed Apr 2 22:27:40 CEST 2008


The Buildbot has detected a new failure of x86 FreeBSD 3 2.5.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20FreeBSD%203%202.5/builds/3

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

Buildslave for this Build: nelson-freebsd

Build Reason: 
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: amaury.forgeotdarc,georg.brandl,guido.van.rossum,mark.dickinson

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
    test_urllib2net test_urllibnet

======================================================================
ERROR: test_geturl (test.test_urllibnet.urlopenNetworkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/store/home/python.buildbot/default/2.5.nelson-freebsd/build/Lib/test/test_urllibnet.py", line 79, in test_geturl
    open_url = urllib.urlopen(URL)
  File "/store/home/python.buildbot/default/2.5.nelson-freebsd/build/Lib/urllib.py", line 82, in urlopen
    return opener.open(url)
  File "/store/home/python.buildbot/default/2.5.nelson-freebsd/build/Lib/urllib.py", line 190, in open
    return getattr(self, name)(url)
  File "/store/home/python.buildbot/default/2.5.nelson-freebsd/build/Lib/urllib.py", line 325, in open_http
    h.endheaders()
  File "/store/home/python.buildbot/default/2.5.nelson-freebsd/build/Lib/httplib.py", line 860, in endheaders
    self._send_output()
  File "/store/home/python.buildbot/default/2.5.nelson-freebsd/build/Lib/httplib.py", line 732, in _send_output
    self.send(msg)
  File "/store/home/python.buildbot/default/2.5.nelson-freebsd/build/Lib/httplib.py", line 699, in send
    self.connect()
  File "/store/home/python.buildbot/default/2.5.nelson-freebsd/build/Lib/httplib.py", line 683, in connect
    raise socket.error, msg
IOError: [Errno socket error] (60, 'Operation timed out')

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list