From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51607) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPqQp-00006j-Lv for guix-patches@gnu.org; Sat, 18 Apr 2020 12:35:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPqQo-0000ao-Hc for guix-patches@gnu.org; Sat, 18 Apr 2020 12:35:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60175) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPqQo-0000ak-EE for guix-patches@gnu.org; Sat, 18 Apr 2020 12:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPqQo-0005j7-B9 for guix-patches@gnu.org; Sat, 18 Apr 2020 12:35:02 -0400 Subject: [bug#40559] [PATCH] gnu: cryptsetup: Update to 2.3.1. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87blnrh03t.fsf@gnu.org> <684a5fa5-5aef-3bf8-aced-6cfeb0a7c97d@gmail.com> Date: Sat, 18 Apr 2020 18:34:25 +0200 In-Reply-To: <684a5fa5-5aef-3bf8-aced-6cfeb0a7c97d@gmail.com> (Vincent Legoll's message of "Thu, 16 Apr 2020 23:36:54 +0200") Message-ID: <87369092i6.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Vincent Legoll Cc: 40559@debbugs.gnu.org Hi Vincent, Vincent Legoll skribis: > Almost two hours passed since one of the tests has begun, and it > looks like it does not make any progress. > > output is here: > > SeaBIOS (version rel-1.12.0-59-gc9ba5276e321-prebuilt.qemu.org) > > > iPXE (http://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+0FF90830+0FEF0830 CA00 >=20=20 > > > > Booting from Hard Disk... > GRUB loading.. > Welcome to GRUB! > > Attempting to decrypt master key... > Enter passphrase for hd0,gpt2 (12345678123412341234123456789abc): > Slot 0 opened Hmm looks like your reached GRUB of the installed system, which is rather good. I don=E2=80=99t see why it would hang here. If you interrupt it and re-run =E2=80=9Cmake check-system =E2=80=A6=E2=80= =9D, does that get any further? Is there space left on /gnu and /tmp? Thanks, Ludo=E2=80=99.