Run Test: slices-network-health-check 2026-05-22 16:35:15.253532 CEST - Check External DNS resolvers 2026-05-22 16:35:15.253887 CEST - Checking direct DNS for API host www.google.com using DNS server 8.8.8.8 2026-05-22 16:35:15.263501 CEST - Resolved to 142.251.152.119 2026-05-22 16:35:15.263713 CEST - Checking direct DNS for API host www.google.com using DNS server 1.1.1.1 2026-05-22 16:35:15.272207 CEST - Resolved to 142.251.155.119 2026-05-22 16:35:15.273164 CEST - Checking direct DNS for API host www.google.com using DNS server 9.9.9.9 2026-05-22 16:35:15.288937 CEST - Resolved to 142.251.152.119 2026-05-22 16:35:15.289105 CEST - DNS test success for 3 of 3 public DNS resolvers. 2026-05-22 16:35:15.289235 CEST - Check Internal DNS resolvers 2026-05-22 16:35:15.289406 CEST - Checking direct DNS for API host www.google.com using DNS server 193.191.148.182 2026-05-22 16:35:15.295520 CEST - Resolved to 142.251.151.119 2026-05-22 16:35:15.295763 CEST - Checking direct DNS for API host www.google.com using DNS server 193.191.148.129 2026-05-22 16:35:15.321458 CEST - Resolved to 142.251.150.119 2026-05-22 16:35:15.321628 CEST - All internal DNS resolver tests successful. 2026-05-22 16:35:15.362548 CEST - Check External HTTP Connectivity 2026-05-22 16:35:15.362775 CEST - Checking IPv4 HTTP connectivity to https://www.google.com 2026-05-22 16:35:15.420984 CEST - HTTP connection over IPv4 works. HTTP response code: 200 2026-05-22 16:35:15.421125 CEST - Checking IPv4 HTTP connectivity to https://1.1.1.1 2026-05-22 16:35:15.498178 CEST - HTTP connection over IPv4 works. HTTP response code: 200 2026-05-22 16:35:15.498313 CEST - Checking IPv4 HTTP connectivity to http://captive.apple.com/hotspot-detect.html 2026-05-22 16:35:15.516437 CEST - HTTP connection over IPv4 works. HTTP response code: 200 2026-05-22 16:35:15.516588 CEST - Checking IPv6 HTTP connectivity to https://www.google.com 2026-05-22 16:35:15.573688 CEST - HTTP connection over IPv6 works. HTTP response code: 200 2026-05-22 16:35:15.573827 CEST - Checking IPv6 HTTP connectivity to https://1.1.1.1 2026-05-22 16:35:15.581620 CEST - Error in test step 'Check External HTTP Connectivity': Failed to connect to https://1.1.1.1 using IPv6 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 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp 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.ConnectError: [Errno -9] Address family for hostname not supported 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 78, in _check_external_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.ConnectError: [Errno -9] Address family for hostname not supported 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 137, in run self._check_external_server_connectivity(ipv6_client, "IPv6") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_network_health_check.py", line 81, in _check_external_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://1.1.1.1 using IPv6 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 132, in run with self.step( ~~~~~~~~~^ "Check External HTTP Connectivity", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ description="Check External 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 External HTTP Connectivity' failed