From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id yHHYOJf7ZGKl5wAAbAwnHQ (envelope-from ) for ; Sun, 24 Apr 2022 09:26:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id UK/ROJf7ZGKLiAAAauVa8A (envelope-from ) for ; Sun, 24 Apr 2022 09:26:15 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7B3689F35 for ; Sun, 24 Apr 2022 09:26:15 +0200 (CEST) Received: from localhost ([::1]:37194 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1niWdK-0002Bf-L5 for larch@yhetil.org; Sun, 24 Apr 2022 03:26:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39902) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1niWd8-0002BL-Eb for bug-guix@gnu.org; Sun, 24 Apr 2022 03:26:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35445) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1niWd8-00036z-5R for bug-guix@gnu.org; Sun, 24 Apr 2022 03:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1niWd7-00067E-MD for bug-guix@gnu.org; Sun, 24 Apr 2022 03:26:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#55059: bug in `guix pull` Resent-From: Josselin Poiret Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 24 Apr 2022 07:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55059 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Holden Green , 55059@debbugs.gnu.org Received: via spool by 55059-submit@debbugs.gnu.org id=B55059.165078516123504 (code B ref 55059); Sun, 24 Apr 2022 07:26:01 +0000 Received: (at 55059) by debbugs.gnu.org; 24 Apr 2022 07:26:01 +0000 Received: from localhost ([127.0.0.1]:57575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1niWd6-00066z-Rv for submit@debbugs.gnu.org; Sun, 24 Apr 2022 03:26:01 -0400 Received: from jpoiret.xyz ([206.189.101.64]:40342) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1niWd5-00066q-5n for 55059@debbugs.gnu.org; Sun, 24 Apr 2022 03:25:59 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 596BC1851ED; Sun, 24 Apr 2022 07:25:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1650785157; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=yGi5H53okXjfvHf5vChK5uw3bw0by35g8mc6GeM/t10=; b=Qg8GJhc2f0FLGRe8UCM51f+6hgCa4WD80gZw5RaykOWrkeuss026AQIQsCqrLnY6InWwsL 8vNLdmsiD8pA7518F2wHd2lYksClrYrVF5RFzWGOB5eP9Y52BAhgxNulEfUdfKhbIGa8UT /vdWdIXPLSKZB6TMNK9YFGc0Ponq2h0VhT/GHbMoDpNGMNEbo5GH1YUULyB9BneDULRx7C LWq1LaRH2U0O1Yh0X79nZF783AiYc864xaau2wq5zvQgHSHSk/mXiKaIZIM3zT958scDHz x8zuQD4jSy8Fwvu0SNSGqXdpYbsZnwbdOLnc+jP4cA5D+p3ZOvoqMVcgiNuzJQ== In-Reply-To: References: Date: Sun, 24 Apr 2022 09:25:56 +0200 Message-ID: <87h76j3ptn.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: text/plain X-Spamd-Bar: / X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" Reply-to: Josselin Poiret From: Josselin Poiret via Bug reports for GNU Guix X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1650785175; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=yGi5H53okXjfvHf5vChK5uw3bw0by35g8mc6GeM/t10=; b=Hk/qr4FAPa14m1ZYN8qmLAEk7NIVcAeG4X6JpgeIdTVDM4sufybad2p88xV4BWI4Bdgvf1 iLBw8CnO3LtHpkrENzwRI21iEHHlo7a7Y/RWctT2d3kT2oltWV0EGWbUgbMbilg3EYtIvA b4D9ORjhk4Y8GcQ4GfESBXkVx7YboiM83g1v329BRuxy9qGAYEaDLnzK+HODy6iVlP/bCL rVh2vQIATrhLfNuz9/3JyXB37/rknQCA9NQhtzIoSTXOJIUeD1g6vPvDULjuHFtpwUurHO BpLLz5V631O+wHnOTIrF3M8j8Bih1h63L3Cc5SmWoKJluDGlvJXRv5I5rXz+zw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1650785175; a=rsa-sha256; cv=none; b=HC3zUI6X4jE6E5rdtHYauwBv8T/2FVgvDgd8oPeE4vYf35qXzMC4CTRHEsQpsPSAs6O60o Q2MxvcFjMoYKUF9szEbeFhMLy60ijI+vz/Z4oYMROaaK2p5Suvo3i3qY1ddcCbfcWbtHtm +jiDPseRNb3Reocfj3oEO/5CZWgfvwCJpqwPhOFFUPI3WdkfZPcE/iWGvLpffpB3BCXylx FrNGh0ewfTLtSTfhEJWDBdoya/qlf4uZTE+mi4+6EwNgHm1OCahh3UN4nxDnOiVN8/4qJm /9mpO74hlghN8hUauChvoRiFZmMumnEYHstwVud3IULIcCpUCwSwxf5JowYQvw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=Qg8GJhc2; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.52 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=Qg8GJhc2; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 7B3689F35 X-Spam-Score: -3.52 X-Migadu-Scanner: scn1.migadu.com X-TUID: 4G/CXErigrzW Hello, Holden Green writes: > guest@gnu ~/tmp/1$ guix pull > Updating channel 'guix' from Git repository at ' > https://git.savannah.gnu.org/git/guix.git'... > Authenticating channel 'guix', commits 9edb3f6 to eb34ff1 (17,927 new > commits)... > Building from this channel: > guix https://git.savannah.gnu.org/git/guix.git eb34ff1 > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > building /gnu/store/sflmgcfcdwizj7iyd3pfksdvrkc3pskb-config.scm.drv... > building /gnu/store/7k17dvmcrdicjsdxmpvhss4p3i3d70j5-git.scm.drv... > building /gnu/store/j9s3n7iqvh8pqkxkwy91nq3qynr1nby7-hash.scm.drv... > building /gnu/store/4cbz087cfn1kqmkjqw69vm4zcz5n01i8-module-import.drv... > building /gnu/store/nklbz5qhr7r4lpp2by9lp43ky8a0bl09-module-import.drv... > building > /gnu/store/c6s5105fvkcwcwcnlqy4n312gkam1db6-module-import-compiled.drv... > building > /gnu/store/dzbh008q3mm3rkmhq5j3sgxxhz87dfw1-module-import-compiled.drv... > building > /gnu/store/1hs5ayhrc34gf1l85mv85x08xpx3ckwd-compute-guix-derivation.drv... > Computing Guix derivation for 'x86_64-linux'... /guix pull: error: You > found a bug: the program > '/gnu/store/lb30npcazqfbw8cbkk9kf8pcf17c2sl6-compute-guix-derivation' > failed to compute the derivation for Guix (version: > "eb34ff16cc9038880e87e1a58a93331fca37ad92"; system: "x86_64-linux"; > host version: "1.3.0-1.771b866"; pull-version: 1). > Please report the COMPLETE output above by email to . How much RAM does your machine have? The derivation computation famously takes quite a bit of memory. If that's the issue, you could add some swap space. Best, -- Josselin Poiret