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
time="2024-11-19T12:25:51Z" level=info msg="starting colima"
time="2024-11-19T12:25:51Z" level=info msg="runtime: docker"
time="2024-11-19T12:25:53Z" level=info msg="creating and starting ..." context=vm
time="2024-11-19T12:25:53Z" level=info msg="downloading disk image ..." context=vm
0.0%
1.0%
### 4.3%
... skip ....
######################################################################## 100.0%
time="2024-11-19T12:26:01Z" level=info msg="Terminal is not available, proceeding without opening an editor"
time="2024-11-19T12:26:01Z" level=info msg="Starting the instance \"colima\" with VM driver \"qemu\""
time="2024-11-19T12:26:01Z" level=info msg="QEMU binary \"/opt/homebrew/bin/qemu-system-aarch64\" seems properly signed with the \"com.apple.security.hypervisor\" entitlement"
time="2024-11-19T12:26:01Z" level=info msg="Attempting to download the image" arch=aarch64 digest= location=/Users/runner/Library/Caches/colima/caches/fc0bfb9256e1f61294f2c41fc95ff4feb6c0daafccfb3b435e2d972e39bc8432.raw
time="2024-11-19T12:26:01Z" level=info msg="Downloaded the image from \"/Users/runner/Library/Caches/colima/caches/fc0bfb9256e1f61294f2c41fc95ff4feb6c0daafccfb3b435e2d972e39bc8432.raw\""
time="2024-11-19T12:26:02Z" level=info msg="[hostagent] hostagent socket created at /Users/runner/.colima/_lima/colima/ha.sock"
time="2024-11-19T12:26:02Z" level=info msg="[hostagent] Using system firmware (\"/opt/homebrew/share/qemu/edk2-aarch64-code.fd\")"
time="2024-11-19T12:26:02Z" level=info msg="[hostagent] Starting QEMU (hint: to watch the boot progress, see \"/Users/runner/.colima/_lima/colima/serial*.log\")"
time="2024-11-19T12:26:02Z" level=info msg="SSH Local Port: 49214"
time="2024-11-19T12:26:02Z" level=info msg="[hostagent] Waiting for the essential requirement 1 of 4: \"ssh\""
time="2024-11-19T12:26:02Z" level=info msg="[hostagent] Driver stopped due to error: \"signal: abort trap\""
time="2024-11-19T12:26:02Z" level=info msg="[hostagent] Shutting down the host agent"
time="2024-11-19T12:26:02Z" level=warning msg="[hostagent] failed to exit SSH master" error="failed to execute `ssh -O exit -p 49214 [127](https://github.com/beyonddemise/code-with-quarkus/actions/runs/11912991896/job/33197753821#step:3:128).0.0.1`, out=\"Control socket connect(/Users/runner/.colima/_lima/colima/ssh.sock): No such file or directory\\r\\n\": exit status 255"
time="2024-11-19T12:26:02Z" level=info msg="[hostagent] Shutting down QEMU with ACPI"
time="2024-11-19T12:26:02Z" level=warning msg="[hostagent] Failed to remove SSH binding for port 49214"
time="2024-11-19T12:26:02Z" level=warning msg="[hostagent] failed to open the QMP socket \"/Users/runner/.colima/_lima/colima/qmp.sock\", forcibly killing QEMU" error="dial unix /Users/runner/.colima/_lima/colima/qmp.sock: connect: connection refused"
time="2024-11-19T12:26:02Z" level=info msg="[hostagent] QEMU has already exited"
time="2024-11-19T12:26:02Z" level=fatal msg="exiting, status={Running:false Degraded:false Exiting:true Errors:[] SSHLocalPort:0} (hint: see \"/Users/runner/.colima/_lima/colima/ha.stderr.log\")"
time="2024-11-19T12:26:02Z" level=fatal msg="error starting vm: error at 'creating and starting': exit status 1"
Error: Process completed with exit code 1.
This line peeked my attention:
time="2024-11-19T12:26:02Z" level=info msg="[hostagent] Waiting for the essential requirement 1 of 4: \"ssh\""
Does that mean there is no ssh? or what else do I miss?
ActionsBuild, test, and automate your deployment pipeline with world-class CI/CDQuestion
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Select Topic Area
Question
Body
I need Docker in a macOS pipeline. So far I failed. What I tried:
When it starts I get those log entries
This line peeked my attention:
Does that mean there is no ssh? or what else do I miss?
Beta Was this translation helpful? Give feedback.
All reactions