[Python-checkins] buildbot failure in hppa Ubuntu 3.0

buildbot at python.org buildbot at python.org
Thu Jan 31 18:32:10 CET 2008


The Buildbot has detected a new failure of hppa Ubuntu 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/hppa%20Ubuntu%203.0/builds/478

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

Buildslave for this Build: klose-ubuntu-hppa

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: christian.heimes

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_codecmaps_kr test_urllib2net test_urllibnet test_xmlrpc_net

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 596, in runtest_inner
    indirect_test()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_codecmaps_kr.py", line 41, in test_main
    test_support.run_unittest(__name__)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_support.py", line 542, in run_unittest
    suite.addTest(unittest.findTestCases(sys.modules[cls]))
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/unittest.py", line 636, in findTestCases
    return _makeLoader(prefix, sortUsing, suiteClass).loadTestsFromModule(module)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/unittest.py", line 540, in loadTestsFromModule
    tests.append(self.loadTestsFromTestCase(obj))
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/unittest.py", line 532, in loadTestsFromTestCase
    return self.suiteClass(map(testCaseClass, testCaseNames))
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/unittest.py", line 387, in __init__
    self.addTests(tests)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/unittest.py", line 423, in addTests
    for test in tests:
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_multibytecodec_support.py", line 279, in __init__
    self.open_mapping_file() # test it to report the error early
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_multibytecodec_support.py", line 282, in open_mapping_file
    return test_support.open_urlresource(self.mapfileurl)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_support.py", line 268, in open_urlresource
    fn, _ = urllib.urlretrieve(url, filename)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 88, in urlretrieve
    return _urlopener.retrieve(url, filename, reporthook, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 230, in retrieve
    fp = self.open(url, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 202, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 198, in open
    return getattr(self, name)(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 372, in open_http
    return self._open_generic_http(httplib.HTTPConnection, url, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 351, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 884, in request
    self._send_request(method, url, body, headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 921, in _send_request
    self.endheaders()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 879, in endheaders
    self._send_output()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 745, in _send_output
    self.send(msg)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 704, in send
    self.connect()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 688, in connect
    self.timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/socket.py", line 279, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Name or service not known

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 39, in testURLread
    f = _urlopen_with_retry("http://www.python.org/")
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1096, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1071, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 118, in test_basic
    open_url = _urlopen_with_retry("http://www.python.org/")
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1096, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1071, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 142, in test_geturl
    open_url = _urlopen_with_retry(URL)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1096, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1071, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 129, in test_info
    open_url = _urlopen_with_retry("http://www.python.org/")
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1096, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1071, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 173, in test_range
    result = _urlopen_with_retry(req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1096, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1071, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 91, in test_close
    response = _urlopen_with_retry("http://www.python.org/")
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1096, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1071, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 319, in test_ftp_NoneNodefault
    u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1263, in ftp_open
    raise URLError(msg)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 313, in test_ftp_NoneWithdefault
    u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1263, in ftp_open
    raise URLError(msg)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 323, in test_ftp_Value
    u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1263, in ftp_open
    raise URLError(msg)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 306, in test_ftp_basic
    u = _urlopen_with_retry(self.FTP_HOST)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1263, in ftp_open
    raise URLError(msg)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 300, in test_http_NoneNodefault
    u = _urlopen_with_retry("http://www.python.org", timeout=None)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1096, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1071, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 290, in test_http_NoneWithdefault
    u = _urlopen_with_retry("http://www.python.org", timeout=None)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1096, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1071, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 296, in test_http_Value
    u = _urlopen_with_retry("http://www.python.org", timeout=120)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1096, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1071, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 283, in test_http_basic
    u = _urlopen_with_retry("http://www.python.org")
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1096, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib2.py", line 1071, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 39, in testURLread
    f = _open_with_retry(urllib.urlopen, "http://www.python.org/")
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 80, in urlopen
    return opener.open(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 202, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 198, in open
    return getattr(self, name)(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 372, in open_http
    return self._open_generic_http(httplib.HTTPConnection, url, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 351, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 884, in request
    self._send_request(method, url, body, headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 921, in _send_request
    self.endheaders()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 879, in endheaders
    self._send_output()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 745, in _send_output
    self.send(msg)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 704, in send
    self.connect()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 688, in connect
    self.timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/socket.py", line 279, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Name or service not known

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 62, in test_basic
    open_url = self.urlopen("http://www.python.org/")
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 58, in urlopen
    return _open_with_retry(urllib.urlopen, *args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 80, in urlopen
    return opener.open(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 202, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 198, in open
    return getattr(self, name)(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 372, in open_http
    return self._open_generic_http(httplib.HTTPConnection, url, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 351, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 884, in request
    self._send_request(method, url, body, headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 921, in _send_request
    self.endheaders()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 879, in endheaders
    self._send_output()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 745, in _send_output
    self.send(msg)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 704, in send
    self.connect()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 688, in connect
    self.timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/socket.py", line 279, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Name or service not known

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 122, in test_fileno
    open_url = self.urlopen("http://www.python.org/")
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 58, in urlopen
    return _open_with_retry(urllib.urlopen, *args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 80, in urlopen
    return opener.open(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 202, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 198, in open
    return getattr(self, name)(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 372, in open_http
    return self._open_generic_http(httplib.HTTPConnection, url, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 351, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 884, in request
    self._send_request(method, url, body, headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 921, in _send_request
    self.endheaders()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 879, in endheaders
    self._send_output()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 745, in _send_output
    self.send(msg)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 704, in send
    self.connect()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 688, in connect
    self.timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/socket.py", line 279, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Name or service not known

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 108, in test_getcode
    open_url = urllib.FancyURLopener().open(URL)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 202, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 198, in open
    return getattr(self, name)(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 372, in open_http
    return self._open_generic_http(httplib.HTTPConnection, url, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 351, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 884, in request
    self._send_request(method, url, body, headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 921, in _send_request
    self.endheaders()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 879, in endheaders
    self._send_output()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 745, in _send_output
    self.send(msg)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 704, in send
    self.connect()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 688, in connect
    self.timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/socket.py", line 279, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Name or service not known

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 98, in test_geturl
    open_url = self.urlopen(URL)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 58, in urlopen
    return _open_with_retry(urllib.urlopen, *args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 80, in urlopen
    return opener.open(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 202, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 198, in open
    return getattr(self, name)(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 372, in open_http
    return self._open_generic_http(httplib.HTTPConnection, url, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 351, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 884, in request
    self._send_request(method, url, body, headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 921, in _send_request
    self.endheaders()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 879, in endheaders
    self._send_output()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 745, in _send_output
    self.send(msg)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 704, in send
    self.connect()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 688, in connect
    self.timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/socket.py", line 279, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Name or service not known

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 85, in test_info
    open_url = self.urlopen("http://www.python.org/")
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 58, in urlopen
    return _open_with_retry(urllib.urlopen, *args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 80, in urlopen
    return opener.open(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 202, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 198, in open
    return getattr(self, name)(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 372, in open_http
    return self._open_generic_http(httplib.HTTPConnection, url, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 351, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 884, in request
    self._send_request(method, url, body, headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 921, in _send_request
    self.endheaders()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 879, in endheaders
    self._send_output()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 745, in _send_output
    self.send(msg)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 704, in send
    self.connect()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 688, in connect
    self.timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/socket.py", line 279, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Name or service not known

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 74, in test_readlines
    open_url = self.urlopen("http://www.python.org/")
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 58, in urlopen
    return _open_with_retry(urllib.urlopen, *args)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 25, in _open_with_retry
    raise last_exc
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/test/test_urllibnet.py", line 19, in _open_with_retry
    return func(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 80, in urlopen
    return opener.open(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 202, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 198, in open
    return getattr(self, name)(url)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 372, in open_http
    return self._open_generic_http(httplib.HTTPConnection, url, data)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/urllib.py", line 351, in _open_generic_http
    http_conn.request("GET", selector, headers=headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 884, in request
    self._send_request(method, url, body, headers)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 921, in _send_request
    self.endheaders()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 879, in endheaders
    self._send_output()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 745, in _send_output
    self.send(msg)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 704, in send
    self.connect()
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/httplib.py", line 688, in connect
    self.timeout)
  File "/home/pybot/buildarea/3.0.klose-ubuntu-hppa/build/Lib/socket.py", line 279, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Name or service not known

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list