====================================================================== ERROR: test_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 614, in test_create_ssl_connection self._test_create_ssl_connection(httpd, create_connection, File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 573, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 561, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 578, in run_until_complete return future.result() File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 984, in create_connection transport, protocol = await self._create_connection_transport( File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 1014, in _create_connection_transport await waiter ConnectionResetError ====================================================================== ERROR: test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 630, in test_create_ssl_unix_connection self._test_create_ssl_connection(httpd, create_connection, File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 573, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 561, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 578, in run_until_complete return future.result() File "/root/cpython/_install/lib/python3.8/asyncio/unix_events.py", line 247, in create_unix_connection transport, protocol = await self._create_connection_transport( File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 1014, in _create_connection_transport await waiter File "/root/cpython/_install/lib/python3.8/asyncio/selector_events.py", line 821, in _read_ready__data_received data = self._sock.recv(self.max_size) ConnectionResetError: [Errno 104] Connection reset by peer ====================================================================== ERROR: test_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 614, in test_create_ssl_connection self._test_create_ssl_connection(httpd, create_connection, File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 573, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 561, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 578, in run_until_complete return future.result() File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 984, in create_connection transport, protocol = await self._create_connection_transport( File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 1014, in _create_connection_transport await waiter ConnectionResetError ====================================================================== ERROR: test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 630, in test_create_ssl_unix_connection self._test_create_ssl_connection(httpd, create_connection, File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 573, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 561, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 578, in run_until_complete return future.result() File "/root/cpython/_install/lib/python3.8/asyncio/unix_events.py", line 247, in create_unix_connection transport, protocol = await self._create_connection_transport( File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 1014, in _create_connection_transport await waiter File "/root/cpython/_install/lib/python3.8/asyncio/selector_events.py", line 821, in _read_ready__data_received data = self._sock.recv(self.max_size) ConnectionResetError: [Errno 104] Connection reset by peer ====================================================================== ERROR: test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 614, in test_create_ssl_connection self._test_create_ssl_connection(httpd, create_connection, File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 573, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 561, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 578, in run_until_complete return future.result() File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 984, in create_connection transport, protocol = await self._create_connection_transport( File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 1014, in _create_connection_transport await waiter ConnectionResetError ====================================================================== ERROR: test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 630, in test_create_ssl_unix_connection self._test_create_ssl_connection(httpd, create_connection, File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 573, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_events.py", line 561, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 578, in run_until_complete return future.result() File "/root/cpython/_install/lib/python3.8/asyncio/unix_events.py", line 247, in create_unix_connection transport, protocol = await self._create_connection_transport( File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 1014, in _create_connection_transport await waiter File "/root/cpython/_install/lib/python3.8/asyncio/selector_events.py", line 821, in _read_ready__data_received data = self._sock.recv(self.max_size) ConnectionResetError: [Errno 104] Connection reset by peer ====================================================================== ERROR: test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_streams.py", line 98, in test_open_connection_no_loop_ssl self._basetest_open_connection_no_loop_ssl(conn_fut) File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_streams.py", line 79, in _basetest_open_connection_no_loop_ssl reader, writer = self.loop.run_until_complete(open_connection_fut) File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 578, in run_until_complete return future.result() File "/root/cpython/_install/lib/python3.8/asyncio/streams.py", line 47, in open_connection transport, _ = await loop.create_connection( File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 984, in create_connection transport, protocol = await self._create_connection_transport( File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 1014, in _create_connection_transport await waiter ConnectionResetError ====================================================================== ERROR: test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_streams.py", line 110, in test_open_unix_connection_no_loop_ssl self._basetest_open_connection_no_loop_ssl(conn_fut) File "/root/cpython/_install/lib/python3.8/test/test_asyncio/test_streams.py", line 79, in _basetest_open_connection_no_loop_ssl reader, writer = self.loop.run_until_complete(open_connection_fut) File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 578, in run_until_complete return future.result() File "/root/cpython/_install/lib/python3.8/asyncio/streams.py", line 98, in open_unix_connection transport, _ = await loop.create_unix_connection( File "/root/cpython/_install/lib/python3.8/asyncio/unix_events.py", line 247, in create_unix_connection transport, protocol = await self._create_connection_transport( File "/root/cpython/_install/lib/python3.8/asyncio/base_events.py", line 1014, in _create_connection_transport await waiter File "/root/cpython/_install/lib/python3.8/asyncio/selector_events.py", line 821, in _read_ready__data_received data = self._sock.recv(self.max_size) ConnectionResetError: [Errno 104] Connection reset by peer ---------------------------------------------------------------------- Ran 2038 tests in 37.062s FAILED (errors=8, skipped=34) test test_asyncio failed test_asyncio failed in 37 sec 177 ms == Tests result: FAILURE == 1 test failed: test_asyncio Total duration: 37 sec 240 ms Tests result: FAILURE