From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#39993: Guix report hash mismatch when underlying cause is ENOSPC Date: Mon, 09 Mar 2020 17:53:29 +0100 Message-ID: <878sk91ncm.fsf@gnu.org> References: <8736ai5lp4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53835) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBLfH-0000Rg-8m for bug-guix@gnu.org; Mon, 09 Mar 2020 12:54:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBLfG-0000no-B2 for bug-guix@gnu.org; Mon, 09 Mar 2020 12:54:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45425) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jBLfG-0000nL-7e for bug-guix@gnu.org; Mon, 09 Mar 2020 12:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jBLfG-0002Fq-4r for bug-guix@gnu.org; Mon, 09 Mar 2020 12:54:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8736ai5lp4.fsf@gmail.com> (Maxim Cournoyer's message of "Sun, 08 Mar 2020 22:03:19 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Maxim Cournoyer Cc: 39993@debbugs.gnu.org Hi, Maxim Cournoyer skribis: > Guix should correctly report that it ran out of space instead of falsely > mentioning hash mismatches and attempting alternative download sources, > as demonstrated by the Guix output below: > > Session: > > building /gnu/store/dqzq8hbk8gqx5lhmnxsl5vl0c6s3i0a2-tcpdump-4.9.3.tar.gz= .drv... > downloading from https://www.tcpdump.org/release/tcpdump-4.9.3.tar.gz... Could you post the log returned by =E2=80=98guix build --log-file /gnu/store/dqzq8hbk8gqx5lhmnxsl5vl0c6s3i0a2-tcpdump-4.9.3.tar.gz.drv=E2=80= =99? The root cause is that =E2=80=98false-if-exception*=E2=80=99 as used in (gu= ix build download) is too coarse-grain. Thanks, Ludo=E2=80=99.