[Python-checkins] buildbot failure in x86 W2k8 3.0

buildbot at python.org buildbot at python.org
Wed Apr 2 18:07:03 CEST 2008


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

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

Buildslave for this Build: nelson-windows

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: trent.nelson

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_urllib2net

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

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_urllib2net.py", line 227, in test_ftp_NoneNodefault
    u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 378, in open
    response = self._open(req, data)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 396, in _open
    '_open', req)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 1295, in ftp_open
    raise URLError('ftp error: %s' % msg).with_traceback(sys.exc_info()[2])
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 1277, in ftp_open
    fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 1322, in connect_ftp
    self.cache[key] = ftpwrapper(user, passwd, host, port, dirs, timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib.py", line 786, in __init__
    self.init()
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib.py", line 792, in init
    self.ftp.connect(self.host, self.port, self.timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\ftplib.py", line 131, in connect
    self.sock = socket.create_connection((self.host, self.port), self.timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\socket.py", line 294, in create_connection
    raise error(msg)
urllib2.URLError: <urlopen error ftp error: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

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

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_urllib2net.py", line 221, in test_ftp_NoneWithdefault
    u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 378, in open
    response = self._open(req, data)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 396, in _open
    '_open', req)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 1295, in ftp_open
    raise URLError('ftp error: %s' % msg).with_traceback(sys.exc_info()[2])
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 1277, in ftp_open
    fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 1322, in connect_ftp
    self.cache[key] = ftpwrapper(user, passwd, host, port, dirs, timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib.py", line 786, in __init__
    self.init()
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib.py", line 792, in init
    self.ftp.connect(self.host, self.port, self.timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\ftplib.py", line 131, in connect
    self.sock = socket.create_connection((self.host, self.port), self.timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\socket.py", line 294, in create_connection
    raise error(msg)
urllib2.URLError: <urlopen error ftp error: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

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

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_urllib2net.py", line 231, in test_ftp_Value
    u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_urllib2net.py", line 25, in _urlopen_with_retry
    raise last_exc
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 378, in open
    response = self._open(req, data)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 396, in _open
    '_open', req)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 1295, in ftp_open
    raise URLError('ftp error: %s' % msg).with_traceback(sys.exc_info()[2])
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 1277, in ftp_open
    fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib2.py", line 1322, in connect_ftp
    self.cache[key] = ftpwrapper(user, passwd, host, port, dirs, timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib.py", line 786, in __init__
    self.init()
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\urllib.py", line 792, in init
    self.ftp.connect(self.host, self.port, self.timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\ftplib.py", line 131, in connect
    self.sock = socket.create_connection((self.host, self.port), self.timeout)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\socket.py", line 294, in create_connection
    raise error(msg)
urllib2.URLError: <urlopen error ftp error: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list