From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: build failed: substituter `substitute' died unexpectedly Date: Fri, 28 Apr 2017 11:29:50 -0500 Message-ID: <87inlo4hs1.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d48mK-0004lX-6f for help-guix@gnu.org; Fri, 28 Apr 2017 12:29:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d48mH-0002x5-20 for help-guix@gnu.org; Fri, 28 Apr 2017 12:29:56 -0400 Received: from dustycloud.org ([50.116.34.160]:32882) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d48mG-0002wl-TF for help-guix@gnu.org; Fri, 28 Apr 2017 12:29:52 -0400 Received: from oolong (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id AE84026632 for ; Fri, 28 Apr 2017 12:29:51 -0400 (EDT) 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: help-guix I am getting this error right now on multiple machines: 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/nqy9m6hhnkkfwr5wyq5bac96v9s9hc9i-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 unexpectedly Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. It doesn't seem to be caused by either the guix system revision or the userspace guix version I'm running. This happens with any operations that use substitutes right now. Are other people experiencing this? What happened, and what's causing it... do we know?