[Python-checkins] buildbot warnings in x86 Ubuntu edgy (icc) trunk

buildbot at python.org buildbot at python.org
Fri Nov 17 15:56:02 CET 2006


The Buildbot has detected a new failure of x86 Ubuntu edgy (icc) trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%2520Ubuntu%2520edgy%2520%2528icc%2529%2520trunk/builds/1071

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: andrew.kuchling

Build had warnings: warnings test

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

======================================================================
FAIL: testConnectTimeout (test.test_timeout.TimeoutTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/Buildbot/trunk.baxter-ubuntu/build/Lib/test/test_timeout.py", line 128, in testConnectTimeout
    %(_delta, self.fuzz, _timeout))
AssertionError: timeout (2.2893) is more than 2 seconds more than expected (0.001)

======================================================================
ERROR: testURLread (test.test_urllib2net.URLTimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/Buildbot/trunk.baxter-ubuntu/build/Lib/test/test_urllib2net.py", line 24, in testURLread
    f = urllib2.urlopen("http://www.python.org/")
  File "/home/buildbot/Buildbot/trunk.baxter-ubuntu/build/Lib/urllib2.py", line 121, in urlopen
    return _opener.open(url, data)
  File "/home/buildbot/Buildbot/trunk.baxter-ubuntu/build/Lib/urllib2.py", line 374, in open
    response = self._open(req, data)
  File "/home/buildbot/Buildbot/trunk.baxter-ubuntu/build/Lib/urllib2.py", line 392, in _open
    '_open', req)
  File "/home/buildbot/Buildbot/trunk.baxter-ubuntu/build/Lib/urllib2.py", line 353, in _call_chain
    result = func(*args)
  File "/home/buildbot/Buildbot/trunk.baxter-ubuntu/build/Lib/urllib2.py", line 1101, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/home/buildbot/Buildbot/trunk.baxter-ubuntu/build/Lib/urllib2.py", line 1076, in do_open
    raise URLError(err)
URLError: <urlopen error timed out>

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list