Run Test: slices-account-health-check 2026-05-06 21:32:03.040073 CEST - Check DNS 2026-05-06 21:32:03.040870 CEST - Checking system DNS for API host portal.slices-ri.eu 2026-05-06 21:32:03.041269 CEST - Resolved to 193.191.148.163 2026-05-06 21:32:03.041301 CEST - Checking direct DNS for API host portal.slices-ri.eu using DNS server 8.8.8.8 2026-05-06 21:32:08.446125 CEST - Error in test step 'Check DNS': Direct DNS resolution failed for API host portal.slices-ri.eu using DNS server 8.8.8.8 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 32, in check_direct_dns answer = resolver.resolve(hostname, "A") File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/dns/resolver.py", line 1328, in resolve timeout = self._compute_timeout(start, lifetime, resolution.errors) File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/dns/resolver.py", line 1084, in _compute_timeout raise LifetimeTimeout(timeout=duration, errors=errors) dns.resolver.LifetimeTimeout: 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. 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_account_health_check.py", line 159, in run self._check_dns() ~~~~~~~~~~~~~~~^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_account_health_check.py", line 47, in _check_dns check_direct_dns(hostname, self.test_spec.dns_servers_to_check, self.log) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/dns_util.py", line 36, in check_direct_dns raise SlicesTestFailure( f"Direct DNS resolution failed for API host {hostname} using DNS server {dns_server}" ) from e slices_monitor_test_runner.exceptions.SlicesTestFailure: Direct DNS resolution failed for API host portal.slices-ri.eu using DNS server 8.8.8.8 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_account_health_check.py", line 155, 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