Test run: - Start at Tue Sep 15 07:26:20 UTC 2026 - Docker image: "monitor-test-runner:scli-manual-manual" - Container name: "test-run-21a2056b-406f-4e9b-ab02-a4c1149a97b9" - Runner git commit: b81e403a61c53e380fb69905a7df6b5141039e8a 2026-08-11T11:59:29+02:00 Building slices-monitor-test-runner @ file:///app Built slices-monitor-test-runner @ file:///app Uninstalled 1 package in 0.77ms Installed 1 package in 1ms Run Test: slices-network-health-check 2026-09-15 07:26:24.643384 UTC - Check External DNS resolvers 2026-09-15 07:26:24.643548 UTC - Checking direct DNS for API host www.google.com using DNS server 8.8.8.8 2026-09-15 07:26:24.650064 UTC - Resolved to 142.251.156.119 2026-09-15 07:26:24.650143 UTC - Checking direct DNS for API host www.google.com using DNS server 1.1.1.1 2026-09-15 07:26:24.653983 UTC - Resolved to 142.251.153.119 2026-09-15 07:26:24.654111 UTC - Check Internal DNS resolvers 2026-09-15 07:26:24.654195 UTC - Checking direct DNS for API host www.google.com using DNS server 193.191.148.182 2026-09-15 07:26:24.655371 UTC - Resolved to 142.251.156.119 2026-09-15 07:26:24.655428 UTC - Checking direct DNS for API host www.google.com using DNS server 193.191.148.129 2026-09-15 07:26:30.058106 UTC - DNS resolution failed: The resolution lifetime expired after 5.402 seconds: Server Do53:193.191.148.129@53 answered The DNS operation timed out.; Server Do53:193.191.148.129@53 answered The DNS operation timed out.; Server Do53:193.191.148.129@53 answered The DNS operation timed out. 2026-09-15 07:26:30.058623 UTC - DNS failure: Direct DNS resolution failed for API host www.google.com using DNS server 193.191.148.129 2026-09-15 07:26:30.058672 UTC - Checking direct DNS for API host 1.1.1.1 using DNS server 193.191.148.182 2026-09-15 07:26:33.663411 UTC - DNS resolution failed: The DNS query name does not exist: 1.1.1.1. 2026-09-15 07:26:33.663536 UTC - DNS failure: Direct DNS resolution failed for API host 1.1.1.1 using DNS server 193.191.148.182 2026-09-15 07:26:33.663569 UTC - Checking direct DNS for API host 1.1.1.1 using DNS server 193.191.148.129 2026-09-15 07:26:39.066865 UTC - DNS resolution failed: The resolution lifetime expired after 5.403 seconds: Server Do53:193.191.148.129@53 answered The DNS operation timed out.; Server Do53:193.191.148.129@53 answered The DNS operation timed out.; Server Do53:193.191.148.129@53 answered The DNS operation timed out. 2026-09-15 07:26:39.067010 UTC - DNS failure: Direct DNS resolution failed for API host 1.1.1.1 using DNS server 193.191.148.129 2026-09-15 07:26:39.067047 UTC - Checking direct DNS for API host captive.apple.com using DNS server 193.191.148.182 2026-09-15 07:26:39.071884 UTC - Resolved to 17.253.105.134 2026-09-15 07:26:39.071952 UTC - Checking direct DNS for API host captive.apple.com using DNS server 193.191.148.129 2026-09-15 07:26:44.475185 UTC - DNS resolution failed: The resolution lifetime expired after 5.403 seconds: Server Do53:193.191.148.129@53 answered The DNS operation timed out.; Server Do53:193.191.148.129@53 answered The DNS operation timed out.; Server Do53:193.191.148.129@53 answered The DNS operation timed out. 2026-09-15 07:26:44.475369 UTC - DNS failure: Direct DNS resolution failed for API host captive.apple.com using DNS server 193.191.148.129 2026-09-15 07:26:44.476708 UTC - Error in test step 'Check Internal DNS resolvers': Not all internal DNS resolvers reachable ERROR:slices_monitor_test_runner.main:Test Failed with exception Traceback (most recent call last): File "/app/src/slices_monitor_test_runner/test_runners/test_runner_base.py", line 175, in step yield File "/app/src/slices_monitor_test_runner/test_runners/slices_network_health_check.py", line 131, in run self._check_internal_dns() ~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/app/src/slices_monitor_test_runner/test_runners/slices_network_health_check.py", line 70, in _check_internal_dns raise SlicesTestFailure("Not all internal DNS resolvers reachable") slices_monitor_test_runner.exceptions.SlicesTestFailure: Not all internal DNS resolvers reachable The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/src/slices_monitor_test_runner/main.py", line 86, in run_test return test_runner.run() ~~~~~~~~~~~~~~~^^ File "/app/src/slices_monitor_test_runner/test_runners/slices_network_health_check.py", line 127, in run with self.step( ~~~~~~~~~^ "Check Internal DNS resolvers", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ description="Check internal DNS resolvers", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/usr/local/lib/python3.14/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/app/src/slices_monitor_test_runner/test_runners/test_runner_base.py", line 219, in step raise SlicesTestFailure(f"Step {name!r} {retry_suffix2} failed") from e slices_monitor_test_runner.exceptions.SlicesTestFailure: Step 'Check Internal DNS resolvers' failed