[Python-checkins] buildbot failure in AMD64 W2k8 3.0

buildbot at python.org buildbot at python.org
Tue Apr 29 13:38:07 CEST 2008


The Buildbot has detected a new failure of AMD64 W2k8 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/AMD64%20W2k8%203.0/builds/210
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: nelson-win64
Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson,marc-andre.lemburg
BUILD FAILED: failed test
Excerpt from the test logfile:
1 test failed:
 test_asynchat
======================================================================
ERROR: test_close_when_done (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 207, in test_close_when_done
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_empty_line (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 195, in test_empty_line
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_line_terminator1 (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 123, in test_line_terminator1
 self.line_terminator_check('\n', l)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 111, in line_terminator_check
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_line_terminator2 (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 128, in test_line_terminator2
 self.line_terminator_check('\r\n', l)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 111, in line_terminator_check
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_line_terminator3 (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 133, in test_line_terminator3
 self.line_terminator_check('qqq', l)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 111, in line_terminator_check
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_none_terminator (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 162, in test_none_terminator
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_numeric_terminator1 (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 150, in test_numeric_terminator1
 self.numeric_terminator_check(1)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 142, in numeric_terminator_check
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_numeric_terminator2 (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 153, in test_numeric_terminator2
 self.numeric_terminator_check(6)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 142, in numeric_terminator_check
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_simple_producer (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 174, in test_simple_producer
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_string_producer (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 184, in test_string_producer
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_close_when_done (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 207, in test_close_when_done
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_empty_line (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 195, in test_empty_line
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_line_terminator1 (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 123, in test_line_terminator1
 self.line_terminator_check('\n', l)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 111, in line_terminator_check
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_line_terminator2 (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 128, in test_line_terminator2
 self.line_terminator_check('\r\n', l)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 111, in line_terminator_check
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_line_terminator3 (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 133, in test_line_terminator3
 self.line_terminator_check('qqq', l)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 111, in line_terminator_check
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_none_terminator (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 162, in test_none_terminator
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_numeric_terminator1 (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 150, in test_numeric_terminator1
 self.numeric_terminator_check(1)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 142, in numeric_terminator_check
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_numeric_terminator2 (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 153, in test_numeric_terminator2
 self.numeric_terminator_check(6)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 142, in numeric_terminator_check
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_simple_producer (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 174, in test_simple_producer
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
======================================================================
ERROR: test_string_producer (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 184, in test_string_producer
 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 195, in loop
 poll_fun(timeout, map)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 132, in poll
 read(obj)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 72, in read
 obj.handle_error()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 68, in read
 obj.handle_read_event()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 390, in handle_read_event
 self.handle_read()
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_ssl.py", line 524, in handle_read
 data = self.recv(1024)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\asyncore.py", line 342, in recv
 data = self.socket.recv(buffer_size)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\ssl.py", line 247, in recv
 return self.read(buflen)
 File "S:\buildbots\python.x643円.0.nelson-win64\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
sincerely,
 -The Buildbot


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /