GNU bug report logs -
#43763
guix deploy sometimes fail with error "failed to start Guile on remote host 'myhost'"
Previous Next
To reply to this bug, email your comments to 43763 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#43763
; Package
guix
.
(Fri, 02 Oct 2020 14:08:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Fri, 02 Oct 2020 14:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
Sometimes 'guix deploy' ends up failing near the end, with what looks
like:
--8<---------------cut here---------------start------------->8---
guix deploy: sending 180 store items (1,094 MiB) to 'myhost'...
[...] (progress bar)
guix deploy: error: failed to deploy mymachine: failed to start Guile on
remote host 'myhost'
--8<---------------cut here---------------end--------------->8---
Upon retrying the same 'guix deploy' command, it usually succeeds, e.g.:
--8<---------------cut here---------------start------------->8---
guix deploy: sending 8 store items (5 MiB) to 'myhost'...
guix deploy: successfully deployed mymachine
--8<---------------cut here---------------end--------------->8---
Thanks,
Maxim
Information forwarded
to
bug-guix <at> gnu.org
:
bug#43763
; Package
guix
.
(Fri, 02 Oct 2020 20:43:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 43763 <at> debbugs.gnu.org (full text, mbox):
Hi Maxim,
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> skribis:
> Sometimes 'guix deploy' ends up failing near the end, with what looks
> like:
>
> guix deploy: sending 180 store items (1,094 MiB) to 'myhost'...
> [...] (progress bar)
> guix deploy: error: failed to deploy mymachine: failed to start Guile on
> remote host 'myhost'
>
>
> Upon retrying the same 'guix deploy' command, it usually succeeds, e.g.:
>
> guix deploy: sending 8 store items (5 MiB) to 'myhost'...
> guix deploy: successfully deployed mymachine
I’ve seen it too, and I think it might be the same issue as described
here:
https://git.savannah.gnu.org/cgit/guix/maintenance.git/commit/?id=cdef930632d0a94b0d92bf4f5fc7227e75c6eb10
If that happens again, could you log in the target machine as root and
run:
find ~/.cache/guile | xargs ls -lrtd
That way you’ll see if some .go files have just been compiled, and also
if there are temporary .go.XYZ files in there (stemming from an
interrupted compilation process due to the timeout.)
Thanks,
Ludo’.
This bug report was last modified 4 years and 254 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.