From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: build failed: substituter `substitute' died unexpectedly Date: Mon, 01 May 2017 23:33:19 +0200 Message-ID: <87k260z2hs.fsf@gnu.org> References: <87inlo4hs1.fsf@dustycloud.org> <20170428203229.GA542@jasmine> 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]:37903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5Iwh-0002IH-KQ for help-guix@gnu.org; Mon, 01 May 2017 17:33:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5Iwc-0000J4-Vh for help-guix@gnu.org; Mon, 01 May 2017 17:33:27 -0400 In-Reply-To: <20170428203229.GA542@jasmine> (Leo Famulari's message of "Fri, 28 Apr 2017 16:32:29 -0400") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Leo Famulari Cc: help-guix Leo Famulari skribis: > On Fri, Apr 28, 2017 at 11:29:50AM -0500, Christopher Allan Webber wrote: >> I am getting this error right now on multiple machines: >>=20 >> substitute: updating list of substitutes from 'http://mirror.hydra.gnu= .org'... 100.0% >> substitute: updating list of substitutes from 'http://mirror.hydra.gnu= .org'... 100.0% >> substitute: updating list of substitutes from 'http://mirror.hydra.gnu= .org'... 66.7%Backtrace: >> substitute: In ice-9/boot-9.scm: >> substitute: 160: 9 [catch #t # ...] >> substitute: In unknown file: >> substitute: ?: 8 [apply-smob/1 #] >> substitute: In ice-9/boot-9.scm: >> substitute: 66: 7 [call-with-prompt prompt0 ...] >> substitute: In ice-9/eval.scm: >> substitute: 432: 6 [eval # #] >> substitute: In ice-9/boot-9.scm: >> substitute: 2412: 5 [save-module-excursion #] >> substitute: 4089: 4 [#] >> substitute: 1734: 3 [%start-stack load-stack ...] >> substitute: 1739: 2 [#] >> substitute: In unknown file: >> substitute: ?: 1 [primitive-load "/gnu/store/nqy9m6hhnkkfwr5wyq5bac= 96v9s9hc9i-guix-0.12.0-9.25a4/bin/.guix-real"] >> substitute: In guix/ui.scm: >> substitute: 1255: 0 [run-guix-command substitute "--query"] >> substitute: >> substitute: guix/ui.scm:1255:8: In procedure run-guix-command: >> substitute: guix/ui.scm:1255:8: Throw to key `bad-response' with args = `("Bad Response-Line: ~s" (""))'. >> guix environment: error: build failed: substituter `substitute' died u= nexpectedly > > Same here. It kills the Guix process even if --fallback is used. I don=E2=80=99t seem to have this problem today (I=E2=80=99m using https in= stead of http, but --substitute-urls=3Dhttp://=E2=80=A6 seems to work too). Does it= still show up for you? It could have to do with a difference in how the newer nginx version deals with pipelined HTTP requests. Ludo=E2=80=99.