Run Test: slices-bi-singlenode-login 2026-04-08 17:01:30.919611 CEST - Run: /usr/local/bin/uv pip install --upgrade slices-cli --extra-index-url=https://doc.slices-ri.eu/pypi/ 2026-04-08 17:01:35.051957 CEST - Run: slices --version 2026-04-08 17:01:35.290857 CEST - version: Slices CLI v2025.1.5 Slices CLI core v1.1.2 Slices CLI bi v2.0.2 Slices clientlib core v5.5.0 Slices clientlib bi v5.1.2 2026-04-08 17:01:35.291186 CEST - Run: slices pubkey list --format text 2026-04-08 17:01:36.136185 CEST - Pubkey already registered 2026-04-08 17:01:36.136519 CEST - Run: slices bi infrastructure list --format csv --all --refresh 2026-04-08 17:01:36.731683 CEST - Refreshed infrastructure list. Total: 22 entries. 2026-04-08 17:01:36.731813 CEST - Check List Flavors 2026-04-08 17:01:36.732041 CEST - Run: slices bi --infra de-munich-bi-vm flavor list -f json 2026-04-08 17:01:37.632114 CEST - Check List DiskImages 2026-04-08 17:01:37.632309 CEST - Run: slices bi --infra de-munich-bi-vm diskimage list -f json 2026-04-08 17:01:38.269432 CEST - Requesting resources 2026-04-08 17:01:38.269885 CEST - Cloudinit user data: #!/bin/sh echo "Hello World. The time is now $(date -R)!" | tee '/user_data_output.txt' 2026-04-08 17:01:38.269978 CEST - Run: slices bi --infra de-munich-bi-vm create tst --image 'Ubuntu 24.04.3' --flavor tiny --duration 2h --experiment tst-23eb5ae6 --user-data /tmp/tmpa0bsdre4 2026-04-08 17:01:48.524981 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/8f663664-ba71-4a08-bfc5-0284f437a302/step_Requestingresource_cloudinit_user_data.txt_1.txt': #!/bin/sh echo "Hello World. The time is now $(date -R)!" | tee '/user_data_output.txt' 2026-04-08 17:01:48.525080 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/8f663664-ba71-4a08-bfc5-0284f437a302/step_Requestingresource_command_1.txt': /opt/slices-monitor-worker/slices-cli-venv/bin/slices bi --infra de-munich-bi-vm create tst --image 'Ubuntu 24.04.3' --flavor tiny --duration 2h --experiment tst-23eb5ae6 --user-data /tmp/tmpa0bsdre4 2026-04-08 17:01:48.525146 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/8f663664-ba71-4a08-bfc5-0284f437a302/create.txt': Could not create resource ❌ The server encountered an internal error while processing POST request on https://slices-bi.slices-de.eu/de-munich-bi-vm/slices-bi/apis/bi.slices.eu/v1/pr ojects/proj_account.ilabt.imec.be_5pzabws7n79ydsagfg3vntg590/experiments/exp_exp auth.ilabt.imec.be_01knpst0deftttvw06dk4tph75/resources/: Internal Server Error Please report this issue to support if the issue persists. Details stored at: /root/.slices/cli_error_details/err_2026-04-08T15:01:48+00:00.txt 2026-04-08 17:01:48.525174 CEST - Error in test step 'Requesting resource': "slices bi create" unexpected output 2026-04-08 17:01:48.525213 CEST - Destroying tst-23eb5ae6 tst 2026-04-08 17:01:48.525464 CEST - Run: slices bi --infra de-munich-bi-vm destroy --experiment tst-23eb5ae6 tst 2026-04-08 17:01:53.652594 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/8f663664-ba71-4a08-bfc5-0284f437a302/step_Destroy_command_1.txt': /opt/slices-monitor-worker/slices-cli-venv/bin/slices bi --infra de-munich-bi-vm destroy --experiment tst-23eb5ae6 tst 2026-04-08 17:01:53.652737 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/8f663664-ba71-4a08-bfc5-0284f437a302/destroy.txt': ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_clientlib_core/util/pagination.py:90 in __init__ │ │ │ │ 87 │ │ except HttpxConnectError as err: │ │ 88 │ │ │ raise ApiConnectError(url) from err │ │ 89 │ │ try: │ │ ❱ 90 │ │ │ response.raise_for_status() │ │ 91 │ │ │ self._first_page = self._decoder.decode(response.content) │ │ 92 │ │ except HTTPError as err: │ │ 93 │ │ │ raise from_httpx_exception(err) from err │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/http │ │ x/_models.py:829 in raise_for_status │ │ │ │ 826 │ │ } │ │ 827 │ │ error_type = error_types.get(status_class, "Invalid status co │ │ 828 │ │ message = message.format(self, error_type=error_type) │ │ ❱ 829 │ │ raise HTTPStatusError(message, request=request, response=self │ │ 830 │ │ │ 831 │ def json(self, **kwargs: typing.Any) -> typing.Any: │ │ 832 │ │ return jsonlib.loads(self.content, **kwargs) │ ╰──────────────────────────────────────────────────────────────────────────────╯ HTTPStatusError: Server error '500 Internal Server Error' for url 'https://slices-bi.slices-de.eu/de-munich-bi-vm/slices-bi/apis/bi.slices.eu/v1/p rojects/proj_account.ilabt.imec.be_5pzabws7n79ydsagfg3vntg590/experiments/exp_ex pauth.ilabt.imec.be_01knpst0deftttvw06dk4tph75/resources/' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500 The above exception was the direct cause of the following exception: ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_cli_bi/commands/bi_helpers.py:83 in wrapper_handle_some_exceptions │ │ │ │ 80 │ def wrapper_handle_some_exceptions(*args, **kwargs): │ │ 81 │ │ """Function wrapper for handle_some_exceptions.""" # noqa: D4 │ │ 82 │ │ try: │ │ ❱ 83 │ │ │ return func(*args, **kwargs) │ │ 84 │ │ except ApiResponseError as e: │ │ 85 │ │ │ if e._httpx_status_error.response.status_code in ( │ │ 86 │ │ │ │ 502, │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_cli_bi/commands/bi.py:1248 in destroy_resource │ │ │ │ 1245 │ """ │ │ 1246 │ exp = bi_get_experiment(ctx, experiment) │ │ 1247 │ │ │ ❱ 1248 │ resources_to_delete: Collection[ComputeResource] = _get_requested │ │ 1249 │ │ ctx, exp, resources, include_expired=False, include_terminate │ │ 1250 │ ) │ │ 1251 │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_cli_bi/commands/bi.py:134 in _get_requested_bi_resources │ │ │ │ 131 │ │ │ ) │ │ 132 │ │ ) │ │ 133 │ │ │ ❱ 134 │ return [_get_resource(ctx, exp, resource_id) for resource_id in r │ │ 135 │ │ 136 │ │ 137 bi_app.add_typer( │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_cli_bi/commands/bi.py:999 in _get_resource │ │ │ │ 996 │ │ │ ) │ │ 997 │ │ │ raise typer.Exit(code=1) from err │ │ 998 │ │ │ ❱ 999 │ resources = ctx.obj.get_bi_resources_api_by_experiment(experiment │ │ 1000 │ │ │ 1001 │ inactive_resource = None │ │ 1002 │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_clientlib_bi/bi_resource.py:442 in list │ │ │ │ 439 │ │ if include_terminated is not None: │ │ 440 │ │ │ params["include_terminated"] = "true" if include_terminate │ │ 441 │ │ │ │ ❱ 442 │ │ return PagedCollection("resource", ComputeResource, self._base │ │ 443 │ │ │ 444 │ def reboot(self, resource_id: str, type: Literal["SOFT", "HARD"]): │ │ 445 │ │ """Reboot the resource.""" │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_clientlib_core/util/pagination.py:93 in __init__ │ │ │ │ 90 │ │ │ response.raise_for_status() │ │ 91 │ │ │ self._first_page = self._decoder.decode(response.content) │ │ 92 │ │ except HTTPError as err: │ │ ❱ 93 │ │ │ raise from_httpx_exception(err) from err │ │ 94 │ │ │ 95 │ def __iter__(self) -> Iterator[T]: │ │ 96 │ │ """Create iterator over items.""" │ ╰──────────────────────────────────────────────────────────────────────────────╯ ServiceException: ServiceException (for GET https://slices-bi.slices-de.eu/de-munich-bi-vm/slices-bi/apis/bi.slices.eu/v1/pr ojects/proj_account.ilabt.imec.be_5pzabws7n79ydsagfg3vntg590/experiments/exp_exp auth.ilabt.imec.be_01knpst0deftttvw06dk4tph75/resources/): Internal Server Error 2026-04-08 17:01:53.652781 CEST - Error in test step 'Destroy': "slices bi destroy" failed (return value is 1) 2026-04-08 17:01:53.652806 CEST - Wait 2s before retry 2026-04-08 17:01:56.467164 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/8f663664-ba71-4a08-bfc5-0284f437a302/step_DestroyRetry1_retry1_command_1.txt': /opt/slices-monitor-worker/slices-cli-venv/bin/slices bi --infra de-munich-bi-vm destroy --experiment tst-23eb5ae6 tst 2026-04-08 17:01:56.467253 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/8f663664-ba71-4a08-bfc5-0284f437a302/destroy_retry1.txt': Resource tst not found in experiment tst-23eb5ae6 on infrastructure de-munich-bi-vm ❌ 2026-04-08 17:01:56.467277 CEST - Error in test step 'Destroy (Retry 1)': "slices bi destroy" failed (return value is 1) 2026-04-08 17:01:56.467306 CEST - Wait 2s before retry 2026-04-08 17:01:59.271548 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/8f663664-ba71-4a08-bfc5-0284f437a302/step_DestroyRetry2_retry2_command_1.txt': /opt/slices-monitor-worker/slices-cli-venv/bin/slices bi --infra de-munich-bi-vm destroy --experiment tst-23eb5ae6 tst 2026-04-08 17:01:59.271629 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/8f663664-ba71-4a08-bfc5-0284f437a302/destroy_retry2.txt': Resource tst not found in experiment tst-23eb5ae6 on infrastructure de-munich-bi-vm ❌ 2026-04-08 17:01:59.271649 CEST - Error in test step 'Destroy (Retry 2)': "slices bi destroy" failed (return value is 1) 2026-04-08 17:01:59.271669 CEST - Wait 2s before retry 2026-04-08 17:02:02.006410 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/8f663664-ba71-4a08-bfc5-0284f437a302/step_DestroyRetry3_retry3_command_1.txt': /opt/slices-monitor-worker/slices-cli-venv/bin/slices bi --infra de-munich-bi-vm destroy --experiment tst-23eb5ae6 tst 2026-04-08 17:02:02.006479 CEST - Content of log file '/opt/slices-monitor-worker/slices_monitor_tests/8f663664-ba71-4a08-bfc5-0284f437a302/destroy_retry3.txt': Resource tst not found in experiment tst-23eb5ae6 on infrastructure de-munich-bi-vm ❌ 2026-04-08 17:02:02.006500 CEST - Error in test step 'Destroy (Retry 3)': "slices bi destroy" failed (return value is 1)