From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38050: Guix fails during downloading a substitute of google-brotli, throws an ugly backtrace Date: Sun, 10 Nov 2019 17:24:15 +0100 Message-ID: <87d0dz3djk.fsf@gnu.org> References: <20191103221431.252ee524@interia.pl> <875zjx9wki.fsf@gnu.org> <20191106181332.7f9b3914@interia.pl> <8736ezqw5v.fsf@gnu.org> <20191109232238.060bc0bf@interia.pl> 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]:50497) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTq1P-0000bT-Ca for bug-guix@gnu.org; Sun, 10 Nov 2019 11:25:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTq1O-0005K4-6h for bug-guix@gnu.org; Sun, 10 Nov 2019 11:25:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43646) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iTq1O-0005K0-3B for bug-guix@gnu.org; Sun, 10 Nov 2019 11:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iTq1N-00058p-SA for bug-guix@gnu.org; Sun, 10 Nov 2019 11:25:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20191109232238.060bc0bf@interia.pl> (Jan Wielkiewicz's message of "Sat, 9 Nov 2019 23:22:38 +0100") 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.org@gnu.org Sender: "bug-Guix" To: Jan Wielkiewicz Cc: 38050@debbugs.gnu.org Hi Jan, Jan Wielkiewicz skribis: > Dnia 2019-11-07, o godz. 21:16:44 > Ludovic Court=C3=A8s napisa=C5=82(a): > >> Hello, >>=20 >>=20 >> Oh actually that=E2=80=99s not helpful, my bad. What we would have need= is >> the output of =E2=80=98guix substitute=E2=80=99 (invoked by the daemon),= but that is >> not logged as-is. :-/ >>=20 >> I=E2=80=99ll take another look at the relevant code (and invite everyone= to >> give it a shot :-)), and in the meantime we can leave this bug open. >> Do reply if that happens again! > Okay, this have happened again. Maybe it's caused by something I > changed in Jami. I'm attaching the most recent changes. How reproducible is it? 100%? > Running "./pre-inst-env guix build jami" causes this: > > 3583063 14106624 > google-brotli-1.0.7-checkout 22.5MiB > 770KiB/s 00:26 [############### ] > 86.1%Backtrace: In guix/store.scm: 623:10 19 (call-with-store _) > In guix/scripts/build.scm: > 927:26 18 (_ #) > In ice-9/boot-9.scm: > 829:9 17 (catch _ _ # =E2=80=A6) > In guix/ui.scm: > 425:6 16 (_) > In guix/scripts/build.scm: > 892:5 15 (_) > In srfi/srfi-1.scm: > 679:15 14 (append-map _ _ . _) > 592:17 13 (map1 ("x86_64-linux")) > 679:15 12 (append-map _ _ . _) > 592:17 11 (map1 (#)) > In guix/scripts/build.scm: > 853:18 10 (_ _) > In guix/packages.scm: > 948:16 9 (cache! # # =E2=80=A6) > In guix/grafts.scm: > 323:4 8 (graft-derivation # =E2=80=A6) > 172:4 7 (references-oracle # =E2=80=A6) > 182:20 6 (_ _ _) > In guix/store.scm: > 1215:15 5 (_ # _ _) > 718:13 4 (process-stderr _ _) > In unknown file: > 3 (display "@ substituter-succeeded /gnu/store/m18k3ba7y=E2=80= =A6" =E2=80=A6) > In guix/status.scm: > 691:16 2 (write! _ _ _) > 605:6 1 (_ (download-progress "/gnu/store/brvizic3qv469j8fd=E2=80=A6= " =E2=80=A6) =E2=80=A6) > In guix/progress.scm: > 219:14 0 (display-download-progress "google@" #f #:start-time _ # =E2= =80=A6) > > guix/progress.scm:219:14: In procedure display-download-progress: > In procedure =3D: Wrong type: #f Could you try again, this time stracing the process with: ./pre-inst-env strace -o /tmp/log -s 300 guix build jami ? Once you=E2=80=99ve reproduced the failure above, could you send /tmp/log (= or the tail of that file)? Thanks in advance! Ludo=E2=80=99.