From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 17 18:55:35 2023 Received: (at 61839) by debbugs.gnu.org; 17 Apr 2023 22:55:35 +0000 Received: from localhost ([127.0.0.1]:57154 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poXl1-0008RT-9Q for submit@debbugs.gnu.org; Mon, 17 Apr 2023 18:55:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59892) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poXky-0008RG-Oq for 61839@debbugs.gnu.org; Mon, 17 Apr 2023 18:55:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poXks-00028Y-Mo; Mon, 17 Apr 2023 18:55:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=8/7uXQWdXdN9WS7JoSCh8JZZYXXLVe40koqpM5e5VME=; b=aTPpXzp+RWfa7BNSly2K +yUSDOjIyFQQZ/9OpPb1q2hTNEOnMzcG0rPmBHsJ+e66snk1NTQbsZEpEMiw9gCXhbt4PVsK7xSS9 /zY2ZkoVZYE87cAsjsV5E94TqGFq97hCeTuZWA65Q6RtaiiOehKX+IthU6vCsXxo9gqsHasrHvLPT Cn8bsqjVLfuQy4GS2p/8nsBK7BpuqqDrn9Olp73aFW6/Ov0890SYmMETfFQ2+qs9dPOBsJSGHHx8j NiCMnWV3A5VsFCNNqvfjOj2KOUDCCG4KJFSJIOJ8BmfENmsx+x7lKq+MP3Q6Y0uK8CUzbxp2iO4d0 3fNjr8ApSklBrg==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poXks-0006Hn-9q; Mon, 17 Apr 2023 18:55:26 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 61839@debbugs.gnu.org Subject: Re: bug#61839: 'guix offload' occasionally hangs on berlin, hitting max-silent-time References: <87a60zo0le.fsf@inria.fr> <87edoicvn3.fsf@gnu.org> Date: Tue, 18 Apr 2023 00:55:22 +0200 In-Reply-To: <87edoicvn3.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Mon, 17 Apr 2023 18:37:36 +0200") Message-ID: <871qkiazl1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61839 Cc: Mathieu Othacehe , Andreas Enge X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Ludovic Court=C3=A8s skribis: > Turns out that guix-daemon on build machines is running with =E2=80=98--d= ebug=E2=80=99 > starting with maintenance.git commit > 72d8a62466b71eda657b52ca17e99f7189ea18ad (=E2=80=9Csysadmin: build-machin= es: > Enable guix-daemon debug output.=E2=80=9D) > > The immediate fix is to undo that=E2=80=94I=E2=80=99ll do that later. Done: https://git.savannah.gnu.org/cgit/guix/maintenance.git/commit/?id=3Dcbe75= edae348bf0aa235e93ebeb58fe9db14fa7a I redeployed the build machines (on the same Guix commit as before). The 4 machines that host a childhurd are still being redeployed though. > The other one is to swallow =E2=80=98current-error-port=E2=80=99 in > =E2=80=98store-import-channel=E2=80=99. Done: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D166a3e3fdeaa5279b= 2dd5000088f913c05af9558 Ludo=E2=80=99.