We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recently updated to the latest version
Should install like it used to
Tell us what happens instead
{"level":"debug","msg":"executing ssh for exiting the master: /usr/bin/ssh [ssh -F /dev/null -o IdentityFile=\"/Users/runner/.lima/_config/user\" -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o NoHostAuthenticationForLocalhost=yes -o GSSAPIAuthentication=no -o PreferredAuthentications=publickey -o Compression=no -o BatchMode=yes -o IdentitiesOnly=yes -o Ciphers=\"^[email protected],[email protected]\" -o User=runner -o ControlMaster=auto -o ControlPath=\"/Users/runner/.lima/docker-actions-toolkit/ssh.sock\" -o ControlPersist=yes -O exit -p 49206 127.0.0.1]","time":"2024-05-02T03:34:35Z"} {"error":"failed to execute `ssh -O exit -p 49206 127.0.0.1`, out=\"Control socket connect(/Users/runner/.lima/docker-actions-toolkit/ssh.sock): No such file or directory\\r\\n\": exit status 255","level":"warning","msg":"failed to exit SSH master","time":"2024-05-02T03:34:35Z"} {"level":"info","msg":"Shutting down QEMU with ACPI","time":"2024-05-02T03:34:35Z"} {"error":"dial unix /Users/runner/.lima/docker-actions-toolkit/qmp.sock: connect: connection refused","level":"warning","msg":"failed to open the QMP socket \"/Users/runner/.lima/docker-actions-toolkit/qmp.sock\", forcibly killing QEMU","time":"2024-05-02T03:34:35Z"} {"level":"info","msg":"QEMU has already exited","time":"2024-05-02T03:34:35Z"}
https://github.com/hofstadter-io/hof/blob/update-cue/.github/workflows/hof.yml#L49
runs-on: macos-latest ... - name: Set up Docker uses: crazy-max/ghaction-setup-docker@v3 with: version: v24.0.7 env: SIGN_QEMU_BINARY: "1" COLIMA_START_ARGS: --cpus 3 --memory 10 --disk 12 if: ${{ startsWith( runner.os, 'macos') }}
https://github.com/hofstadter-io/hof/actions/runs/8917966055/job/24491846313#step:6:297
The text was updated successfully, but these errors were encountered:
This might be related to the macos-latest now being M1 based?
macos-latest
Sorry, something went wrong.
linking because others are seeing similar in other context, might be helpful: ReactiveCircus/android-emulator-runner#350
Yes this related to #53
See disclaimer in the README:
ghaction-setup-docker/README.md
Lines 12 to 17 in bca5e4d
No branches or pull requests
Behaviour
Steps to reproduce this issue
Recently updated to the latest version
Expected behaviour
Actual behaviour
Configuration
https://github.com/hofstadter-io/hof/blob/update-cue/.github/workflows/hof.yml#L49
Logs
https://github.com/hofstadter-io/hof/actions/runs/8917966055/job/24491846313#step:6:297
The text was updated successfully, but these errors were encountered: