From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 07 15:42:37 2020 Received: (at 41237) by debbugs.gnu.org; 7 Jun 2020 19:42:37 +0000 Received: from localhost ([127.0.0.1]:54967 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ji1Bl-00036Y-5G for submit@debbugs.gnu.org; Sun, 07 Jun 2020 15:42:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51388) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ji1Bi-00036K-TR for 41237@debbugs.gnu.org; Sun, 07 Jun 2020 15:42:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57121) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ji1Bd-0003t4-5j; Sun, 07 Jun 2020 15:42:29 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=40084 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ji1Bc-00051U-Pq; Sun, 07 Jun 2020 15:42:28 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brice Waegeneire Subject: Re: bug#41237: guix deploy hangs when a file-system-device is set to a UUID References: <6d23266f90b7bd2bd8a0f6fceb4bac3d@waegenei.re> <877dxakwpu.fsf@gnu.org> <878sh4nqp8.fsf@gnu.org> <9a7608948ff7260b94f7e539c9729c44@waegenei.re> <878sh3f9rn.fsf@gnu.org> <628f90c3459e987b9869b0ed8e398ac9@waegenei.re> <878sh3dq6g.fsf@gnu.org> <28aff48e2211e3cc4b44cd2ec3ce5dd7@waegenei.re> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 20 Prairial an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 07 Jun 2020 21:42:26 +0200 In-Reply-To: (Brice Waegeneire's message of "Fri, 05 Jun 2020 17:11:23 +0000") Message-ID: <87zh9eslwd.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: 41237 Cc: 41237@debbugs.gnu.org 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: -2.4 (--) Hi Brice, Brice Waegeneire skribis: > scheme@(guix-user) [1]> ,up > In gnu/system/uuid.scm: > 302:5 3 (uuid=3D? . _) > scheme@(guix-user) [1]> ,locals > Local variables: > $8 =3D closure =3D # > $9 =3D w =3D #vu8(185 176 222 181) > While executing meta-command: > In procedure frame-local-ref: Argument 2 out of range: 3 > scheme@(guix-user) [1]> ,up > 4 (find # gnu/build/file-systems.scm:606:4 (device)> ("/dev/sda" "/dev/sda1"=20 > "/dev/sda2" "/dev/sda3" "/dev/sdb" "/dev/sdb2" "/dev/sdb3")) So all we can say, is that one of the =E2=80=9Cpartition readers=E2=80=9D i= n (gnu build file-systems) hangs while reading from one of these. I don=E2=80=99t have good advice other than trying to run the code by hand = to find out which device/reader pair causes the problem. I hope that makes sense. We can further debug this on IRC if you want. Thanks, Ludo=E2=80=99.