From unknown Wed Jun 18 23:10:00 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#52258 <52258@debbugs.gnu.org> To: bug#52258 <52258@debbugs.gnu.org> Subject: Status: [cuirass] Fetch worker ensure-path exception. Reply-To: bug#52258 <52258@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:10:00 +0000 retitle 52258 [cuirass] Fetch worker ensure-path exception. reassign 52258 guix submitter 52258 Mathieu Othacehe severity 52258 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 03 08:22:19 2021 Received: (at submit) by debbugs.gnu.org; 3 Dec 2021 13:22:19 +0000 Received: from localhost ([127.0.0.1]:50238 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mt8W3-0000Vo-6J for submit@debbugs.gnu.org; Fri, 03 Dec 2021 08:22:19 -0500 Received: from lists.gnu.org ([209.51.188.17]:38406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mt8W1-0000Vg-14 for submit@debbugs.gnu.org; Fri, 03 Dec 2021 08:22:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60898) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt8Vz-00016d-5Q for bug-guix@gnu.org; Fri, 03 Dec 2021 08:22:15 -0500 Received: from [2001:470:142:3::e] (port=54498 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt8Vy-0005mF-Ub for bug-guix@gnu.org; Fri, 03 Dec 2021 08:22:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=Nix0f3x54WzzHepfYYIIyIBL3hBICY1K9+WnnqIdBTM=; b=LnsaanI1QOnGVU sR66b+a28oTFIJmMf3nu2cqYJpRTFyRkV8VjsLY1vMAaqD9HPUwpwql98iPa0QfGRLlopD27lHemZ ID42omGt6zuNPrjTsxG6jgrJ8PJqGx3mgqnPyMTx035zh2j39xKJosHqgn+0Qfk/lYucZD4IaCFLz 0KfO4B73CZBW4UKV5+aUJYaUYsLZFVWeG0t2LUkKdieb56IYN4en8QXxqL6znZB+lnJzFy1Dk0oNh chW89a2P3yTLpA0M3CP3XT8nHTCUtAxzUBTmouNh6tdnzYAMk9tGRVIUqEwUno2K15VMjnecmlg1j kw8g22a9f3WDLHOoa6Qg==; Received: from [2a01:e0a:19b:d9a0:45b5:a14a:5c75:5737] (port=32926 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt8Vy-0005Nm-QR for bug-guix@gnu.org; Fri, 03 Dec 2021 08:22:15 -0500 From: Mathieu Othacehe To: bug-guix@gnu.org Subject: [cuirass] Fetch worker ensure-path exception. Date: Fri, 03 Dec 2021 14:22:13 +0100 Message-ID: <871r2tsu0q.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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 (---) Hello, The "ensure-path" RPC that is used by the cuirass-remote-server process sometimes raises a &nar-error condition. --8<---------------cut here---------------start------------->8--- In ice-9/eval.scm: 619:8 16 (_ #(#(# ?))) 619:8 15 (_ #(#(#(#(#(#(# ?)) ?) ?) ?) ?)) 619:8 14 (_ #(#(#(#(#(#(#(#(#(#(#(?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?)) In cuirass/utils.scm: 358:17 13 (call-with-time _ #) In unknown file: 12 (_ # ?) In ice-9/boot-9.scm: 152:2 11 (with-fluid* _ _ _) 1752:10 10 (with-exception-handler _ _ #:unwind? _ # _) In guix/store.scm: 658:37 9 (thunk) In srfi/srfi-1.scm: 634:9 8 (for-each # ?) In ice-9/boot-9.scm: 724:2 7 (call-with-prompt _ _ #) 1752:10 6 (with-exception-handler _ _ #:unwind? _ # _) In guix/store.scm: 1449:0 5 (ensure-path # _) 733:11 4 (process-stderr # _) In guix/serialization.scm: 80:6 3 (read-int #) In ice-9/boot-9.scm: 1685:16 2 (raise-exception _ #:continuable? _) 1683:16 1 (raise-exception _ #:continuable? _) 1685:16 0 (raise-exception _ #:continuable? _) ice-9/boot-9.scm:1685:16: In procedure raise-exception: ERROR: 1. &nar-error: file: #f port: # --8<---------------cut here---------------end--------------->8--- According to Ludo on #guix, this might be caused by a crash on the guix-daemon side causing it to hang up prematurely. Thanks, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 06 06:20:52 2021 Received: (at 52258) by debbugs.gnu.org; 6 Dec 2021 11:20:52 +0000 Received: from localhost ([127.0.0.1]:60651 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muC3A-0000O5-KY for submit@debbugs.gnu.org; Mon, 06 Dec 2021 06:20:52 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56138) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muC39-0000Nr-DP for 52258@debbugs.gnu.org; Mon, 06 Dec 2021 06:20:51 -0500 Received: from [2001:470:142:3::e] (port=47070 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muC32-0006DB-0A for 52258@debbugs.gnu.org; Mon, 06 Dec 2021 06:20:46 -0500 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=Ch5PsRE8Pt1cEXk017e1jOy6DluE8dOAvhAW55uUTIg=; b=P5OnRvqsm5rp5V32mENm 8D8fIXka4XRQiRBaT8ccc74teJEaKET0NVD5wLb7bBQXxMx6RH0fKRN2aw3RlgbPgXCN9ExxsJxqz k5g+emplmysp8xoXwu534KIGIKaG4wnnBd6hBfRM8fhxHkrnlUpM20bA/vcP5ajZzvHbdHNwEJFRf QmyY0NNABfb7z8GBhjAapvOv7BWRtXJvuOeL5+7Im3zvYHs8ucukJFtxONcrYN/Ka4jVV0drsJa6h TcBjDZl/ZF09/Xf6Dt4M2YHx+JEzWCe/qS8dxvUy/t+/FmQfoYzw6J0ApKZ9Hodzye/Wnh3DZPujh ErxaKWTeo3ScTg==; Received: from [2a01:e0a:19b:d9a0:2ddb:d3d2:32e8:d31a] (port=48950 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muC2x-0007OD-R6 for 52258@debbugs.gnu.org; Mon, 06 Dec 2021 06:20:43 -0500 From: Mathieu Othacehe To: 52258@debbugs.gnu.org Subject: Re: bug#52258: [cuirass] Fetch worker ensure-path exception. References: <871r2tsu0q.fsf@gnu.org> Date: Mon, 06 Dec 2021 12:20:38 +0100 In-Reply-To: <871r2tsu0q.fsf@gnu.org> (Mathieu Othacehe's message of "Fri, 03 Dec 2021 14:22:13 +0100") Message-ID: <87pmqa0yk9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 52258 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 (---) Hello, > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > ERROR: > 1. &nar-error: > file: #f > port: # Still not sure what's causing this issue, but I catched this exception in c832d1523d094b21e7c640115cd6158346bbc54d to keep the remote-server fetch thread alive. Thanks, Mathieu