Run Test: slices-bi-health-check 2026-05-11 09:56:38.275646 CEST - Check DNS 2026-05-11 09:56:38.275757 CEST - Checking system DNS for API host slices-bi.sztaki.hun-ren.hu 2026-05-11 09:56:38.276308 CEST - Resolved to 193.225.251.134 2026-05-11 09:56:38.276333 CEST - Checking direct DNS for API host slices-bi.sztaki.hun-ren.hu using DNS server 8.8.8.8 2026-05-11 09:56:40.500374 CEST - Resolved to 193.225.251.134 2026-05-11 09:56:40.500433 CEST - Checking direct DNS for API host slices-bi.sztaki.hun-ren.hu using DNS server 1.1.1.1 2026-05-11 09:56:45.024789 CEST - Error in test step 'Check DNS': All nameservers failed to answer the query slices-bi.sztaki.hun-ren.hu. IN A: 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 SERVFAIL 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/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 25, 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 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 1325, in resolve (nameserver, tcp, backoff) = resolution.next_nameserver() ~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/dns/resolver.py", line 772, in next_nameserver raise NoNameservers(request=self.request, errors=self.errors) dns.resolver.NoNameservers: All nameservers failed to answer the query slices-bi.sztaki.hun-ren.hu. IN A: 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 SERVFAIL 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