Test run: - Start at Mon Aug 31 10:41:12 UTC 2026 - Docker image: "monitor-test-runner:scli-manual-manual" - Container name: "test-run-38c0a979-9b31-4008-8622-d3b6ebc9b38f" - 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.88ms Installed 1 package in 1ms Run Test: slices-bi-health-check 2026-08-31 10:41:16.805387 UTC - Check DNS 2026-08-31 10:41:16.805511 UTC - Checking system DNS for API host slices-bi.iotlab.com 2026-08-31 10:41:36.817933 UTC - DNS resolution failed: [Errno -3] Temporary failure in name resolution 2026-08-31 10:41:36.818486 UTC - Checking direct DNS for API host slices-bi.iotlab.com using DNS server 8.8.8.8 2026-08-31 10:41:42.221289 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:41:42.221429 UTC - Checking direct DNS for API host slices-bi.iotlab.com using DNS server 1.1.1.1 2026-08-31 10:41:47.623963 UTC - DNS resolution failed: The resolution lifetime expired after 5.402 seconds: Server Do53:1.1.1.1@53 answered The DNS operation timed out.; Server Do53:1.1.1.1@53 answered The DNS operation timed out.; Server Do53:1.1.1.1@53 answered The DNS operation timed out. 2026-08-31 10:41:47.625448 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