You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hosted runner: GitHub Actions 2 lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
It's possible that evaluation of your flake is too expensive for the type of runner you have setup, seeing that "starves it for CPU/Memory" part of the error message. I just cloned your repo and ran the nix flake show command we run as a part of our evaluation checks in flakehub-push and got this:
$ command time nix flake show --all-systems --json --no-write-lock-file
[...snip...]
23.54user 3.15system 0:27.55elapsed 96%CPU (0avgtext+0avgdata 11787476maxresident)k
28058inputs+257outputs (86major+2945802minor)pagefaults 0swaps
Converting that maxresident value to GiB gives me:
https://github.com/astro/microvm.nix/actions/workflows/flakehub-publish-rolling.yml
The text was updated successfully, but these errors were encountered: