OSError: [Errno 28] No space left on device During handling of the above exception, another exception occurred: ╭───────────────────────────────────────────────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────────────────────────────────────────────╮ │ /app/.venv/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, │ │ │ │ /app/.venv/lib/python3.14/site-packages/slices_cli_bi/commands/bi.py:2215 in ssh_to_resource │ │ │ │ 2212 │ │ proxy = ProxyOption.on │ │ 2213 │ │ │ 2214 │ exp, compute_resource, ssh_login, can_connect, ssh_command_options, destination, ssh_config_jump_proxy = ( │ │ ❱ 2215 │ │ _ssh_common(ctx, resource, experiment, proxy) │ │ 2216 │ ) │ │ 2217 │ │ │ 2218 │ command = [ │ │ │ │ /app/.venv/lib/python3.14/site-packages/slices_cli_bi/commands/bi.py:2143 in _ssh_common │ │ │ │ 2140 │ │ ResourceState.UP, │ │ 2141 │ ): │ │ 2142 │ │ SSHKnownHostsManager().cleanup_expired() │ │ ❱ 2143 │ │ SSHKnownHostsManager().add_login(compute_resource, ssh_login) │ │ 2144 │ │ │ │ 2145 │ │ for jump_proxy in jump_proxies: │ │ 2146 │ │ │ SSHKnownHostsManager().add_login(compute_resource, jump_proxy) │ │ │ │ /app/.venv/lib/python3.14/site-packages/slices_cli_bi/util/ssh_known_hosts.py:108 in add_login │ │ │ │ 105 │ │ │ │ # I don't like that bastion is deleted. It's inconvenient... │ │ 106 │ │ │ │ changed = self.edit.add_to_known_hosts(ssh_login.jump_proxy.host, public_key) or changed │ │ 107 │ │ │ │ ❱ 108 │ │ self._append_to_history_file(extra_history_entries) │ │ 109 │ │ │ │ 110 │ │ return changed │ │ 111 │ │ │ │ /app/.venv/lib/python3.14/site-packages/slices_cli_bi/util/ssh_known_hosts.py:64 in _append_to_history_file │ │ │ │ 61 │ │ if not self.known_hosts_history_file.parent.exists(): │ │ 62 │ │ │ self.known_hosts_history_file.parent.mkdir(parents=True, exist_ok=True) │ │ 63 │ │ │ │ ❱ 64 │ │ with self.known_hosts_history_file.open("a") as f: │ │ 65 │ │ │ for entry in entries: │ │ 66 │ │ │ │ f.write(json_encode(entry).decode().replace("\n", "") + "\n") │ │ 67 │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ OSError: [Errno 28] No space left on device