Run Test: slices-account-health-check 2026-06-27 01:31:49.309543 CEST - Check DNS 2026-06-27 01:31:49.310275 CEST - Checking system DNS for API host portal.slices-ri.eu 2026-06-27 01:31:49.310605 CEST - Resolved to 193.191.148.163 2026-06-27 01:31:49.310651 CEST - Checking direct DNS for API host portal.slices-ri.eu using DNS server 8.8.8.8 2026-06-27 01:31:53.621460 CEST - Resolved to 193.191.148.163 2026-06-27 01:31:53.621539 CEST - Checking direct DNS for API host portal.slices-ri.eu using DNS server 1.1.1.1 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 42, 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.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. 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/dns_util.py", line 46, 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 1.1.1.1 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 163, 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 167, 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 55, in _check_dns raise SlicesTestWarning(f"WARNING: One of 2 DNS tests for {hostname} failed") from dns_exceptions[0] slices_monitor_test_runner.exceptions.SlicesTestWarning: WARNING: One of 2 DNS tests for portal.slices-ri.eu failed 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 75, 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 163, 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 168, in step raise SlicesTestWarning(f"Step {name!r} {retry_suffix2} WARNING") from e slices_monitor_test_runner.exceptions.SlicesTestWarning: Step 'Check DNS' WARNING