From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Re: successful installation, but problems updating Date: Thu, 09 Nov 2017 08:45:17 +0100 Message-ID: <20171108161651.02aa924d@graviton.instanton> References: <20171106091656.6e775deb@graviton.instanton> <87vainu4h3.fsf@zancanaro.id.au> <20171106210540.0271775c@jasniac.instanton> <87tvy6bg2y.fsf@gnu.org> <20171108023730.6756d899@jasniac.instanton> 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]:55763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eChWe-0001rH-1S for help-guix@gnu.org; Thu, 09 Nov 2017 02:45:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eChWb-0004Px-9k for help-guix@gnu.org; Thu, 09 Nov 2017 02:45:24 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:36793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eChWa-0004O2-Ur for help-guix@gnu.org; Thu, 09 Nov 2017 02:45:21 -0500 Received: from bgo1cloudm2.nextgentel.net ([80.202.8.59]) by eterpe-smout.broadpark.no (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0OZ5008DF46T3Q80@eterpe-smout.broadpark.no> for help-guix@gnu.org; Thu, 09 Nov 2017 08:45:18 +0100 (CET) In-reply-to: <20171108023730.6756d899@jasniac.instanton> 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: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Cc: help-guix@gnu.org Ludo'- Minor additional info below. Op 08 nov 02:37 schreef Marco van Hulten: > Set the environment > variable GUILE_WARN_DEPRECATED to "detailed" and rerun the > program to get more information. I tried with this suggestion, and actually got less information with this (no "failed to expand heap"): ``` kodi@watson ~$ GUILE_WARN_DEPRECATED=3D"detailed" guix pull Starting download of /tmp/guix-file.BDW8Cd =46rom https://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz... =E2=80=A6.tar.gz 3.4MiB/s 00:04 | 13.8Mi= B transferred unpacking '/gnu/store/kd7k7ndc31hp73liwm93vpjpx9wb47k7-guix-latest.tar.gz'.= .. substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% The following derivation will be built: /gnu/store/15zzkryzyx984h4yz2rbzgm2rax2c1i8-guix-latest.drv substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% copying and compiling to '/gnu/store/s1gx4pamdwsqmgxqjz86c2g2pisxm14k-guix-= latest' with Guile 2.2.2... loading... 26.0% of 646 filesrandom seed for tests: 1510124252 compiling... 75.2% of 646 filesbuilding of `/gnu/store/15zzkryzyx984h4yz2r= bzgm2rax2c1i8-guix-latest.drv' timed out after 3600 seconds of silence guix pull: error: build failed: build of `/gnu/store/15zzkryzyx984h4yz2rbzgm2rax2c1i8-guix-latest.drv' failed ``` Do you have any tips for stressing hd, memory, cpu, to try to exclude hardware issues? I can install packages in GuixSD with success. -Marco