Run Test: slices-bi-singlenode-login 2026-05-13 18:15:14.540338 CEST - Run: /usr/local/bin/uv pip install --upgrade slices-cli --extra-index-url=https://doc.slices-ri.eu/pypi/ 2026-05-13 18:15:17.712033 CEST - Run: slices --version 2026-05-13 18:15:17.926756 CEST - version: Slices CLI v2025.1.5 Slices CLI core v1.1.2 Slices CLI bi v2.0.2 Slices clientlib core v5.5.1 Slices clientlib bi v5.1.2 2026-05-13 18:15:17.927040 CEST - Run: slices pubkey list --format text 2026-05-13 18:15:18.542440 CEST - Pubkey already registered 2026-05-13 18:15:18.542795 CEST - Run: slices bi infrastructure list --format csv --all --refresh 2026-05-13 18:15:19.158268 CEST - Refreshed infrastructure list. Total: 22 entries. 2026-05-13 18:15:19.159598 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/0d90a704-e220-4099-8a2b-423ed3f4a613/step_Prepare_command_1.txt': /usr/local/bin/uv pip install --upgrade slices-cli --extra-index-url=https://doc.slices-ri.eu/pypi/ 2026-05-13 18:15:19.159664 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/0d90a704-e220-4099-8a2b-423ed3f4a613/pip_install_update_slices-cli.txt': Using Python 3.14.1 environment at: /opt/slices-monitor-worker/slices-cli-venv Resolved 41 packages in 3.11s Audited 41 packages in 0.42ms 2026-05-13 18:15:19.159719 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/0d90a704-e220-4099-8a2b-423ed3f4a613/step_Prepare_command_2.txt': /opt/slices-monitor-worker/slices-cli-venv/bin/slices --version 2026-05-13 18:15:19.159756 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/0d90a704-e220-4099-8a2b-423ed3f4a613/version.txt': Slices CLI v2025.1.5 Slices CLI core v1.1.2 Slices CLI bi v2.0.2 Slices clientlib core v5.5.1 Slices clientlib bi v5.1.2 2026-05-13 18:15:19.159790 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/0d90a704-e220-4099-8a2b-423ed3f4a613/step_Prepare_command_3.txt': /opt/slices-monitor-worker/slices-cli-venv/bin/slices pubkey list --format text 2026-05-13 18:15:19.159820 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/0d90a704-e220-4099-8a2b-423ed3f4a613/pubkey_list.txt': ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINNiZPtQkfCEsc1x2QSwNWekfhWwWZbOvpE8hE0dH253 2026-05-13 18:15:19.159849 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/0d90a704-e220-4099-8a2b-423ed3f4a613/step_Prepare_command_4.txt': /opt/slices-monitor-worker/slices-cli-venv/bin/slices bi infrastructure list --format csv --all --refresh 2026-05-13 18:15:19.159882 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/0d90a704-e220-4099-8a2b-423ed3f4a613/infra_list.txt': bi-orchestrator, be-gent1-bi-baremetal1, be-gent1-bi-docker1,dev be-gent1-bi-vm1, ch-geneva-bi-vm1,dev de-munich-bi-vm,dev fr-grenoble1-bi-baremetal1,dev fr-lille1-bi-baremetal1,dev fr-louvain1-bi-baremetal1,dev fr-luxembourg1-bi-baremetal1,dev fr-lyon1-bi-baremetal1,dev fr-nancy1-bi-baremetal1,dev fr-nantes1-bi-baremetal1,dev fr-rennes1-bi-baremetal1,dev fr-sophia1-bi-baremetal1,dev fr-sophia2-bi-vm1,dev fr-strasbourg1-bi-baremetal1,dev fr-toulouse1-bi-baremetal1,dev gr-volos-bi-vm1,dev hu-budapest-bi-vm1,dev it-genoa1-bi-vm1,dev localhost,dev 2026-05-13 18:15:19.159914 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/0d90a704-e220-4099-8a2b-423ed3f4a613/infra_list_STDERR.txt': Note: Successfully refreshed config from online source. 2026-05-13 18:15:19.159931 CEST - Error in test step 'Prepare': "slices bi infrastructure list" does not contain infra 'es-bilbao-bi-vm1' required for test. 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_singlenode_login.py", line 1309, in run self._list_infras(refresh=True) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_singlenode_login.py", line 419, in _list_infras raise SlicesTestFailure( f'"slices bi infrastructure list" does not contain infra {self.test_spec.infra_id!r} required for test.' ) slices_monitor_test_runner.exceptions.SlicesTestFailure: "slices bi infrastructure list" does not contain infra 'es-bilbao-bi-vm1' required for test. 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_singlenode_login.py", line 1281, in run with self.step( ~~~~~~~~~^ "Prepare", ^^^^^^^^^^ ...<2 lines>... "and refreshing the infra list", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ 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 'Prepare' failed