[Python-checkins] buildbot failure in AMD64 W2k8 3.0

buildbot at python.org buildbot at python.org
Wed Apr 2 17:42:17 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/133
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: trent.nelson
BUILD FAILED: failed test
Excerpt from the test logfile:
2 tests failed:
 test_asynchat test_getargs2
======================================================================
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 210, 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 528, 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 198, 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 528, 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 126, 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 114, 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 528, 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 131, 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 114, 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 528, 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 136, 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 114, 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 528, 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 165, 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 528, 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 153, in test_numeric_terminator1
 self.numeric_terminator_check(1)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 145, 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 528, 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 156, in test_numeric_terminator2
 self.numeric_terminator_check(6)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 145, 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 528, 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 177, 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 528, 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 187, 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 528, 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 210, 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 528, 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 198, 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 528, 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 126, 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 114, 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 528, 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 131, 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 114, 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 528, 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 136, 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 114, 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 528, 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 165, 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 528, 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 153, in test_numeric_terminator1
 self.numeric_terminator_check(1)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 145, 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 528, 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 156, in test_numeric_terminator2
 self.numeric_terminator_check(6)
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_asynchat.py", line 145, 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 528, 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 177, 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 528, 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 187, 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 528, 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_n (test.test_getargs2.Signed_TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "S:\buildbots\python.x643円.0.nelson-win64\build\lib\test\test_getargs2.py", line 190, in test_n
 self.failUnlessEqual(99, getargs_n(Long()))
TypeError: 'Long' object cannot be interpreted as an integer
sincerely,
 -The Buildbot


More information about the Python-checkins mailing list

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