Test run: - Start at Sun Aug 30 20:08:44 UTC 2026 - Docker image: "monitor-test-runner:scli-manual-manual" - Container name: "test-run-5abdf10d-b09d-45f1-a296-5e94f91b0b66" - 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.75ms Installed 1 package in 1ms Run Test: slices-bi-singlenode-login 2026-08-30 20:08:49.182762 UTC - OS release: PRETTY_NAME="Debian GNU/Linux 13 (trixie)" NAME="Debian GNU/Linux" VERSION_ID="13" VERSION="13 (trixie)" VERSION_CODENAME=trixie DEBIAN_VERSION_FULL=13.5 ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" 2026-08-30 20:08:49.195690 UTC - ls -a /root/ /scripts/: '/root/:\n.\n..\n.bashrc\n.cache\n.local\n.profile\n.slices\n.wget-hsts\n\n/scripts/:\n.\n..\n.slices\nrun_test_runner.sh\n' 2026-08-30 20:08:49.195780 UTC - env: {'PATH': '/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin/', 'COLUMNS': '200'} 2026-08-30 20:08:49.195900 UTC - which slices: /usr/local/bin/slices 2026-08-30 20:08:49.195922 UTC - Slices CLI exe: 'slices' 2026-08-30 20:08:49.196147 UTC - Run: slices --version 2026-08-30 20:08:58.791436 UTC - version: Slices CLI v2026.1.3 Slices CLI core v1.2.6 Slices CLI ai v1.1.0 Slices CLI bi v2.2.1 Slices clientlib bi v6.1.1 Slices clientlib core v5.6.0 Slices clientlib ai v1.0.0 2026-08-30 20:08:58.792100 UTC - Run: slices pubkey list --format text 2026-08-30 20:09:01.167078 UTC - Pubkey already registered 2026-08-30 20:09:01.167362 UTC - Run: slices bi infrastructure list --format csv --all --refresh 2026-08-30 20:09:03.429629 UTC - Refreshed infrastructure list. Total: 24 entries. 2026-08-30 20:09:03.429879 UTC - Check List Flavors 2026-08-30 20:09:03.430029 UTC - Run: slices bi --infra gr-volos-bi-vm1 flavor list -f json 2026-08-30 20:09:06.010932 UTC - Check List DiskImages 2026-08-30 20:09:06.011128 UTC - Run: slices bi --infra gr-volos-bi-vm1 diskimage list -f json 2026-08-30 20:09:07.891189 UTC - Requesting resources 2026-08-30 20:09:07.892995 UTC - Cloudinit user data: #!/bin/sh echo "Hello World. The time is now $(date -R)!" | tee '/user_data_output.txt' 2026-08-30 20:09:07.893142 UTC - Run: slices bi --infra gr-volos-bi-vm1 create tst --image 'Ubuntu 24.04.3' --flavor tiny --duration 2h --experiment tst-f4cd83a0 --user-data /tmp/tmprpoidmkl 2026-08-30 20:09:16.744617 UTC - Content of log file '/test_dir/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-08-30 20:09:16.744703 UTC - Content of log file '/test_dir/step_Requestingresource_command_1.txt': slices bi --infra gr-volos-bi-vm1 create tst --image 'Ubuntu 24.04.3' --flavor tiny --duration 2h --experiment tst-f4cd83a0 --user-data /tmp/tmprpoidmkl 2026-08-30 20:09:16.744778 UTC - Content of log file '/test_dir/create.txt': Could not create resource ❌ The server encountered an internal error while processing POST request on https://slices-bi.nitlab.uth.gr/apis/bi.slices-ri.eu/v1/projects/proj_account.ilabt.imec.be_5pzabws7n79ydsagfg3vntg590/experiments/exp_expauth.ilabt.imec.be_01m1a4mje2e3zssgr77c8xpz0g/resources/: Internal Server Error Please report this issue to support if the issue persists. Details stored at: /root/.slices/cli_error_details/err_2026-08-30T20:09:15+00:00.txt 2026-08-30 20:09:16.744804 UTC - Error in test step 'Requesting resource': "slices bi create" unexpected output 2026-08-30 20:09:16.744869 UTC - Destroying tst-f4cd83a0 tst 2026-08-30 20:09:16.745039 UTC - Run: slices bi --infra gr-volos-bi-vm1 destroy --experiment tst-f4cd83a0 tst 2026-08-30 20:09:24.389749 UTC - Content of log file '/test_dir/step_Destroy_command_1.txt': slices bi --infra gr-volos-bi-vm1 destroy --experiment tst-f4cd83a0 tst 2026-08-30 20:09:24.389925 UTC - Content of log file '/test_dir/destroy.txt': ╭───────────────────────────────────────────────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────────────────────────────────────────────╮ │ /root/.local/share/uv/tools/slices-cli/lib/python3.14/site-packages/slices_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 │ │ │ │ /root/.local/share/uv/tools/slices-cli/lib/python3.14/site-packages/httpx/_models.py:829 in raise_for_status │ │ │ │ 826 │ │ } │ │ 827 │ │ error_type = error_types.get(status_class, "Invalid status code") │ │ 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.nitlab.uth.gr/apis/bi.slices-ri.eu/v1/projects/proj_account.ilabt.imec.be_5pzabws7n79ydsagfg3vntg590/experiments/exp_expauth.ilabt.imec.be_01m1a4mje2e3zssgr77c8xpz0g/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) ──────────────────────────────────────────────────────────────────────────────────╮ │ /root/.local/share/uv/tools/slices-cli/lib/python3.14/site-packages/slices_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: D401 │ │ 82 │ │ try: │ │ ❱ 83 │ │ │ return func(*args, **kwargs) │ │ 84 │ │ except ApiResponseError as e: │ │ 85 │ │ │ if e._httpx_status_error.response.status_code in ( │ │ 86 │ │ │ │ 502, │ │ │ │ /root/.local/share/uv/tools/slices-cli/lib/python3.14/site-packages/slices_cli_bi/commands/bi.py:1289 in destroy_resource │ │ │ │ 1286 │ """ │ │ 1287 │ exp = bi_get_experiment(ctx, experiment) │ │ 1288 │ │ │ ❱ 1289 │ resources_to_delete: Collection[ComputeResource] = _get_requested_bi_resources( │ │ 1290 │ │ ctx, exp, resources, include_expired=False, include_terminated=False │ │ 1291 │ ) │ │ 1292 │ │ │ │ /root/.local/share/uv/tools/slices-cli/lib/python3.14/site-packages/slices_cli_bi/commands/bi.py:135 in _get_requested_bi_resources │ │ │ │ 132 │ │ │ ) │ │ 133 │ │ ) │ │ 134 │ │ │ ❱ 135 │ return [_get_resource(ctx, exp, resource_id) for resource_id in resources] │ │ 136 │ │ 137 │ │ 138 bi_app.add_typer( │ │ │ │ /root/.local/share/uv/tools/slices-cli/lib/python3.14/site-packages/slices_cli_bi/commands/bi.py:1040 in _get_resource │ │ │ │ 1037 │ │ │ ) │ │ 1038 │ │ │ raise typer.Exit(code=1) from err │ │ 1039 │ │ │ ❱ 1040 │ resources = ctx.obj.get_bi_resources_api_by_experiment(experiment).list() │ │ 1041 │ │ │ 1042 │ inactive_resource = None │ │ 1043 │ │ │ │ /root/.local/share/uv/tools/slices-cli/lib/python3.14/site-packages/slices_clientlib_bi/bi_resource.py:458 in list │ │ │ │ 455 │ │ if include_terminated is not None: │ │ 456 │ │ │ params["include_terminated"] = "true" if include_terminated else "false" │ │ 457 │ │ │ │ ❱ 458 │ │ return PagedCollection("resource", ComputeResource, self._base_path, self._client, params) │ │ 459 │ │ │ 460 │ def reboot(self, resource_id: str, type: Literal["SOFT", "HARD"]): │ │ 461 │ │ """Reboot the resource.""" │ │ │ │ /root/.local/share/uv/tools/slices-cli/lib/python3.14/site-packages/slices_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.nitlab.uth.gr/apis/bi.slices-ri.eu/v1/projects/proj_account.ilabt.imec.be_5pzabws7n79ydsagfg3vntg590/experiments/exp_expauth.ilabt.imec.be_01m1a4mje2e3zssgr77c8xpz0g/resources/): Internal Server Error 2026-08-30 20:09:24.390006 UTC - Error in test step 'Destroy': "slices bi destroy" failed (return value is 1) 2026-08-30 20:09:24.390061 UTC - Wait 2s before retry 2026-08-30 20:09:29.706764 UTC - Content of log file '/test_dir/step_DestroyRetry1_retry1_command_1.txt': slices bi --infra gr-volos-bi-vm1 destroy --experiment tst-f4cd83a0 tst 2026-08-30 20:09:29.706846 UTC - Content of log file '/test_dir/destroy_retry1.txt': Resource tst not found in experiment tst-f4cd83a0 on infrastructure gr-volos-bi-vm1 ❌ 2026-08-30 20:09:29.706870 UTC - Error in test step 'Destroy (Retry 1)': "slices bi destroy" failed (return value is 1) 2026-08-30 20:09:29.706920 UTC - Wait 2s before retry 2026-08-30 20:09:32.624553 UTC - Content of log file '/test_dir/step_DestroyRetry2_retry2_command_1.txt': slices bi --infra gr-volos-bi-vm1 destroy --experiment tst-f4cd83a0 tst 2026-08-30 20:09:32.624647 UTC - Content of log file '/test_dir/destroy_retry2.txt': Resource tst not found in experiment tst-f4cd83a0 on infrastructure gr-volos-bi-vm1 ❌ 2026-08-30 20:09:32.624678 UTC - Error in test step 'Destroy (Retry 2)': "slices bi destroy" failed (return value is 1) 2026-08-30 20:09:32.624775 UTC - Wait 2s before retry 2026-08-30 20:09:37.796491 UTC - Content of log file '/test_dir/step_DestroyRetry3_retry3_command_1.txt': slices bi --infra gr-volos-bi-vm1 destroy --experiment tst-f4cd83a0 tst 2026-08-30 20:09:37.796578 UTC - Content of log file '/test_dir/destroy_retry3.txt': Resource tst not found in experiment tst-f4cd83a0 on infrastructure gr-volos-bi-vm1 ❌ 2026-08-30 20:09:37.796603 UTC - Error in test step 'Destroy (Retry 3)': "slices bi destroy" failed (return value is 1)