-
Notifications
You must be signed in to change notification settings - Fork 26
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
Errored during testing (received signal: KILL) #59
Comments
There's no time limit from the action specifically, you might have configured a timeout in the workflow. The default (and maximum?) is 6 hours. I'm not entirely sure if I remember correctly, but this may also be caused by running out of memory. Is there a chance that might be it? |
We've had this issue recently as well: https://github.com/CliMA/ClimaCore.jl/actions/runs/3661766725/jobs/6190294187#step:7:517
It's not timing out (this occurred at 36 mins, we have a 60 min limit). The tests seem to pass when switching to |
Maybe code coverage is the problem? By default, IIRC, this action will turn code coverage on. |
It doesn't appear to be an OOM (that is usually exit code 137) |
Ah, you're right, it does appear to be coverage related: |
This action has a |
@bradcarman Can you try disabling coverage, to see if that fixes your original issue? |
Ah, ok: so what I think is happening is that the new process |
To confirm this, could you run a workflow step with the same process launched by If it's an OOM-issue, I'm not sure there's anything we can do in the action to prevent it, though. |
I was able to confirm it by running You're right we probably can't do much to prevent it, but ideally we would be able to give a more informative error message? |
One option might be to use the |
In our case, enabling coverage does make it a lot worse |
Is there a time limit that is invoked? I received the following error:
This happened 54minutes into the job. I'm assuming I reached some kind of time limit? Is it possible to extend it?
The text was updated successfully, but these errors were encountered: