Test run: - Start at Tue Sep 15 07:31:23 UTC 2026 - Docker image: "monitor-test-runner:scli-manual-manual" - Container name: "test-run-4bdd9cdf-f6b9-4834-85cc-0567f4efb6f7" - 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.78ms Installed 1 package in 1ms Run Test: slices-network-health-check 2026-09-15 07:31:28.290564 UTC - Check External DNS resolvers 2026-09-15 07:31:28.290705 UTC - Checking direct DNS for API host www.google.com using DNS server 8.8.8.8 2026-09-15 07:31:28.297552 UTC - Resolved to 142.251.153.119 2026-09-15 07:31:28.297635 UTC - Checking direct DNS for API host www.google.com using DNS server 1.1.1.1 2026-09-15 07:31:28.302023 UTC - Resolved to 142.251.152.119 2026-09-15 07:31:28.302155 UTC - Check Internal DNS resolvers 2026-09-15 07:31:28.302242 UTC - Checking direct DNS for API host www.google.com using DNS server 193.191.148.182 2026-09-15 07:31:28.303441 UTC - Resolved to 142.251.151.119 2026-09-15 07:31:28.303499 UTC - Checking direct DNS for API host www.google.com using DNS server 193.191.148.129 2026-09-15 07:31:33.705688 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:31:33.706220 UTC - DNS failure: Direct DNS resolution failed for API host www.google.com using DNS server 193.191.148.129 2026-09-15 07:31:33.706283 UTC - Checking direct DNS for API host 1.1.1.1 using DNS server 193.191.148.182 2026-09-15 07:31:33.707591 UTC - DNS resolution failed: The DNS query name does not exist: 1.1.1.1. 2026-09-15 07:31:33.707648 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:31:33.707675 UTC - Checking direct DNS for API host 1.1.1.1 using DNS server 193.191.148.129 2026-09-15 07:31:39.110136 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:31:39.110278 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:31:39.110308 UTC - Checking direct DNS for API host captive.apple.com using DNS server 193.191.148.182 2026-09-15 07:31:39.115436 UTC - Resolved to 17.253.105.136 2026-09-15 07:31:39.115514 UTC - Checking direct DNS for API host captive.apple.com using DNS server 193.191.148.129 2026-09-15 07:31:44.518173 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:31:44.518326 UTC - DNS failure: Direct DNS resolution failed for API host captive.apple.com using DNS server 193.191.148.129 2026-09-15 07:31:44.519477 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