cirruslabs / tart

macOS and Linux VMs on Apple Silicon to use in CI and other automations
https://tart.run
Other
3.67k stars 103 forks source link

Empty remote archive when using --dir #684

Closed ruimarinho closed 7 months ago

ruimarinho commented 7 months ago

Hi,

Using tart v2.4.1, the directory ghar is empty under /Volumes/My Shared Files:

user@mac ~ % tart clone ghcr.io/cirruslabs/macos-sonoma-xcode:15.0.1 sonoma-base
user@mac ~ % tart run --dir=ghar:https://github.com/actions/runner/releases/download/v2.309.0/actions-runner-osx-arm64-2.309.0.tar.gz sonoma-base
Downloading https://github.com/actions/runner/releases/download/v2.309.0/actions-runner-osx-arm64-2.309.0.tar.gz...
Cached for future invocations!
zsh: segmentation fault  tart run  sonoma-base

user@mac ~ % tart run --dir=ghar:https://github.com/actions/runner/releases/download/v2.309.0/actions-runner-osx-arm64-2.309.0.tar.gz sonoma-base
Downloading https://github.com/actions/runner/releases/download/v2.309.0/actions-runner-osx-arm64-2.309.0.tar.gz...
Cached for future invocations!
Unarchived into a temporary directory!
^C%

The segment fault is obviously concerning, but I cannot replicate it at this time. Host is running Sonoma.