Inconsistent Build Outputs and SIGKILL Error with Next #5360
Replies: 15 comments 11 replies
-
Thanks for reaching out, Aaron. I have a few questions to help guide investigation into this issue.
|
Beta Was this translation helpful? Give feedback.
-
We are experiencing the same problem with our app. I am not sure if is it after the app router transition or not, but it is exactly as @aaronisrael described. node: 18.x The feeling is that every 2nd deployment fails/succeeds. Only one of the successful deployments from the screenshot is not redeployed. |
Beta Was this translation helpful? Give feedback.
-
Thanks for waiting. It looks like both of you are seeing a pattern of some successful builds, some time-outs, and some builds that fail long before they time out. Please let me know if I missed anything or misunderstood. I have a few more questions. 🙇
If you are able to share a deployment link or the name of the project, I can use that to look for additional log info about the error |
Beta Was this translation helpful? Give feedback.
-
This is a serious issue and no way to identify what is causing the issue. @vercel-infra needs to look into this as locally it builds in less than 100 seconds but on Vercel is shows -SIGKILL after 3-6 seconds. |
Beta Was this translation helpful? Give feedback.
-
I believe we've identified the issue: it seems to be related to the runtime |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I had this same issue for the last few months. Tried everything but what did it for me was setting |
Beta Was this translation helpful? Give feedback.
-
Running into this same issue on this repo. Random builds fail seemingly without reason due to running out of memory. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, this has started happening to me regardless of the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I too am having this issue. Removing the build cache does not help. |
Beta Was this translation helpful? Give feedback.
-
I'm having this issue too!, it's take 15-20 min for the auto-build phrase then have a "SIGKILL" ERROR |
Beta Was this translation helpful? Give feedback.
-
A project I work on (Vercel, NextJS 13.5, Node 18.19) has been seeing flakey SIGKILL errors on our builds since around June this year. It got particularly bad in the past few weeks, so we tried a few of the solutions proposed here:
The flakiness of the builds was pretty bad, redeploying didn't help and seemed to have the same odds of success as our automated builds. |
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
-
Summary
Issue
When attempting to build our latest Next app on Vercel, we encounter inconsistent build outputs. The build process results in one of the following outcomes:
Build Completed
Build Failed - "Your deployment's build step did not complete within the maximum of 45 minutes."
Build Failed - "Command failed with signal 'SIGKILL'."
Additional Information
We added VERCEL_BUILD_SYSTEM_REPORT=1 to gather additional debug data, but it did not provide any useful information. And adding FORCE_PARALLEL_BUILDS=1 didn't improve our inconstant builds.
Example
No response
Steps to Reproduce
The issue occurs randomly during the build process, making it challenging to pinpoint specific steps to reproduce the problem consistently.
Beta Was this translation helpful? Give feedback.
All reactions