test_multiprocessing_forkserver
(ValueError
)
test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_empty_authkey
(ValueError
)
ValueError
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 57, in testPartExecutor yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 579, in _callTestMethod if method() is not None: ^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/_test_multiprocessing.py", line 3483, in test_empty_authkey with listener.accept() as d: ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 482, in accept deliver_challenge(c, self._authkey) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 756, in deliver_challenge digest = hmac.new(authkey, message, 'md5').digest() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 184, in new return HMAC(key, msg, digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 60, in __init__ self._init_hmac(key, msg, digestmod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 67, in _init_hmac self._hmac = _hashopenssl.hmac_new(key, msg, digestmod=digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: no reason supplied
test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_empty_authkey
(ValueError
)
ValueError
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 57, in testPartExecutor yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 579, in _callTestMethod if method() is not None: ^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/_test_multiprocessing.py", line 3483, in test_empty_authkey with listener.accept() as d: ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 482, in accept deliver_challenge(c, self._authkey) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 756, in deliver_challenge digest = hmac.new(authkey, message, 'md5').digest() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 184, in new return HMAC(key, msg, digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 60, in __init__ self._init_hmac(key, msg, digestmod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 67, in _init_hmac self._hmac = _hashopenssl.hmac_new(key, msg, digestmod=digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: no reason supplied
test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_empty_authkey
(ValueError
)
ValueError
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 57, in testPartExecutor yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 579, in _callTestMethod if method() is not None: ^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/_test_multiprocessing.py", line 3483, in test_empty_authkey with listener.accept() as d: ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 482, in accept deliver_challenge(c, self._authkey) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 756, in deliver_challenge digest = hmac.new(authkey, message, 'md5').digest() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 184, in new return HMAC(key, msg, digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 60, in __init__ self._init_hmac(key, msg, digestmod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 67, in _init_hmac self._hmac = _hashopenssl.hmac_new(key, msg, digestmod=digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: no reason supplied
test_multiprocessing_spawn
(ValueError
)
test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_empty_authkey
(ValueError
)
ValueError
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 57, in testPartExecutor yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 579, in _callTestMethod if method() is not None: ^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/_test_multiprocessing.py", line 3483, in test_empty_authkey with listener.accept() as d: ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 482, in accept deliver_challenge(c, self._authkey) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 756, in deliver_challenge digest = hmac.new(authkey, message, 'md5').digest() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 184, in new return HMAC(key, msg, digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 60, in __init__ self._init_hmac(key, msg, digestmod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 67, in _init_hmac self._hmac = _hashopenssl.hmac_new(key, msg, digestmod=digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: no reason supplied
test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_empty_authkey
(ValueError
)
ValueError
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 57, in testPartExecutor yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 579, in _callTestMethod if method() is not None: ^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/_test_multiprocessing.py", line 3483, in test_empty_authkey with listener.accept() as d: ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 482, in accept deliver_challenge(c, self._authkey) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 756, in deliver_challenge digest = hmac.new(authkey, message, 'md5').digest() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 184, in new return HMAC(key, msg, digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 60, in __init__ self._init_hmac(key, msg, digestmod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 67, in _init_hmac self._hmac = _hashopenssl.hmac_new(key, msg, digestmod=digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: no reason supplied
test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_empty_authkey
(ValueError
)
ValueError
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 57, in testPartExecutor yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 579, in _callTestMethod if method() is not None: ^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/_test_multiprocessing.py", line 3483, in test_empty_authkey with listener.accept() as d: ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 482, in accept deliver_challenge(c, self._authkey) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 756, in deliver_challenge digest = hmac.new(authkey, message, 'md5').digest() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 184, in new return HMAC(key, msg, digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 60, in __init__ self._init_hmac(key, msg, digestmod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 67, in _init_hmac self._hmac = _hashopenssl.hmac_new(key, msg, digestmod=digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: no reason supplied
test_multiprocessing_fork
(ValueError
)
test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_empty_authkey
(ValueError
)
ValueError
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 57, in testPartExecutor yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 579, in _callTestMethod if method() is not None: ^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/_test_multiprocessing.py", line 3483, in test_empty_authkey with listener.accept() as d: ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 482, in accept deliver_challenge(c, self._authkey) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 756, in deliver_challenge digest = hmac.new(authkey, message, 'md5').digest() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 184, in new return HMAC(key, msg, digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 60, in __init__ self._init_hmac(key, msg, digestmod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 67, in _init_hmac self._hmac = _hashopenssl.hmac_new(key, msg, digestmod=digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: no reason supplied
test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_empty_authkey
(ValueError
)
ValueError
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 57, in testPartExecutor yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 579, in _callTestMethod if method() is not None: ^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/_test_multiprocessing.py", line 3483, in test_empty_authkey with listener.accept() as d: ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 482, in accept deliver_challenge(c, self._authkey) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 756, in deliver_challenge digest = hmac.new(authkey, message, 'md5').digest() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 184, in new return HMAC(key, msg, digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 60, in __init__ self._init_hmac(key, msg, digestmod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 67, in _init_hmac self._hmac = _hashopenssl.hmac_new(key, msg, digestmod=digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: no reason supplied
test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_empty_authkey
(ValueError
)
ValueError
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 57, in testPartExecutor yield File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/unittest/case.py", line 579, in _callTestMethod if method() is not None: ^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/_test_multiprocessing.py", line 3483, in test_empty_authkey with listener.accept() as d: ^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 482, in accept deliver_challenge(c, self._authkey) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/multiprocessing/connection.py", line 756, in deliver_challenge digest = hmac.new(authkey, message, 'md5').digest() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 184, in new return HMAC(key, msg, digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 60, in __init__ self._init_hmac(key, msg, digestmod) File "/home/buildbot/buildarea/3.11.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/hmac.py", line 67, in _init_hmac self._hmac = _hashopenssl.hmac_new(key, msg, digestmod=digestmod) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: no reason supplied
test_asyncio.test_asyncio.test_events
(ConnectionResetError
)
KqueueEventLoopTests
(ConnectionResetError
)
test_create_ssl_connection
(ConnectionResetError
)
ConnectionResetError
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 59, in testPartExecutor yield File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 591, in run self._callTestMethod(testMethod) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 549, in _callTestMethod method() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 642, in test_create_ssl_connection self._test_create_ssl_connection(httpd, create_connection, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 630, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 589, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1103, in create_connection transport, protocol = await self._create_connection_transport( File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1133, in _create_connection_transport await waiter ConnectionResetError
test_create_ssl_unix_connection
(ConnectionResetError
)
ConnectionResetError
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 59, in testPartExecutor yield File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 591, in run self._callTestMethod(testMethod) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 549, in _callTestMethod method() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 658, in test_create_ssl_unix_connection self._test_create_ssl_connection(httpd, create_connection, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 630, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 589, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/unix_events.py", line 269, in create_unix_connection transport, protocol = await self._create_connection_transport( File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1133, in _create_connection_transport await waiter ConnectionResetError
PollEventLoopTests
(ConnectionResetError
)
test_create_ssl_connection
(ConnectionResetError
)
ConnectionResetError
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 59, in testPartExecutor yield File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 591, in run self._callTestMethod(testMethod) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 549, in _callTestMethod method() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 642, in test_create_ssl_connection self._test_create_ssl_connection(httpd, create_connection, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 630, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 589, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1103, in create_connection transport, protocol = await self._create_connection_transport( File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1133, in _create_connection_transport await waiter ConnectionResetError
test_create_ssl_unix_connection
(ConnectionResetError
)
ConnectionResetError
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 59, in testPartExecutor yield File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 591, in run self._callTestMethod(testMethod) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 549, in _callTestMethod method() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 658, in test_create_ssl_unix_connection self._test_create_ssl_connection(httpd, create_connection, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 630, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 589, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/unix_events.py", line 269, in create_unix_connection transport, protocol = await self._create_connection_transport( File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1133, in _create_connection_transport await waiter ConnectionResetError
SelectEventLoopTests
(ConnectionResetError
)
test_create_ssl_connection
(ConnectionResetError
)
ConnectionResetError
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 59, in testPartExecutor yield File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 591, in run self._callTestMethod(testMethod) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 549, in _callTestMethod method() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 642, in test_create_ssl_connection self._test_create_ssl_connection(httpd, create_connection, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 630, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 589, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1103, in create_connection transport, protocol = await self._create_connection_transport( File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1133, in _create_connection_transport await waiter ConnectionResetError
test_create_ssl_unix_connection
(ConnectionResetError
)
ConnectionResetError
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 59, in testPartExecutor yield File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 591, in run self._callTestMethod(testMethod) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/unittest/case.py", line 549, in _callTestMethod method() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 658, in test_create_ssl_unix_connection self._test_create_ssl_connection(httpd, create_connection, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 630, in _test_create_ssl_connection self._basetest_create_ssl_connection(conn_fut, check_sockname, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_asyncio/test_events.py", line 589, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/unix_events.py", line 269, in create_unix_connection transport, protocol = await self._create_connection_transport( File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/asyncio/base_events.py", line 1133, in _create_connection_transport await waiter ConnectionResetError