Error: release command failed - aborting deployment. error running release_command machine: timeout reached waiting for machine to stopped failed to wait for VM
This has broken CI/CD pipe and I have no idea what to do. Equally frustrated!
Can you share the output of LOG_LEVEL=debug fly deploy --local-only?
Can you run them with LOG_LEVEL=debug?
I can see that machine never managed to start up (potentially related to a corrupted docker image, not sure). I also see that your app is running normally now, right? Let me know if you need further help.
Error: release command failed - aborting deployment. error running release_command machine: timeout reached waiting for machine to stopped failed to wait for VM 28650eebed0948 in stopped state
API node.js
I have another issue related to the deploy :
and i have package-lock.json
=> ERROR [build 2/4] COPY --link package-lock.json package.json ./ 0.0s
------
> [build 2/4] COPY --link package-lock.json package.json ./:
------
Error: failed to fetch an image or build from source: error building: failed to solve: failed to compute cache key: "/package-lock.json" not found: not found
In my case, the issue seems to be caused by some platform change related to high availabiluty. I realized that the deploys started creating an additional machines for my app. This exceeded the machines limit because I also create a machine to ship logs to Logtail.