Skip to content
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

Demanding builds can starve the runner process and kill the job #28

Open
jaimergp opened this issue Feb 28, 2024 · 0 comments
Open

Demanding builds can starve the runner process and kill the job #28

jaimergp opened this issue Feb 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jaimergp
Copy link
Collaborator

This is a known issue, which presents with the following symptoms:

  • The job logs UI is irresponsive. They can be missing or reporting "In progress" when indeed they failed a while ago.
image
  • The raw logs only show the first few lines:
2024-02-28T04:21:10.5308211Z Requested labels: cirun-openstack-cpu-large--8075232475-linux_aarch64_, linux, x64, self-hosted
2024-02-28T04:21:10.5308629Z Job defined at: conda-forge/mongodb-feedstock/.github/workflows/conda-build.yml@refs/pull/80/merge
2024-02-28T04:21:10.5308806Z Waiting for a runner to pick up this job...
2024-02-28T04:22:29.1192514Z Job is about to start running on the runner: cirun-conda-forge--mongodb-feedstock-fd6a0cc (repository)
  • The jobs Summary UI shows the following annotation / error:

The self-hosted runner: cirun-conda-forge--mongodb-feedstock-fd6a0cc lost communication with the server. Verify the machine is running and has a healthy network connection. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.


The solution is to either reduce resource usage or, if there are no other options, upgrade to a larger runner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant