Run Test: slices-network-health-check 2026-05-26 18:50:08.494493 CEST - Check External DNS resolvers 2026-05-26 18:50:08.494648 CEST - Checking direct DNS for API host www.google.com using DNS server 8.8.8.8 2026-05-26 18:50:08.500813 CEST - Resolved to 142.251.154.119 2026-05-26 18:50:08.500864 CEST - Checking direct DNS for API host www.google.com using DNS server 1.1.1.1 2026-05-26 18:50:08.504887 CEST - Resolved to 142.251.155.119 2026-05-26 18:50:08.504971 CEST - Check Internal DNS resolvers 2026-05-26 18:50:08.505051 CEST - Checking direct DNS for API host www.google.com using DNS server 193.191.148.182 2026-05-26 18:50:08.506067 CEST - Resolved to 142.251.150.119 2026-05-26 18:50:08.506098 CEST - Checking direct DNS for API host www.google.com using DNS server 193.191.148.129 2026-05-26 18:50:08.508533 CEST - Resolved to 142.251.153.119 2026-05-26 18:50:08.508582 CEST - All internal DNS resolver tests successful. 2026-05-26 18:50:08.522240 CEST - Check External HTTP Connectivity 2026-05-26 18:50:08.522340 CEST - Checking IPv4 HTTP connectivity to https://www.google.com 2026-05-26 18:50:08.647250 CEST - HTTP connection over IPv4 works. HTTP response code: 200 2026-05-26 18:50:08.647322 CEST - Checking IPv4 HTTP connectivity to https://1.1.1.1 2026-05-26 18:50:08.714750 CEST - HTTP connection over IPv4 works. HTTP response code: 200 2026-05-26 18:50:08.714845 CEST - Check Internal HTTP Connectivity 2026-05-26 18:50:08.714900 CEST - Checking IPv4 HTTP connectivity to https://doc.slices-ri.eu/ 2026-05-26 18:50:18.725506 CEST - Error in test step 'Check Internal HTTP Connectivity': Failed to connect to https://doc.slices-ri.eu/ using IPv4 ERROR:slices_monitor_test_runner.main:Test Failed with exception Traceback (most recent call last): File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( pool_request.request ) File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpcore/_sync/connection.py", line 156, in _connect stream = stream.start_tls(**kwargs) File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpcore/_backends/sync.py", line 154, in start_tls with map_exceptions(exc_map): ~~~~~~~~~~~~~~^^^^^^^^^ File "/opt/uv-python-installs/cpython-3.14.1-linux-x86_64-gnu/lib/python3.14/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectTimeout: _ssl.c:1063: The handshake operation timed out The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_network_health_check.py", line 99, in _check_internal_server_connectivity response = client.get(url) File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpx/_client.py", line 1053, in get return self.request( ~~~~~~~~~~~~^ "GET", ^^^^^^ ...<7 lines>... extensions=extensions, ^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpx/_client.py", line 825, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( request, ...<2 lines>... history=[], ) File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( request, follow_redirects=follow_redirects, history=history, ) File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/opt/uv-python-installs/cpython-3.14.1-linux-x86_64-gnu/lib/python3.14/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectTimeout: _ssl.c:1063: The handshake operation timed out The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/test_runner_base.py", line 156, in step yield File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_network_health_check.py", line 172, in run self._check_internal_server_connectivity(ipv4_client, "IPv4") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_network_health_check.py", line 102, in _check_internal_server_connectivity raise SlicesTestFailure(f"Failed to connect to {url} using {ip_name}") from e slices_monitor_test_runner.exceptions.SlicesTestFailure: Failed to connect to https://doc.slices-ri.eu/ using IPv4 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/main.py", line 75, in run_test return _get_test_by_test_spec(steps, test_dir, test_spec).run() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_network_health_check.py", line 167, in run with self.step( ~~~~~~~~~^ "Check Internal HTTP Connectivity", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ description="Check Internal HTTP Connectivity to popular public endpoints over IPv4 and IPv6", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/uv-python-installs/cpython-3.14.1-linux-x86_64-gnu/lib/python3.14/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/test_runner_base.py", line 180, in step raise SlicesTestFailure(f"Step {name!r} {retry_suffix2} failed") from e slices_monitor_test_runner.exceptions.SlicesTestFailure: Step 'Check Internal HTTP Connectivity' failed