Test run: - Start at Mon Aug 31 10:01:10 UTC 2026 - Docker image: "monitor-test-runner:scli-manual-manual" - Container name: "test-run-0cd0f2be-ab46-46b6-afc3-974d8812e911" - 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 1ms Installed 1 package in 3ms Run Test: slices-bi-health-check 2026-08-31 10:01:14.873054 UTC - Check DNS 2026-08-31 10:01:14.873185 UTC - Checking system DNS for API host slices-bi.iotlab.com 2026-08-31 10:01:31.878535 UTC - DNS resolution failed: [Errno -3] Temporary failure in name resolution 2026-08-31 10:01:31.879005 UTC - Checking direct DNS for API host slices-bi.iotlab.com using DNS server 8.8.8.8 2026-08-31 10:01:37.281921 UTC - DNS resolution failed: The resolution lifetime expired after 5.403 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:01:37.282165 UTC - Checking direct DNS for API host slices-bi.iotlab.com using DNS server 1.1.1.1 2026-08-31 10:01:42.684700 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:01:42.686183 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