Run Test: slices-bi-health-check 2026-05-05 23:35:56.641589 CEST - Check DNS 2026-05-05 23:35:56.641708 CEST - Checking system DNS for API host slices-bi.iotlab.com 2026-05-05 23:36:13.649078 CEST - Error in test step 'Check DNS': DNS resolution failed for API host slices-bi.iotlab.com ERROR:slices_monitor_test_runner.main:Test Failed with exception Traceback (most recent call last): File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/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 "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/test_runner_base.py", line 156, in step yield File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_bi_health_check.py", line 66, in run self._check_dns() ~~~~~~~~~~~~~~~^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_bi_health_check.py", line 24, in _check_dns check_system_dns(hostname, self.log) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/dns_util.py", line 22, 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 "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/main.py", line 72, in run_test return _get_test_by_test_spec(steps, test_dir, test_spec).run() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_bi_health_check.py", line 62, in run with self.step( ~~~~~~~~~^ "Check DNS", ^^^^^^^^^^^^ description="Check DNS for Slices Account API", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/uv-python-installs/cpython-3.14.1-linux-x86_64-gnu/lib/python3.14/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/test_runner_base.py", line 180, in step raise SlicesTestFailure(f"Step {name!r} {retry_suffix2} failed") from e slices_monitor_test_runner.exceptions.SlicesTestFailure: Step 'Check DNS' failed