Run Test: slices-bi-health-check 2026-06-17 11:42:34.088759 CEST - Check DNS 2026-06-17 11:42:34.088928 CEST - Checking system DNS for API host slices-bi.sztaki.hun-ren.hu 2026-06-17 11:42:49.982349 CEST - Checking direct DNS for API host slices-bi.sztaki.hun-ren.hu using DNS server 8.8.8.8 2026-06-17 11:42:49.988287 CEST - Resolved to 193.225.251.134 2026-06-17 11:42:49.988352 CEST - Checking direct DNS for API host slices-bi.sztaki.hun-ren.hu using DNS server 1.1.1.1 2026-06-17 11:42:49.992162 CEST - Resolved to 193.225.251.134 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/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.sztaki.hun-ren.hu 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 74, 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 33, 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 slices-bi.sztaki.hun-ren.hu 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_bi_health_check.py", line 70, 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 161, in step raise SlicesTestWarning(f"Step {name!r} {retry_suffix2} WARNING") from e slices_monitor_test_runner.exceptions.SlicesTestWarning: Step 'Check DNS' WARNING