From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32821: guix pull error - from 20f8d73face564deec2f21130fb465c8c3d9a8e9 to 53c64d7c9303d52cbacdaca5d182175d472c53db Date: Tue, 25 Sep 2018 17:17:44 +0200 Message-ID: <87sh1x4ndz.fsf@gnu.org> References: <20180924160826.4426a5e6@scratchpost.org> <20180924142619.GA11026@jasmine.lan> <20180925095924.719e7472@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4p6G-0002Q0-VK for bug-guix@gnu.org; Tue, 25 Sep 2018 11:18:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4p6C-0006xf-Vq for bug-guix@gnu.org; Tue, 25 Sep 2018 11:18:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49663) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4p6A-0006w7-C6 for bug-guix@gnu.org; Tue, 25 Sep 2018 11:18:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4p6A-0002oA-6Q for bug-guix@gnu.org; Tue, 25 Sep 2018 11:18:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180925095924.719e7472@scratchpost.org> (Danny Milosavljevic's message of "Tue, 25 Sep 2018 09:59:24 +0200") 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: Danny Milosavljevic Cc: 32821-done@debbugs.gnu.org Hi Danny, Danny Milosavljevic skribis: > $ guix pull > Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.= org/git/guix.git'... > Building from this channel: > guix https://git.savannah.gnu.org/git/guix.git 0001478 > guix pull: warning: failed to load '(wip android)': > Unbound variable: android-platform-version > guix pull: warning: failed to load '(wip pascal)': > Unbound variable: custom-gcc > 0.0 MB will be downloaded: > /gnu/store/njdhsdv216hyk23nfrc7wh9hbq17ymxk-compute-guix-derivation > Downloading https://berlin.guixsd.org/nar/gzip/njdhsdv216hyk23nfrc7wh9hbq= 17ymxk-compute-guix-derivation... > compute-guix-derivation 887B = = 268KiB/s 00:00 [##################] 100.0% It=E2=80=99s possible that you had a cached narinfo with zero references in /var/guix/substitute/cache. Right now I get: $ --8<---------------cut here---------------start------------->8--- $ wget -q -O - https://berlin.guixsd.org/njdhsdv216hyk23nfrc7wh9hbq17ymxk.n= arinfo |grep ^Ref References: 466iifqhyq99qy41km5h6vy6nn6a5m0b-module-import-compiled 6mfd4f8= gy11rgn2xk00cnslmrslg9w7h-guile-2.2.3 ak8kcfpyz76vhn9g2giygrxpx9zfi9zw-modu= le-import qbzw2ygy1nq2h0nq6sl9cgg1c5mq5g8z-guile-gcrypt-0.1.0 --8<---------------cut here---------------end--------------->8--- This kind of problem can propagate to every user who trusts the build farm, so it=E2=80=99s obviously a serious issue. I=E2=80=99d like to understand how this happened in the first place but all= I can think of is some database corruption or hardware failure. The reference scanner in libstore/references.cc cannot be blamed AFAICS. Ludo=E2=80=99.