Test run: - Start at Wed Aug 12 23:01:11 UTC 2026 - Docker image: "monitor-test-runner:scli-manual-manual" - Container name: "test-run-319ad874-df60-47cb-8f61-97da3644981f" - Runner git commit: b81e403a61c53e380fb69905a7df6b5141039e8a 2026-08-11T11:59:29+02:00 Building slices-monitor-test-runner @ file:///app Built slices-monitor-test-runner @ file:///app Uninstalled 1 package in 0.69ms Installed 1 package in 1ms Run Test: slices-bi-health-check 2026-08-12 23:01:15.655506 UTC - Check DNS 2026-08-12 23:01:15.655657 UTC - Checking system DNS for API host slices-bi.nitlab.uth.gr 2026-08-12 23:01:15.656319 UTC - Resolved to 194.177.207.42 2026-08-12 23:01:15.656370 UTC - Checking direct DNS for API host slices-bi.nitlab.uth.gr using DNS server 8.8.8.8 2026-08-12 23:01:15.663264 UTC - Resolved to 194.177.207.42 2026-08-12 23:01:15.663346 UTC - Checking direct DNS for API host slices-bi.nitlab.uth.gr using DNS server 1.1.1.1 2026-08-12 23:01:15.667281 UTC - Resolved to 194.177.207.42 2026-08-12 23:01:15.667396 UTC - Check Basic Connectivity 2026-08-12 23:01:15.667438 UTC - Checking basic connectivity to BI API of infra gr-volos-bi-vm1 at https://slices-bi.nitlab.uth.gr 2026-08-12 23:01:15.667456 UTC - Connecting to: https://slices-bi.nitlab.uth.gr 2026-08-12 23:02:15.687466 UTC - Failed to Connect: timed out 2026-08-12 23:02:15.691742 UTC - Error in test step 'Check Basic Connectivity': Failed to connect to BI API endpoint for infra gr-volos-bi-vm1 ERROR:slices_monitor_test_runner.main:Test Failed with exception Traceback (most recent call last): File "/app/.venv/lib/python3.14/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/app/.venv/lib/python3.14/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) File "/app/.venv/lib/python3.14/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/app/.venv/lib/python3.14/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( pool_request.request ) File "/app/.venv/lib/python3.14/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/app/.venv/lib/python3.14/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) File "/app/.venv/lib/python3.14/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) File "/app/.venv/lib/python3.14/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.14/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/app/.venv/lib/python3.14/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectTimeout: timed out The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/src/slices_monitor_test_runner/test_runners/slices_bi_health_check.py", line 45, in _check_basic_connectivity response = self._client()._no_auth_client.get(url) File "/app/.venv/lib/python3.14/site-packages/httpx/_client.py", line 1053, in get return self.request( ~~~~~~~~~~~~^ "GET", ^^^^^^ ...<7 lines>... extensions=extensions, ^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/app/.venv/lib/python3.14/site-packages/httpx/_client.py", line 825, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.14/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( request, ...<2 lines>... history=[], ) File "/app/.venv/lib/python3.14/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( request, follow_redirects=follow_redirects, history=history, ) File "/app/.venv/lib/python3.14/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) File "/app/.venv/lib/python3.14/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) File "/app/.venv/lib/python3.14/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.14/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/app/.venv/lib/python3.14/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectTimeout: timed out The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/src/slices_monitor_test_runner/test_runners/test_runner_base.py", line 175, in step yield File "/app/src/slices_monitor_test_runner/test_runners/slices_bi_health_check.py", line 89, in run self._check_basic_connectivity() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/app/src/slices_monitor_test_runner/test_runners/slices_bi_health_check.py", line 49, in _check_basic_connectivity raise SlicesTestFailure(f"Failed to connect to BI API endpoint for infra {self.test_spec.infra_id}") from e slices_monitor_test_runner.exceptions.SlicesTestFailure: Failed to connect to BI API endpoint for infra gr-volos-bi-vm1 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/src/slices_monitor_test_runner/main.py", line 86, in run_test return test_runner.run() ~~~~~~~~~~~~~~~^^ File "/app/src/slices_monitor_test_runner/test_runners/slices_bi_health_check.py", line 85, in run with self.step( ~~~~~~~~~^ "Check Basic Connectivity", ^^^^^^^^^^^^^^^^^^^^^^^^^^^ description=f"Check Basic Connectivity to BI API at {self.test_spec.infra_id}", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/usr/local/lib/python3.14/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/app/src/slices_monitor_test_runner/test_runners/test_runner_base.py", line 219, in step raise SlicesTestFailure(f"Step {name!r} {retry_suffix2} failed") from e slices_monitor_test_runner.exceptions.SlicesTestFailure: Step 'Check Basic Connectivity' failed