Run Test: slices-bi-singlenode-login 2026-02-23 16:13:21.213535 CET - Run: /usr/local/bin/uv pip install --upgrade slices-cli --extra-index-url=https://doc.slices-ri.eu/pypi/ 2026-02-23 16:13:24.330829 CET - Run: slices --version 2026-02-23 16:13:24.506012 CET - version: Slices CLI v2025.1.5 Slices CLI core v1.1.2 Slices CLI bi v2.0.2 Slices clientlib core v5.3.6 Slices clientlib bi v5.0.6 2026-02-23 16:13:24.506256 CET - Run: slices pubkey list --format text 2026-02-23 16:13:25.059875 CET - Pubkey already registered 2026-02-23 16:13:25.060095 CET - Run: slices bi infrastructure list --format csv --all --refresh 2026-02-23 16:13:25.567692 CET - Refreshed infrastructure list. Total: 21 entries. 2026-02-23 16:13:25.567787 CET - Check List Flavors 2026-02-23 16:13:25.567962 CET - Run: slices bi --infra ch-geneva-bi-vm1 flavor list -f json 2026-02-23 16:13:27.288373 CET - Check List DiskImages 2026-02-23 16:13:27.288585 CET - Run: slices bi --infra ch-geneva-bi-vm1 diskimage list -f json 2026-02-23 16:13:27.853221 CET - Requesting resources 2026-02-23 16:13:27.853689 CET - Run: slices bi --infra ch-geneva-bi-vm1 create tst --image 'Ubuntu 24.04.3' --flavor tiny --duration 2h --experiment tst-f7b8dca3 2026-02-23 16:13:29.614935 CET - Resource ID: r_ch-geneva-bi-vm1_01kj5h01wbfkrtxx383hgadzp2 2026-02-23 16:13:29.615077 CET - Waiting until resource ready 2026-02-23 16:13:31.615437 CET - Run: slices bi --infra ch-geneva-bi-vm1 list-resources --format json --experiment tst-f7b8dca3 tst 2026-02-23 16:13:32.255942 CET - Status: IMAGING 2026-02-23 16:13:34.893810 CET - Status: IMAGING 2026-02-23 16:13:35.290336 CET - Destroying tst-f7b8dca3 tst 2026-02-23 16:13:35.290611 CET - Run: slices bi --infra ch-geneva-bi-vm1 destroy --experiment tst-f7b8dca3 tst 2026-02-23 16:13:35.292116 CET - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/aa921a8d-bfe1-47c9-a930-561509c3119c/step_Destroy_command_1.txt': /opt/slices-monitor-worker/slices-cli-venv/bin/slices bi --infra ch-geneva-bi-vm1 destroy --experiment tst-f7b8dca3 tst 2026-02-23 16:13:35.292152 CET - Error in test step 'Destroy': "slices bi destroy" failed (return value is -2) 2026-02-23 16:13:35.292170 CET - Wait 2s before retry Traceback (most recent call last): File "/opt/slices-monitor-worker/worker-venv/bin/slices_monitor_test_runner", line 10, in sys.exit(main()) ~~~~^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/main.py", line 94, in main test_status = run_test(Path(sys.argv[1])) File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/main.py", line 66, 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 1151, in run self._wait_for_up() ~~~~~~~~~~~~~~~~~^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/test_runners/slices_singlenode_login.py", line 469, in _wait_for_up sleep(2.0) ~~~~~^^^^^ KeyboardInterrupt