Test run: - Start at Tue Aug 11 09:30:05 UTC 2026 - Docker image: "monitor-test-runner:scli-manual-manual" - Container name: "test-run-59a3f220-5e56-4d8d-aa3c-5adf436b5881" - Runner git commit: 4b5b61ca8da9d378b5266aaee41c5a5eabcd4ac1 2026-07-31T15:12:56+02:00 Building slices-monitor-test-runner @ file:///app Built slices-monitor-test-runner @ file:///app Uninstalled 1 package in 0.76ms Installed 1 package in 1ms Run Test: slices-bi-health-check 2026-08-11 09:30:10.058033 UTC - Check DNS 2026-08-11 09:30:10.058146 UTC - Checking system DNS for API host slices-bi-vm-dev.icube.unistra.fr 2026-08-11 09:30:10.058717 UTC - Resolved to 130.79.48.198 2026-08-11 09:30:10.058755 UTC - Checking direct DNS for API host slices-bi-vm-dev.icube.unistra.fr using DNS server 8.8.8.8 2026-08-11 09:30:10.066026 UTC - Resolved to 130.79.48.198 2026-08-11 09:30:10.066084 UTC - Checking direct DNS for API host slices-bi-vm-dev.icube.unistra.fr using DNS server 1.1.1.1 2026-08-11 09:30:10.239421 UTC - Resolved to 130.79.48.198 2026-08-11 09:30:10.239596 UTC - Check Basic Connectivity 2026-08-11 09:30:10.239645 UTC - Checking basic connectivity to BI API of infra fr-strasbourg1-bi-vm1 at https://slices-bi-vm-dev.icube.unistra.fr 2026-08-11 09:30:10.239664 UTC - Connecting to: https://slices-bi-vm-dev.icube.unistra.fr 2026-08-11 09:30:10.310216 UTC - Error in test step 'Check Basic Connectivity': Failed to connect to BI API endpoint for infra fr-strasbourg1-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 156, in _connect stream = stream.start_tls(**kwargs) File "/app/.venv/lib/python3.14/site-packages/httpcore/_backends/sync.py", line 154, in start_tls 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.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1082) 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.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1082) 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 88, in run self._check_basic_connectivity() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/app/src/slices_monitor_test_runner/test_runners/slices_bi_health_check.py", line 48, 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 fr-strasbourg1-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 84, 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