-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
🐛 Bug - "Gatsby Build" job is failing due to whitespace issues #1448
Comments
PR that fixes whitespace issue - SSWConsulting/SSW.Rules.Content#9142 |
cc: @adamcogan @bradystroud @Calinator444 @tkapa @wicksipedia @tiagov8 Hi Team, This issue was closed as mistake. It was same problem, so we don't need to add new tasks. PRs that has fixed issue: |
Error message as it will not be retained in the workflow runs <--- Last few GCs ---> [2729:0x74ed2f0] 64642 ms: Mark-Compact 4055.1 (4134.3) -> 4040.0 (4135.1) MB, 2818.76 / 0.00 ms (average mu = 0.112, current mu = 0.010) allocation failure; scavenge might not succeed <--- JS stacktrace ---> FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory 1: 0xb84bd6 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [/opt/hostedtoolcache/node/20.12.0/x64/bin/node] WebpackError:Worker exited before finishing task Error: Process completed with exit code 1. |
Drafted PR for the 3rd task: |
✅ Done - created Issue on gatsby repo - gatsbyjs/gatsby#39136 |
CC: @bradystroud I did some additional investigation: The build issue only seems to occur with white lines that are only whit spaces. It's fine to have spaces at the end of your frontmatter fields. |
Cc: @bradystroud @JackDevAU
Hi Team,
The Gatsby Build job is failing on workflow runs and it is blocking deployments to Production, Staging, and PR merges.
After investigation with Brady, we have found the whitespace was causing failure on build.
Expected Behavior
Gatsby Build job runs
Tasks
Screenshots
Figure: https://github.com/SSWConsulting/SSW.Rules/actions/workflows/build-deploy-production.yml
Thanks!
The text was updated successfully, but these errors were encountered: