From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id rZCJCvaQd1+zEQAA0tVLHw (envelope-from ) for ; Fri, 02 Oct 2020 20:43:34 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id cIPKBfaQd1/wDwAAB5/wlQ (envelope-from ) for ; Fri, 02 Oct 2020 20:43:34 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 566539402DA for ; Fri, 2 Oct 2020 20:43:33 +0000 (UTC) Received: from localhost ([::1]:58636 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kORtr-0001Vs-3l for larch@yhetil.org; Fri, 02 Oct 2020 16:43:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51486) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kORtO-0001Pk-Sn for bug-guix@gnu.org; Fri, 02 Oct 2020 16:43:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59343) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kORtN-0007m2-TX for bug-guix@gnu.org; Fri, 02 Oct 2020 16:43:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kORtN-0005aY-RD for bug-guix@gnu.org; Fri, 02 Oct 2020 16:43:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#43763: guix deploy sometimes fail with error "failed to start Guile on remote host 'myhost'" Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 02 Oct 2020 20:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43763 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxim Cournoyer Received: via spool by 43763-submit@debbugs.gnu.org id=B43763.160167133021410 (code B ref 43763); Fri, 02 Oct 2020 20:43:01 +0000 Received: (at 43763) by debbugs.gnu.org; 2 Oct 2020 20:42:10 +0000 Received: from localhost ([127.0.0.1]:42653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kORsY-0005ZG-62 for submit@debbugs.gnu.org; Fri, 02 Oct 2020 16:42:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kORsT-0005Yi-L7 for 43763@debbugs.gnu.org; Fri, 02 Oct 2020 16:42:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40301) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kORsM-0007eF-Kq; Fri, 02 Oct 2020 16:42:00 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=58280 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kORsJ-0007qa-Bf; Fri, 02 Oct 2020 16:41:57 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <871rigoh2v.fsf@gmail.com> Date: Fri, 02 Oct 2020 22:41:53 +0200 In-Reply-To: <871rigoh2v.fsf@gmail.com> (Maxim Cournoyer's message of "Fri, 02 Oct 2020 10:09:12 -0400") Message-ID: <87pn60icmm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 43763@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -1.51 X-TUID: U4hklLrxVGeK Hi Maxim, Maxim Cournoyer 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=E2=80=99ve seen it too, and I think it might be the same issue as describ= ed here: https://git.savannah.gnu.org/cgit/guix/maintenance.git/commit/?id=3Dcdef9= 30632d0a94b0d92bf4f5fc7227e75c6eb10 If that happens again, could you log in the target machine as root and run: find ~/.cache/guile | xargs ls -lrtd That way you=E2=80=99ll 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=E2=80=99.