Closed
Description
Bug report
Checklist
- I am confident this is a bug in CPython, not a bug in a third-party project
- I have searched the CPython issue tracker,
and am confident this bug has not been reported before
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Output from running 'python -VV' on the command line:
No response
A clear and concise description of the bug:
ARM64 Windows Non-Debug PR buildbot build failed with: test_ssl failed (env changed):
== CPython 3.13.0a0 (heads/refs/pull/108299/merge-dirty:5af459ef07, Aug 23 2023, 01:37:38) [MSC v.1936 64 bit (AMD64)]
== Windows-11-10.0.22621-SP0 little-endian
== Python build: debug
== cwd: R:\buildarea\pull_request.ambv-bb-win11.bigmem\build\build\test_python_12132�
== CPU count: 6
== encodings: locale=cp1252, FS=utf-8
0:00:00 Run tests in parallel using 4 child processes (timeout: 1 hour 15 min, worker timeout: 1 hour 20 min)
(...)
0:08:08 load avg: 0.81 [228/447/1] test_ssl failed (env changed) (32.5 sec) -- ...
(...)
test_https_client_non_tls_response_ignored (test.test_ssl.TestPreHandshakeClose.test_https_client_non_tls_response_ignored) ...
Warning -- Uncaught thread exception: TimeoutError
Exception in thread non_tls_http_RST_responder:
Traceback (most recent call last):
File "R:\buildarea\pull_request.ambv-bb-win11.bigmem\build\Lib\threading.py", line 1059, in _bootstrap_inner
self.run()
File "R:\buildarea\pull_request.ambv-bb-win11.bigmem\build\Lib\test\test_ssl.py", line 4708, in run
conn, address = self.listener.accept()
^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\pull_request.ambv-bb-win11.bigmem\build\Lib\socket.py", line 295, in accept
fd, addr = self._accept()
^^^^^^^^^^^^^^
TimeoutError: timed out
ok
test.pythoninfo:
ssl.OPENSSL_VERSION: OpenSSL 3.0.9 30 May 2023
ssl.OPENSSL_VERSION_INFO: (3, 0, 0, 9, 0)
Linked PRs
- gh-108342: Break ref cycle in SSLSocket._create() exc #108344
- [3.12] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) #108348
- [3.11] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) #108349
- [3.10] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) #108350
- [3.9] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) #108351
- [3.8] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) #108352
- gh-108342: Make ssl TestPreHandshakeClose more reliable #108370
- [3.12] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) #108404
- [3.11] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) #108405
- [3.10] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) #108406
- [3.9] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) #108407
- [3.8] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) #108408