You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCSfuse installation failed on the remote cluster, due to the missing package fuse
E 01-20 22:50:50 subprocess_utils.py:149]
E 01-20 22:50:50 subprocess_utils.py:149] 2025-01-20 22:50:49 (76.0 MB/s) - ‘/tmp/gcsfuse.deb’ saved [10661808/10661808]
E 01-20 22:50:50 subprocess_utils.py:149]
E 01-20 22:50:50 subprocess_utils.py:149] Selecting previously unselected package gcsfuse.
E 01-20 22:50:50 subprocess_utils.py:149] (Reading database ... 21417 files and directories currently installed.)
E 01-20 22:50:50 subprocess_utils.py:149] Preparing to unpack /tmp/gcsfuse.deb ...
E 01-20 22:50:50 subprocess_utils.py:149] Unpacking gcsfuse (2.2.0) ...
E 01-20 22:50:50 subprocess_utils.py:149] dpkg: dependency problems prevent configuration of gcsfuse:
E 01-20 22:50:50 subprocess_utils.py:149] gcsfuse depends on fuse; however:
E 01-20 22:50:50 subprocess_utils.py:149] Package fuse is not configured yet.
E 01-20 22:50:50 subprocess_utils.py:149]
E 01-20 22:50:50 subprocess_utils.py:149] dpkg: error processing package gcsfuse (--install):
E 01-20 22:50:50 subprocess_utils.py:149] dependency problems - leaving unconfigured
E 01-20 22:50:50 subprocess_utils.py:149] Errors were encountered while processing:
E 01-20 22:50:50 subprocess_utils.py:149] gcsfuse
E 01-20 22:50:50 subprocess_utils.py:149] command terminated with exit code 1
E 01-20 22:50:50 subprocess_utils.py:149]
E 01-20 22:50:51 sdk.py:1450] === Traceback on SkyPilot API Server ===^M
E 01-20 22:50:51 sdk.py:1450] Traceback (most recent call last):^M
E 01-20 22:50:51 sdk.py:1450] File "/skypilot/sky/server/requests/executor.py", line 236, in _wrapper^M
E 01-20 22:50:51 sdk.py:1450] return_value = func(**request_body.to_kwargs())^M
E 01-20 22:50:51 sdk.py:1450] File "/skypilot/sky/utils/common_utils.py", line 423, in _record^M
E 01-20 22:50:51 sdk.py:1450] return f(*args, **kwargs)^M
E 01-20 22:50:51 sdk.py:1450] File "/skypilot/sky/utils/common_utils.py", line 423, in _record^M
E 01-20 22:50:51 sdk.py:1450] return f(*args, **kwargs)^M
E 01-20 22:50:51 sdk.py:1450] File "/skypilot/sky/execution.py", line 532, in launch^M
E 01-20 22:50:51 sdk.py:1450] return _execute(^M
E 01-20 22:50:51 sdk.py:1450] File "/skypilot/sky/execution.py", line 338, in _execute^M
E 01-20 22:50:51 sdk.py:1450] backend.sync_file_mounts(handle, task.file_mounts,^M
E 01-20 22:50:51 sdk.py:1450] File "/skypilot/sky/utils/common_utils.py", line 423, in _record^M
E 01-20 22:50:51 sdk.py:1450] return f(*args, **kwargs)^M
E 01-20 22:50:51 sdk.py:1450] File "/skypilot/sky/utils/common_utils.py", line 403, in _record^M
E 01-20 22:50:51 sdk.py:1450] return f(*args, **kwargs)^M
E 01-20 22:50:51 sdk.py:1450] File "/skypilot/sky/backends/backend.py", line 101, in sync_file_mounts^M
E 01-20 22:50:51 sdk.py:1450] return self._sync_file_mounts(handle, all_file_mounts, storage_mounts)^M
E 01-20 22:50:51 sdk.py:1450] File "/skypilot/sky/backends/cloud_vm_ray_backend.py", line 3240, in _sync_file_mounts^M
E 01-20 22:50:51 sdk.py:1450] self._execute_storage_mounts(handle, storage_mounts)^M
E 01-20 22:50:51 sdk.py:1450] File "/skypilot/sky/backends/cloud_vm_ray_backend.py", line 4898, in _execute_storage_mounts^M
E 01-20 22:50:51 sdk.py:1450] raise exceptions.CommandError(^M
E 01-20 22:50:51 sdk.py:1450] sky.exceptions.CommandError: Command to mount failed with return code 1.^M
The text was updated successfully, but these errors were encountered:
Michaelvll
changed the title
[Test] pytest tests/test_smoke.py::test_docker_storage_mounts[docker:continuumio/miniconda3:24.1.2-0] fail due to gcsfuse installation failure
[Test] Fail to install gcsfuse due to missing fuse pacakge
Jan 20, 2025
pytest tests/test_smoke.py::test_docker_storage_mounts[docker:continuumio/miniconda3:24.1.2-0] --kubernetes
GCSfuse installation failed on the remote cluster, due to the missing package
fuse
The text was updated successfully, but these errors were encountered: