test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... /home/philo/me/git/cpython/Lib/asyncio/sslproto.py:321: ResourceWarning: unclosed transport _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) Object allocated at (most recent call last): File "/home/philo/me/git/cpython/Lib/asyncio/sslproto.py", lineno 446 self._app_transport = _SSLProtocolTransport(self._loop, self) ERROR ====================================================================== ERROR: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/philo/me/git/cpython/Lib/test/test_asyncio/test_sslproto.py", line 510, in test_start_tls_server_1 self.loop.run_until_complete(run_main()) File "/home/philo/me/git/cpython/Lib/asyncio/base_events.py", line 589, in run_until_complete return future.result() File "/home/philo/me/git/cpython/Lib/test/test_asyncio/test_sslproto.py", line 503, in run_main await asyncio.wait_for( File "/home/philo/me/git/cpython/Lib/asyncio/tasks.py", line 461, in wait_for raise exceptions.TimeoutError() asyncio.exceptions.TimeoutError ---------------------------------------------------------------------- Ran 1 test in 60.089s FAILED (errors=1) Unhandled error in exception handler context: {'message': 'Future exception was never retrieved', 'exception': ConnectionResetError(104, 'Connection reset by peer'), 'future': } Traceback (most recent call last): File "/home/philo/me/git/cpython/Lib/asyncio/base_events.py", line 1653, in call_exception_handler self._exception_handler(self, context) File "/home/philo/me/git/cpython/Lib/test/test_asyncio/functional.py", line 22, in loop_exception_handler self.loop.default_exception_handler(context) AttributeError: 'NoneType' object has no attribute 'default_exception_handler' sys:1: ResourceWarning: unclosed Object allocated at (most recent call last): File "/home/philo/me/git/cpython/Lib/asyncio/base_events.py", lineno 1360 sock = socket.socket(af, socktype, proto)