Test run: - Start at Wed Aug 12 07:56:14 UTC 2026 - Docker image: "monitor-test-runner:scli-manual-manual" - Container name: "test-run-96eb606c-3034-49ca-b41a-c0413f0382c2" - 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.73ms Installed 1 package in 1ms Run Test: slices-bi-health-check 2026-08-12 07:56:18.470228 UTC - Check DNS 2026-08-12 07:56:18.470368 UTC - Checking system DNS for API host slices-bi-devel.grid5000.fr 2026-08-12 07:56:18.470656 UTC - Resolved to 194.254.60.46 2026-08-12 07:56:18.470697 UTC - Checking direct DNS for API host slices-bi-devel.grid5000.fr using DNS server 8.8.8.8 2026-08-12 07:56:18.477634 UTC - Resolved to 194.254.60.46 2026-08-12 07:56:18.477697 UTC - Checking direct DNS for API host slices-bi-devel.grid5000.fr using DNS server 1.1.1.1 2026-08-12 07:56:18.481590 UTC - Resolved to 194.254.60.46 2026-08-12 07:56:18.481707 UTC - Check Basic Connectivity 2026-08-12 07:56:18.481750 UTC - Checking basic connectivity to BI API of infra fr-lyon1-bi-baremetal1 at https://slices-bi-devel.grid5000.fr/site/lyon 2026-08-12 07:56:18.481768 UTC - Connecting to: https://slices-bi-devel.grid5000.fr/site/lyon 2026-08-12 07:56:18.508820 UTC - Failed to Connect: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1082) 2026-08-12 07:56:18.512663 UTC - Error in test step 'Check Basic Connectivity': Failed to connect to BI API endpoint for infra fr-lyon1-bi-baremetal1 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: unable to get local issuer certificate (_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: unable to get local issuer certificate (_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 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 fr-lyon1-bi-baremetal1 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