-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
nix insists it is "unable to start any build; either increase --max-jobs or enable remote builders" even though it should be remote building #3806
Labels
Comments
Hm, on second glance, I don't have |
Here we go, I did have an execution that was running on the remote until I stopped it. Direct paste:
|
If I run it with
|
For sake of completeness, the build does work when I tell nix that the remote daemon can
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
nix insists it is "unable to start any build; either increase --max-jobs or enable remote builders".
The problem is, I am invoking the same command that I was just invoking and running on a remote builder:
but then try again fails 30 seconds later (and 60, and 90 seconds later)
I am
ssh
'd tonixos
and there is no cpu load at all and no builds that I see going. I don't know who is wrong (my local CLI or remote daemon) but something seems wrong.Steps To Reproduce
I don't know how easy this is to repro. I'd been doing this same process over the last few days with this same remote builder without issue...
Important Information
local machine (nix build)
remote machine (builder)
The text was updated successfully, but these errors were encountered: