Test run: - Start at Mon Aug 31 10:36:10 UTC 2026 - Docker image: "monitor-test-runner:scli-manual-manual" - Container name: "test-run-4ab32533-cc6d-4eac-bfcb-099ea9eb6b85" - 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-bi-health-check 2026-08-31 10:36:14.073493 UTC - Check DNS 2026-08-31 10:36:14.073613 UTC - Checking system DNS for API host slices-bi.iotlab.com 2026-08-31 10:36:29.086079 UTC - DNS resolution failed: [Errno -3] Temporary failure in name resolution 2026-08-31 10:36:29.086595 UTC - Checking direct DNS for API host slices-bi.iotlab.com using DNS server 8.8.8.8 2026-08-31 10:36:34.489029 UTC - DNS resolution failed: The resolution lifetime expired after 5.402 seconds: Server Do53:8.8.8.8@53 answered The DNS operation timed out.; Server Do53:8.8.8.8@53 answered The DNS operation timed out.; Server Do53:8.8.8.8@53 answered The DNS operation timed out. 2026-08-31 10:36:34.489175 UTC - Checking direct DNS for API host slices-bi.iotlab.com using DNS server 1.1.1.1 2026-08-31 10:36:38.502353 UTC - Resolved to 5.53.108.134 2026-08-31 10:36:38.503683 UTC - Error in test step 'Check DNS': DNS resolution failed for API host slices-bi.iotlab.com ERROR:slices_monitor_test_runner.main:Test BLOCKED Traceback (most recent call last): File "/app/src/slices_monitor_test_runner/test_runners/dns_util.py", line 19, in check_system_dns ip = socket.gethostbyname(hostname) socket.gaierror: [Errno -3] Temporary failure in name resolution The above exception was the direct cause of the following 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_bi_health_check.py", line 81, in run self._check_dns() ~~~~~~~~~~~~~~~^^ File "/app/src/slices_monitor_test_runner/test_runners/slices_bi_health_check.py", line 33, in _check_dns raise system_dns_exs[0] File "/app/src/slices_monitor_test_runner/test_runners/dns_util.py", line 23, in check_system_dns raise SlicesTestFailure(f"DNS resolution failed for API host {hostname}") from e slices_monitor_test_runner.exceptions.SlicesTestFailure: DNS resolution failed for API host slices-bi.iotlab.com 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_bi_health_check.py", line 75, in run with self.step( ~~~~~~~~~^ "Check DNS", ^^^^^^^^^^^^ ...<2 lines>... blocked_reason="DEPENDENCY", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ 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 213, in step raise SlicesTestBlocked( ...<3 lines>... ) from e slices_monitor_test_runner.exceptions.SlicesTestBlocked: Step 'Check DNS' BLOCKED