-
Notifications
You must be signed in to change notification settings - Fork 14
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] Script has finished with exit code 'null' #16
Comments
Any news here? I'm getting the same issue |
Same issue here |
The error is thrown on this line:
The status comes from the script invocation here: configure-pagefile-action/src/configure-pagefile.ts Lines 30 to 32 in 86589fd
According to Node.js docs this can occur when the process is terminated by a signal.
https://nodejs.org/api/child_process.html#child_processspawnsynccommand-args-options I suspect this would be happening due to the configured 60-second timeout sending a cancelation signal. This is supported by our instance of the failure. https://github.com/typelevel/cats-effect/actions/runs/5103462698/jobs/9179188983?pr=3605#step:19:16 Therefore I propose to increase the timeout. |
Ah, seems there was already a PR for that 😅 |
it can time out and we don't need it for all jobs, so just allow errors for now. See al-cheb/configure-pagefile-action#16
it can time out and we don't need it for all jobs, so just allow errors for now. See al-cheb/configure-pagefile-action#16
The script is occasionally flaky, resulting in
Script has finished with exit code 'null'
. Can't reproduce.YAML
https://github.com/ankidroid/Anki-Android/blob/8e683f4919d80a541fa10eeb9ea4cfc17d451322/.github/workflows/tests_unit.yml#L55-L62
Full Log
Other instances (no logs)
The text was updated successfully, but these errors were encountered: