From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38379: guix pull crashing: Throw to key `bad-response' Date: Tue, 26 Nov 2019 11:35:38 +0100 Message-ID: <878so37wn9.fsf@gnu.org> References: <20191125200910.GA19572@jasmine.lan> 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]:60358) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZYCR-0005cN-Sj for bug-guix@gnu.org; Tue, 26 Nov 2019 05:36:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZYCQ-00086h-Lm for bug-guix@gnu.org; Tue, 26 Nov 2019 05:36:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44646) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZYCQ-00086Z-Im for bug-guix@gnu.org; Tue, 26 Nov 2019 05:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iZYCQ-00087p-H1 for bug-guix@gnu.org; Tue, 26 Nov 2019 05:36:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20191125200910.GA19572@jasmine.lan> (Leo Famulari's message of "Mon, 25 Nov 2019 15:09:10 -0500") 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: Leo Famulari Cc: 38379-done@debbugs.gnu.org Hi, Leo Famulari skribis: > Today `guix pull` started crashing for me: > > $ guix pull --verbosity=3D9 --substitute-urls=3Dhttps://ci.guix.gnu.org > 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 5d297ca > Computing Guix derivation for 'x86_64-linux'... - > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 15.9%= Backtrace: > substitute: 3 (apply-smob/1 #) > substitute: In ice-9/boot-9.scm: > substitute: 705:2 2 (call-with-prompt _ _ #) > substitute: In ice-9/eval.scm: > substitute: 619:8 1 (_ #(#(#))) > substitute: In guix/ui.scm: > substitute: 1730:12 0 (run-guix-command _ . _) > substitute:=20 > substitute: guix/ui.scm:1730:12: In procedure run-guix-command: > substitute: Throw to key `bad-response' with args `("Bad Response-Line: ~= s" (""))'. > guix pull: error: `/gnu/store/k76m7w6fmcy12iraz070sfw5ns410m42-guix-1.0.1= -9.f63e493/bin/guix substitute' died unexpectedly This is because we hit ENOSPC on ci.guix.gnu.org (a bug in itself). This is fixed now, so you should no longer experience it (Cuirass is still stopped on berlin while GC makes more space, though.) Apologies for the inconvenience! Ludo=E2=80=99.