[Python-checkins] buildbot failure in OS X x86 3.x

buildbot at python.org buildbot at python.org
Mon Jan 19 00:26:21 CET 2009


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

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

Buildslave for this Build: noller-osx86

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: amaury.forgeotdarc,antoine.pitrou,benjamin.peterson,brett.cannon,georg.brandl,jesse.noller,mark.dickinson,martin.v.loewis,raymond.hettinger

BUILD FAILED: failed test

Excerpt from the test logfile:
9 tests failed:
    test_cmd_line test_importlib test_normalization test_robotparser
    test_socket test_ssl test_timeout test_urllib2net test_urllibnet

======================================================================
FAIL: test_run_code (test.test_cmd_line.CmdLineTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_cmd_line.py", line 143, in test_run_code
    0)
AssertionError: 1 != 0

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1444, in open
    return getattr(self, name)(url)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1618, in open_http
    return self._open_generic_http(http.client.HTTPConnection, url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1598, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 603, in runtest_inner
    indirect_test()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_normalization.py", line 99, in test_main
    open_urlresource(TESTDATAURL)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/support.py", line 367, in open_urlresource
    fn, _ = urllib.request.urlretrieve(url, filename)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 134, in urlretrieve
    return _urlopener.retrieve(url, filename, reporthook, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1476, in retrieve
    fp = self.open(url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1448, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1444, in open
    return getattr(self, name)(url)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1618, in open_http
    return self._open_generic_http(http.client.HTTPConnection, url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1598, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno 2] Temporary failure in name resolution

======================================================================
ERROR: testPasswordProtectedSite (test.test_robotparser.NetworkTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_robotparser.py", line 217, in testPasswordProtectedSite
    parser.read()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/robotparser.py", line 56, in read
    f = urllib.request.urlopen(self.url)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

======================================================================
ERROR: testPythonOrg (test.test_robotparser.NetworkTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_robotparser.py", line 225, in testPythonOrg
    parser.read()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/robotparser.py", line 56, in read
    f = urllib.request.urlopen(self.url)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

======================================================================
ERROR: testSockName (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_socket.py", line 484, in testSockName
    my_ip_addr = socket.gethostbyname(socket.gethostname())
socket.gaierror: [Errno 2] Temporary failure in name resolution

======================================================================
ERROR: testSSLconnect (test.test_ssl.BasicTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_ssl.py", line 44, in testSSLconnect
    s.connect(("svn.python.org", 443))
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/ssl.py", line 339, in connect
    socket.connect(self, addr)
socket.gaierror: [Errno 2] Temporary failure in name resolution

======================================================================
ERROR: testConnect (test.test_ssl.NetworkedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_ssl.py", line 105, in testConnect
    s.connect(("svn.python.org", 443))
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/ssl.py", line 339, in connect
    socket.connect(self, addr)
socket.gaierror: [Errno 2] Temporary failure in name resolution

======================================================================
ERROR: testFetchServerCert (test.test_ssl.NetworkedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_ssl.py", line 158, in testFetchServerCert
    pem = ssl.get_server_certificate(("svn.python.org", 443))
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/ssl.py", line 431, in get_server_certificate
    s.connect(addr)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/ssl.py", line 339, in connect
    socket.connect(self, addr)
socket.gaierror: [Errno 2] Temporary failure in name resolution

======================================================================
ERROR: testNonBlockingHandshake (test.test_ssl.NetworkedTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_ssl.py", line 134, in testNonBlockingHandshake
    s.connect(("svn.python.org", 443))
socket.gaierror: [Errno 2] Temporary failure in name resolution

======================================================================
ERROR: testRecvTimeout (test.test_timeout.TimeoutTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_timeout.py", line 133, in testRecvTimeout
    self.sock.connect(self.addr_remote)
socket.gaierror: [Errno 2] Temporary failure in name resolution

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 83, in test_close
    response = _urlopen_with_retry("http://www.python.org/")
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 23, in _retry_thrice
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice
    return func(*args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1246, in ftp_open
    host = socket.gethostbyname(host)
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 226, in test_ftp_basic
    u = _urlopen_with_retry(self.FTP_HOST)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 23, in _retry_thrice
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice
    return func(*args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1248, in ftp_open
    raise URLError(msg)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1246, in ftp_open
    host = socket.gethostbyname(host)
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 233, in test_ftp_default_timeout
    u = _urlopen_with_retry(self.FTP_HOST)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 23, in _retry_thrice
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice
    return func(*args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1248, in ftp_open
    raise URLError(msg)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1246, in ftp_open
    host = socket.gethostbyname(host)
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 242, in test_ftp_no_timeout
    u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 23, in _retry_thrice
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice
    return func(*args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1248, in ftp_open
    raise URLError(msg)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1246, in ftp_open
    host = socket.gethostbyname(host)
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 248, in test_ftp_timeout
    u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 23, in _retry_thrice
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice
    return func(*args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1248, in ftp_open
    raise URLError(msg)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 197, in test_http_basic
    u = _urlopen_with_retry("http://www.python.org")
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 23, in _retry_thrice
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice
    return func(*args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 204, in test_http_default_timeout
    u = _urlopen_with_retry("http://www.python.org")
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 23, in _retry_thrice
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice
    return func(*args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 213, in test_http_no_timeout
    u = _urlopen_with_retry("http://www.python.org", timeout=None)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 23, in _retry_thrice
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice
    return func(*args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 219, in test_http_timeout
    u = _urlopen_with_retry("http://www.python.org", timeout=120)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 23, in _retry_thrice
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice
    return func(*args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 39, in testURLread
    f = _open_with_retry(urllib.request.urlopen, "http://www.python.org/")
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 62, in test_basic
    open_url = self.urlopen("http://www.python.org/")
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 58, in urlopen
    return _open_with_retry(urllib.request.urlopen, *args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 121, in test_fileno
    open_url = self.urlopen("http://www.python.org/")
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 58, in urlopen
    return _open_with_retry(urllib.request.urlopen, *args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1444, in open
    return getattr(self, name)(url)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1618, in open_http
    return self._open_generic_http(http.client.HTTPConnection, url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1598, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 108, in test_getcode
    open_url = urllib.request.FancyURLopener().open(URL)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1448, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1444, in open
    return getattr(self, name)(url)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1618, in open_http
    return self._open_generic_http(http.client.HTTPConnection, url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1598, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno 2] Temporary failure in name resolution

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 98, in test_geturl
    open_url = self.urlopen(URL)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 58, in urlopen
    return _open_with_retry(urllib.request.urlopen, *args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 85, in test_info
    open_url = self.urlopen("http://www.python.org/")
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 58, in urlopen
    return _open_with_retry(urllib.request.urlopen, *args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1068, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 74, in test_readlines
    open_url = self.urlopen("http://www.python.org/")
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 58, in urlopen
    return _open_with_retry(urllib.request.urlopen, *args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 359, in open
    response = self._open(req, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 377, in _open
    '_open', req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 337, in _call_chain
    result = func(*args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1082, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1071, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 2] Temporary failure in name resolution>

======================================================================
ERROR: test_basic (test.test_urllibnet.urlretrieveNetworkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1444, in open
    return getattr(self, name)(url)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1618, in open_http
    return self._open_generic_http(http.client.HTTPConnection, url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1598, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 152, in test_basic
    file_location,info = self.urlretrieve("http://www.python.org/")
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 148, in urlretrieve
    return _open_with_retry(urllib.request.urlretrieve, *args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 134, in urlretrieve
    return _urlopener.retrieve(url, filename, reporthook, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1476, in retrieve
    fp = self.open(url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1448, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1444, in open
    return getattr(self, name)(url)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1618, in open_http
    return self._open_generic_http(http.client.HTTPConnection, url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1598, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno 2] Temporary failure in name resolution

======================================================================
ERROR: test_header (test.test_urllibnet.urlretrieveNetworkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1444, in open
    return getattr(self, name)(url)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1618, in open_http
    return self._open_generic_http(http.client.HTTPConnection, url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1598, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 178, in test_header
    file_location, header = self.urlretrieve("http://www.python.org/")
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 148, in urlretrieve
    return _open_with_retry(urllib.request.urlretrieve, *args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 134, in urlretrieve
    return _urlopener.retrieve(url, filename, reporthook, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1476, in retrieve
    fp = self.open(url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1448, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1444, in open
    return getattr(self, name)(url)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1618, in open_http
    return self._open_generic_http(http.client.HTTPConnection, url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1598, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno 2] Temporary failure in name resolution

======================================================================
ERROR: test_specified_path (test.test_urllibnet.urlretrieveNetworkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1444, in open
    return getattr(self, name)(url)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1618, in open_http
    return self._open_generic_http(http.client.HTTPConnection, url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1598, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 2] Temporary failure in name resolution

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 166, in test_specified_path
    support.TESTFN)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 148, in urlretrieve
    return _open_with_retry(urllib.request.urlretrieve, *args)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 134, in urlretrieve
    return _urlopener.retrieve(url, filename, reporthook, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1476, in retrieve
    fp = self.open(url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1448, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1444, in open
    return getattr(self, name)(url)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1618, in open_http
    return self._open_generic_http(http.client.HTTPConnection, url, data)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/urllib/request.py", line 1598, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 862, in request
    self._send_request(method, url, body, headers)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 903, in _send_request
    self.endheaders(body.encode('ascii') if isinstance(body, str) else body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 857, in endheaders
    self._send_output(message_body)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 711, in _send_output
    self.send(msg)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 663, in send
    self.connect()
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/http/client.py", line 647, in connect
    self.timeout)
  File "/Users/buildbot/buildarea/3.x.noller-osx86/build/Lib/socket.py", line 292, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno 2] Temporary failure in name resolution

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list