☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
The Buildbot has detected a new failure on builder iOS ARM64 Simulator 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1386/builds/1530
Buildbot URL: https://buildbot.python.org/
Worker for this Build: rkm-arm64-ios-simulator
Build Reason: <unknown> Blamelist: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
==
Captured traceback
Traceback (most recent call last): File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/test/test_socketserver.py", line 222, in test_UnixDatagramServer self.run_server(socketserver.UnixDatagramServer, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ socketserver.DatagramRequestHandler, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self.dgram_examine) ^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/test/support/threading_helper.py", line 66, in decorator return func(*args) File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/test/test_socketserver.py", line 133, in run_server testfunc(svrcls.address_family, addr) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/test/test_socketserver.py", line 160, in dgram_examine buf = data = receive(s, 100) ~~~~~~~^^^^^^^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/test/test_socketserver.py", line 43, in receive raise RuntimeError("timed out on %r" % (sock,)) RuntimeError: timed out on <socket.socket fd=31, family=1, type=2, proto=0, laddr=./test_python_pmk5csn_.sock>
Traceback (most recent call last): File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/threading.py", line 1043, in _bootstrap_inner self.run() ~~~~~~~~^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/threading.py", line 994, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/socketserver.py", line 240, in serve_forever self._handle_request_noblock() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/socketserver.py", line 320, in _handle_request_noblock self.handle_error(request, client_address) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/socketserver.py", line 768, in __init__ self.finish() ~~~~~~~~~~~^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/socketserver.py", line 863, in finish self.socket.sendto(self.wfile.getvalue(), self.client_address) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ConnectionResetError: [Errno 54] Connection reset by peer ERROR
Traceback (most recent call last): File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/test/test_socketserver.py", line 222, in test_UnixDatagramServer self.run_server(socketserver.UnixDatagramServer, ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ socketserver.DatagramRequestHandler, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self.dgram_examine) ^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/test/support/threading_helper.py", line 66, in decorator return func(*args) File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/test/test_socketserver.py", line 133, in run_server testfunc(svrcls.address_family, addr) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/test/test_socketserver.py", line 160, in dgram_examine buf = data = receive(s, 100) ~~~~~~~^^^^^^^^ File "/Users/buildbot/Library/Developer/XCTestDevices/BC99FB54-7DA1-44B4-AE19-F8178A18EC35/data/Containers/Bundle/Application/E558837D-1277-4A40-A506-9968B4BB6A8B/iOSTestbed.app/python/lib/python3.13/test/test_socketserver.py", line 43, in receive raise RuntimeError("timed out on %r" % (sock,)) RuntimeError: timed out on <socket.socket fd=31, family=1, type=2, proto=0, laddr=./test_python_16zmlugj.sock>
Test report
Failed tests:
- test_socketserver
Failed subtests:
- test_UnixDatagramServer - test.test_socketserver.SocketServerTest.test_UnixDatagramServer
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org