[Python-checkins] buildbot failure in x86 W2k8 3.0

buildbot at python.org buildbot at python.org
Thu Apr 3 06:41:25 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/154

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: barry.warsaw

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\threading.py", line 493, in _bootstrap_inner
    self.run()
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\threading.py", line 449, in run
    self._target(*self._args, **self._kwargs)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_smtplib.py", line 116, in debugging_server
    poll_fun(0.01, asyncore.socket_map)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\asyncore.py", line 132, in poll
    read(obj)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\asyncore.py", line 72, in read
    obj.handle_error()
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\asyncore.py", line 68, in read
    obj.handle_read_event()
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\asyncore.py", line 390, in handle_read_event
    self.handle_read()
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_ssl.py", line 528, in handle_read
    data = self.recv(1024)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\asyncore.py", line 342, in recv
    data = self.socket.recv(buffer_size)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\ssl.py", line 247, in recv
    return self.read(buflen)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\ssl.py", line 162, in read
    v = self._sslobj.read(len or 1024)
socket.error: [Errno 10053] An established connection was aborted by the software in your host machine

3 tests failed:
    test_smtplib test_urllib2net test_urllibnet

======================================================================
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>

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list