dashpay / platform

L2 solution for seriously fast decentralized applications for the Dash network
https://dashplatform.readme.io/docs/introduction-what-is-dash-platform
MIT License
74 stars 39 forks source link

dashmate release build for macOS is failing from time to time #2154

Open shumkov opened 2 months ago

shumkov commented 2 months ago

Expected Behavior

Github action job should pass

Current Behavior

It's falling from time to time

Possible Solution

Update runner to macOS 14

Steps to Reproduce (for bugs)

restart job until it failed?

Context

Your Environment

shumkov commented 2 months ago

After upgrade to macos 14

time="2024-09-27T08:58:29Z" level=info msg="Terminal is not available, proceeding without opening an editor"
time="2024-09-27T08:58:29Z" level=info msg="Starting the instance \"colima\" with VM driver \"qemu\""
time="2024-09-27T08:58:30Z" level=info msg="QEMU binary \"/opt/homebrew/bin/qemu-system-aarch64\" seems properly signed with the \"com.apple.security.hypervisor\" entitlement"
time="2024-09-27T08:58:30Z" level=info msg="Attempting to download the image" arch=aarch64 digest= location=/Users/runner/Library/Caches/colima/caches/fc0bfb9256e1f61294f2c41fc95ff4feb6c0daafccfb3b435e2d972e39bc8432.raw
time="2024-09-27T08:58:30Z" level=info msg="Downloaded the image from \"/Users/runner/Library/Caches/colima/caches/fc0bfb9256e1f61294f2c41fc95ff4feb6c0daafccfb3b435e2d972e39bc8432.raw\""
time="2024-09-27T08:58:30Z" level=info msg="[hostagent] hostagent socket created at /Users/runner/.colima/_lima/colima/ha.sock"
time="2024-09-27T08:58:30Z" level=info msg="[hostagent] Using system firmware (\"/opt/homebrew/share/qemu/edk2-aarch64-code.fd\")"
time="2024-09-27T08:58:30Z" level=info msg="[hostagent] Starting QEMU (hint: to watch the boot progress, see \"/Users/runner/.colima/_lima/colima/serial*.log\")"
time="2024-09-27T08:58:30Z" level=info msg="SSH Local Port: 49224"
time="2024-09-27T08:58:30Z" level=info msg="[hostagent] Waiting for the essential requirement 1 of 4: \"ssh\""
time="2024-09-27T08:58:30Z" level=info msg="[hostagent] Driver stopped due to error: \"signal: abort trap\""
time="2024-09-27T08:58:30Z" level=info msg="[hostagent] Shutting down the host agent"
time="2024-09-27T08:58:30Z" level=warning msg="[hostagent] failed to exit SSH master" error="failed to execute `ssh -O exit -p 49224 127.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-09-27T08:58:30Z" level=info msg="[hostagent] Shutting down QEMU with ACPI"
time="2024-09-27T08:58:30Z" level=warning msg="[hostagent] Failed to remove SSH binding for port 49224"
time="2024-09-27T08:58:30Z" 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-09-27T08:58:30Z" level=info msg="[hostagent] QEMU has already exited"
time="2024-09-27T08:58:30Z" 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-09-27T08:58:30Z" level=fatal msg="error starting vm: error at 'creating and starting': exit status 1"
pshenmic commented 1 month ago

Implemented in https://github.com/dashpay/platform/pull/2188

can be closed I guess