From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Wielkiewicz Subject: bug#38380: guix pull dies unexpectedly Date: Mon, 25 Nov 2019 22:26:13 +0100 Message-ID: <20191125222613.2f4ee315@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]:33566) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZM6T-00049P-4p for bug-guix@gnu.org; Mon, 25 Nov 2019 16:41:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZM6Q-0000ao-Fi for bug-guix@gnu.org; Mon, 25 Nov 2019 16:41:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43839) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZM6Q-0000a9-Ab for bug-guix@gnu.org; Mon, 25 Nov 2019 16:41:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iZM6Q-0002kb-88 for bug-guix@gnu.org; Mon, 25 Nov 2019 16:41:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33445) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZM63-00045z-IO for bug-guix@gnu.org; Mon, 25 Nov 2019 16:40:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZM62-0000Fn-CE for bug-guix@gnu.org; Mon, 25 Nov 2019 16:40:39 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.159]:41007) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iZM61-0000CD-Pg for bug-guix@gnu.org; Mon, 25 Nov 2019 16:40:38 -0500 Received: from localhost (89-64-54-32.dynamic.chello.pl [89.64.54.32]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA for ; Mon, 25 Nov 2019 22:26:26 +0100 (CET) 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: 38380@debbugs.gnu.org Hi, Today I tried running "guix pull", but it fails during substitution: Computing Guix derivation for 'x86_64-linux'... / substitute: updating substitutes from 'https://ci.guix.gnu.org'... 6.7%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/v0wg5qvf88jhyrdzyphafwmvbj7lzra6-guix-1.0.1-10.41b4b71/bin/guix substitute' died unexpectedly Jan Wielkiewicz