Oleg Pykhalov <go.wig...@gmail.com> skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Hi, >> >> Oleg Pykhalov <go.wig...@gmail.com> skribis: >> >>> process 5294 acquired build slot '/var/guix/offload/magnolia.local/0' >>> waiting for locks or build slots... >>> process 5294 acquired build slot '/var/guix/offload/magnolia.local/0' >>> process 5294 acquired build slot '/var/guix/offload/magnolia.local/0' >>> process 5294 acquired build slot '/var/guix/offload/magnolia.local/0' >>> process 5294 acquired build slot '/var/guix/offload/magnolia.local/0' >>> process 5294 acquired build slot '/var/guix/offload/magnolia.local/0' >>> C-c C-c >> >> When that happens, could you check how many ‘guix offload’ processes are >> running? >> >> Also, are you sure that the build machine is eligible for offloading >> (matching system type, normalized load is below 2.0, etc.)? > > Yes, machine is totally free for load.
Hmm could it be that ‘machine-load’ in (guix scripts offload) always returns +inf.0, for instance because it fails to run “cat /proc/loadavg” on the remote machine? (If it succeeded we would see the message “load on machine XYZ is N”.) https://git.savannah.gnu.org/cgit/guix.git/tree/guix/scripts/offload.scm#n393 What does “ssh USER@magnolia.local -i KEY cat /proc/loadavg” return, where USER and KEY are those specified in your machines.scm file? HTH, Ludo’.