From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#27476: guix pull fails on powerful server Date: Mon, 25 Sep 2017 10:43:16 +0200 Message-ID: <87k20nrwwr.fsf__38639.9289862767$1506329058$gmane$org@lassieur.org> References: <87h8vvp1q7.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwOzm-0000u2-9s for bug-guix@gnu.org; Mon, 25 Sep 2017 04:44:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwOzj-0004yV-1J for bug-guix@gnu.org; Mon, 25 Sep 2017 04:44:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48561) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dwOzi-0004yN-U6 for bug-guix@gnu.org; Mon, 25 Sep 2017 04:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dwOzi-00083w-IR for bug-guix@gnu.org; Mon, 25 Sep 2017 04:44:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87h8vvp1q7.fsf@elephly.net> 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: Ricardo Wurmus Cc: Andy Wingo , help-guix@gnu.org, 27476@debbugs.gnu.org I got it too for the first time yesterday on my 128G RAM and 32 CPU cores server: --8<---------------cut here---------------start------------->8--- substitute: updating list of substitutes from [...] Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git commit 3140844e33254316348135b03762eaeb04764544... substitute: updating list of substitutes from [...] The following derivation will be built: /gnu/store/7143x1dd2r5kch8dldyylz1ljhp3nird-guix-latest.drv copying and compiling to '/gnu/store/8a42yc4yxslrr1hf7wk5x5mddbs76yqm-guix-latest' with Guile 2.2.2... loading... 25.3% of 632 filesrandom seed for tests: 1506279202 loading... 99.8% of 632 files compiling... 94.8% of 632 filesice-9/threads.scm:289:22: In procedure loop: ice-9/threads.scm:289:22: Syntax error: guix/gexp.scm:530:8: return: return used outside of 'with-monad' in form (return output) 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. builder for `/gnu/store/7143x1dd2r5kch8dldyylz1ljhp3nird-guix-latest.drv' failed with exit code 1 guix pull: error: build failed: build of `/gnu/store/7143x1dd2r5kch8dldyylz1ljhp3nird-guix-latest.drv' failed --8<---------------cut here---------------end--------------->8--- And then, today, again: --8<---------------cut here---------------start------------->8--- substitute: updating list of substitutes from [...] Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git commit 66660960ba75233ae5b6c539f43d97d06d64e9ad... substitute: updating list of substitutes from [...] The following derivation will be built: /gnu/store/dmv64icdan1fqrl00czgwx1an923fzda-guix-latest.drv copying and compiling to '/gnu/store/slqcrr5gwhi1zqv21wjp0l973zs3dywc-guix-latest' with Guile 2.2.2... loading... 25.3% of 632 filesrandom seed for tests: 1506327995 loading... 99.8% of 632 files compiling... 94.8% of 632 filesice-9/threads.scm:289:22: In procedure loop: ice-9/threads.scm:289:22: Syntax error: guix/gexp.scm:539:10: return: return used outside of 'with-monad' in form (return (derivation->output-path drv)) 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. builder for `/gnu/store/dmv64icdan1fqrl00czgwx1an923fzda-guix-latest.drv' failed with exit code 1 guix pull: error: build failed: build of `/gnu/store/dmv64icdan1fqrl00czgwx1an923fzda-guix-latest.drv' failed --8<---------------cut here---------------end--------------->8---