Test run: - Start at Tue Aug 11 09:09:20 UTC 2026 - Docker image: "monitor-test-runner:scli-pre-latest" - Container name: "test-run-986e4af8-a7df-4016-9602-7900ebd87a5d" - Runner git commit: cac2d3fe617654e5d3c5426909e1ad56a39ee697 2026-07-29T10:37:00+02:00 Building slices-monitor-test-runner @ file:///app Built slices-monitor-test-runner @ file:///app Uninstalled 1 package in 1ms Installed 1 package in 1ms Run Test: slices-bi-singlenode-login 2026-08-11 09:09:24.101409 UTC - Upgrading Slices CLI (latest, with --pre). 2026-08-11 09:09:24.101986 UTC - Run: /usr/local/bin/uv pip compile --pre --upgrade /tmp/tmp9sssr95o.package_name --index=https://doc.slices-ri.eu/pypi/ 2026-08-11 09:09:30.230650 UTC - Run: /usr/local/bin/uv pip sync /test_dir/pip_compile_update_slices-cli.txt --index=https://doc.slices-ri.eu/pypi/ 2026-08-11 09:09:45.632550 UTC - Slices CLI upgraded. 2026-08-11 09:09:45.632862 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-11 09:09:45.637273 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-11 09:09:45.637391 UTC - env: {'PATH': '/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin/:/opt/slices-cli-pre-uv-venv/bin', 'COLUMNS': '200'} 2026-08-11 09:09:45.637479 UTC - which slices: /app/.venv/bin/slices 2026-08-11 09:09:45.637501 UTC - Slices CLI exe: '/other_venv/bin/slices' 2026-08-11 09:09:45.637518 UTC - Slices CLI venv path: '/opt/slices-cli-pre-uv-venv/' 2026-08-11 09:09:45.637661 UTC - Run: slices --version 2026-08-11 09:09:45.640518 UTC - Content of log file '/test_dir/step_CheckCLI_command_1.txt': /other_venv/bin/slices --version 2026-08-11 09:09:45.640557 UTC - Error in test step 'Check CLI': [Errno 2] No such file or directory: '/other_venv/bin/slices' ERROR:slices_monitor_test_runner.main:Test BLOCKED 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_singlenode_login.py", line 1592, in run self._set_slices_cli_version() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/app/src/slices_monitor_test_runner/test_runners/slices_singlenode_login.py", line 440, in _set_slices_cli_version version_retval = run_process( self, ...<4 lines>... timeout_s=2 * 60, ) File "/app/src/slices_monitor_test_runner/test_runners/process_util.py", line 47, in run_process Popen(args, stdout=stdout, stderr=stderr, stdin=None, env=env) as proc, # noqa: S603 ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/subprocess.py", line 1039, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pass_fds, cwd, env, ^^^^^^^^^^^^^^^^^^^ ...<5 lines>... gid, gids, uid, umask, ^^^^^^^^^^^^^^^^^^^^^^ start_new_session, process_group) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/subprocess.py", line 1875, in _execute_child self._posix_spawn(args, executable, env, restore_signals, close_fds, ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ p2cread, p2cwrite, ^^^^^^^^^^^^^^^^^^ c2pread, c2pwrite, ^^^^^^^^^^^^^^^^^^ errread, errwrite) ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/subprocess.py", line 1819, in _posix_spawn self.pid = os.posix_spawn(executable, args, env, **kwargs) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/other_venv/bin/slices' 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 76, in run_test return _get_test_by_test_spec(steps, test_dir, test_spec).run() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/app/src/slices_monitor_test_runner/test_runners/slices_singlenode_login.py", line 1586, in run with self.step( ~~~~~~~~~^ "Check CLI", ^^^^^^^^^^^^ ...<2 lines>... blocked_msg="Failed to check slices CLI version", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ 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 213, in step raise SlicesTestBlocked( ...<3 lines>... ) from e slices_monitor_test_runner.exceptions.SlicesTestBlocked: Step 'Check CLI' BLOCKED