[Python-checkins] buildbot failure in x86 XP-3 trunk

buildbot at python.org buildbot at python.org
Sat Dec 8 06:30:33 CET 2007


The Buildbot has detected a new failure of x86 XP-3 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20XP-3%20trunk/builds/473

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

Buildslave for this Build: heller-windows

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: alexandre.vassalotti,guido.van.rossum

BUILD FAILED: failed test

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

======================================================================
ERROR: test_978833 (test.test_socket_ssl.BasicTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_socket_ssl.py", line 123, in test_978833
    raise test_support.TestFailed("Failed to close socket")
  File "C:\buildbot\work\trunk.heller-windows\build\lib\contextlib.py", line 33, in __exit__
    self.gen.throw(type, value, traceback)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\contextlib.py", line 117, in nested
    yield vars
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_socket_ssl.py", line 113, in test_978833
    s.connect(("svn.python.org", 443))
  File "<string>", line 1, in connect
error: [Errno 10061] No connection could be made because the target machine actively refused it

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

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_urllib2net.py", line 24, in testURLread
    f = urllib2.urlopen("http://www.python.org/")
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 380, in open
    response = self._open(req, data)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 398, in _open
    '_open', req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 358, in _call_chain
    result = func(*args)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1108, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1083, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

======================================================================
ERROR: test_basic (test.test_urllib2net.urlopenNetworkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_urllib2net.py", line 105, in test_basic
    open_url = urllib2.urlopen("http://www.python.org/")
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 380, in open
    response = self._open(req, data)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 398, in _open
    '_open', req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 358, in _call_chain
    result = func(*args)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1108, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1083, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

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

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_urllib2net.py", line 129, in test_geturl
    open_url = urllib2.urlopen(URL)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 380, in open
    response = self._open(req, data)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 398, in _open
    '_open', req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 358, in _call_chain
    result = func(*args)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1108, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1083, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

======================================================================
ERROR: test_info (test.test_urllib2net.urlopenNetworkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_urllib2net.py", line 116, in test_info
    open_url = urllib2.urlopen("http://www.python.org/")
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 380, in open
    response = self._open(req, data)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 398, in _open
    '_open', req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 358, in _call_chain
    result = func(*args)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1108, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1083, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

======================================================================
ERROR: test_range (test.test_urllib2net.OtherNetworkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_urllib2net.py", line 160, in test_range
    result = urllib2.urlopen(req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 380, in open
    response = self._open(req, data)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 398, in _open
    '_open', req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 358, in _call_chain
    result = func(*args)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1108, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1083, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

======================================================================
ERROR: test_close (test.test_urllib2net.CloseSocketTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_urllib2net.py", line 76, in test_close
    response = urllib2.urlopen("http://www.python.org/")
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 380, in open
    response = self._open(req, data)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 398, in _open
    '_open', req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 358, in _call_chain
    result = func(*args)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1108, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1083, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

======================================================================
ERROR: test_http_NoneNodefault (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_urllib2net.py", line 287, in test_http_NoneNodefault
    u = urllib2.urlopen("http://www.python.org", timeout=None)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 380, in open
    response = self._open(req, data)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 398, in _open
    '_open', req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 358, in _call_chain
    result = func(*args)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1108, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1083, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

======================================================================
ERROR: test_http_NoneWithdefault (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_urllib2net.py", line 277, in test_http_NoneWithdefault
    u = urllib2.urlopen("http://www.python.org", timeout=None)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 380, in open
    response = self._open(req, data)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 398, in _open
    '_open', req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 358, in _call_chain
    result = func(*args)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1108, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1083, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

======================================================================
ERROR: test_http_Value (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_urllib2net.py", line 283, in test_http_Value
    u = urllib2.urlopen("http://www.python.org", timeout=120)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 380, in open
    response = self._open(req, data)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 398, in _open
    '_open', req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 358, in _call_chain
    result = func(*args)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1108, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1083, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

======================================================================
ERROR: test_http_basic (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_urllib2net.py", line 270, in test_http_basic
    u = urllib2.urlopen("http://www.python.org")
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 380, in open
    response = self._open(req, data)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 398, in _open
    '_open', req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 358, in _call_chain
    result = func(*args)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1108, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\urllib2.py", line 1083, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 10061] No connection could be made because the target machine actively refused it>

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list