From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id SOMCO+FliGPHXQEAbAwnHQ (envelope-from ) for ; Thu, 01 Dec 2022 09:29:22 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 2FoAO+FliGNCUAAA9RJhRA (envelope-from ) for ; Thu, 01 Dec 2022 09:29:21 +0100 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 CBF05AF1D for ; Thu, 1 Dec 2022 09:29:20 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p0ewK-0008GE-Uf; Thu, 01 Dec 2022 03:29:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0ewI-0008Fp-5s for bug-guix@gnu.org; Thu, 01 Dec 2022 03:29:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p0ewH-0006R2-Ti for bug-guix@gnu.org; Thu, 01 Dec 2022 03:29:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p0ewH-0006Mp-Nt for bug-guix@gnu.org; Thu, 01 Dec 2022 03:29:01 -0500 Subject: bug#59717: =?UTF-8?Q?=E2=80=98guix=E2=80=99?= package fails to build on armhf-linux (OOM) Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Thu, 01 Dec 2022 08:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 59717 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: "pelzflorian (Florian Pelz)" Cc: 59717-done@debbugs.gnu.org Mail-Followup-To: 59717@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 59717-done@debbugs.gnu.org id=D59717.166988330224462 (code D ref 59717); Thu, 01 Dec 2022 08:29:01 +0000 Received: (at 59717-done) by debbugs.gnu.org; 1 Dec 2022 08:28:22 +0000 Received: from localhost ([127.0.0.1]:38268 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0eve-0006MU-Fx for submit@debbugs.gnu.org; Thu, 01 Dec 2022 03:28:22 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0evb-0006MO-H1 for 59717-done@debbugs.gnu.org; Thu, 01 Dec 2022 03:28:20 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0evW-0006M0-AB; Thu, 01 Dec 2022 03:28:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=mgPfTV+m9ZV9KT6pr1tzFRGH43ndAIaqZ/riAPobZSM=; b=As7qNNBZ/gykDi2syEEZ FMdlITLa4XVeU07mwV8uYUQb1r5vYjME2UpnZ8NQRYM2WHX4+jCXXgLYuEQ4lAqDX6KLNdU4SS9Ne GKcWEiW4M943d6OPmGbs4pjcd6L3SaPECJTefNETYU8enMFc5LvIlp5z4foD9Y5evG05h5Joy4LyR Oj9WbkzIuzBlV4UWnA8/vZ1M2MHNi8IlmL/OuirltlAI30zxgVFd57Jsp1Ft7YysEbVVFNIc8xWB3 2OrZUqoDV4S+V154iyTAQBOlA/fdYvlSUKQBBPHASFAOD6o5VH0S1rNRV9b1zAJUNy9ySZmhYHs5i AvB8iMkYFwfHvw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0evV-0000RD-FB; Thu, 01 Dec 2022 03:28:13 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87tu2g3j46.fsf@inria.fr> <875yewcl1c.fsf@pelzflorian.de> Date: Thu, 01 Dec 2022 09:28:10 +0100 In-Reply-To: <875yewcl1c.fsf@pelzflorian.de> (pelzflorian@pelzflorian.de's message of "Wed, 30 Nov 2022 20:14:07 +0100") Message-ID: <877czb34v9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1669883361; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: 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=mgPfTV+m9ZV9KT6pr1tzFRGH43ndAIaqZ/riAPobZSM=; b=Yrdfg0JWjOUaUSIuVJvzm3whvsADqE0b43X/9aQm2rdpFC9WVCQ2jnoycy53y4DBkYQtGN N4YhXdy3QBLTtWpI8JYlT2xwEcLSw6I80+g9p+hPO2jFMsoesxXxJg+SeeN1+GwZyPa/6B LRqhpOJthW6fpBOrbYIL1mmQLgealgfWumz/OJhfh4rEFHJR7I4fZiPg5ZOA/G3Ji4US9j rmsitJ0fg5kTl2q9p+5lw3RyDMbcBfP8BlgQnMaMRQu7LXHeMvYso+AiwkN9glEvNZDZJ0 TYmTusjBOqSG5PCvj31nsPKM42lApt4nOH4/sgEY4KNpcMZMXpdiEMley1/YIQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1669883361; a=rsa-sha256; cv=none; b=oia1RDg+3/JTd0sdU4TK1eCneDBRA5m44RmmMul6w1PYT0r36n+sEZ1Ehdy8H7TelSoRfD gm6L40HZzXc/URig6c0l3n5MjIo5B58HsU3JNaUnxhFqoBTvqrNFvtRD9ElC67IIW4QY0H e+DVqOVCZYz/LzrVujh0H243mqUqsGlKHK5wjWMK+vFczo/vMoEgDkcC3CfbwNP09GFBkr 7h82KR6fTmWEpSBf9mx+IP1nZmL1gAAIgu0ax3eD4EmyX5H5qFsRqz85b5LiOeUvslIiX0 Dk1/BgDTGkIX4rHNvTjOPyQKBX8DITMd//DScVeQWpwu1w8SZHxn5PNGhTRPeg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=As7qNNBZ; 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.86 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=As7qNNBZ; 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: CBF05AF1D X-Spam-Score: -3.86 X-Migadu-Scanner: scn1.migadu.com X-TUID: 81grAHVTLPly Hi, "pelzflorian (Florian Pelz)" skribis: > Ludovic Court=C3=A8s writes: >> [ 76%] GUILEC gnu/packages/uucp.go >> [ 76%] GUILEC gnu/packages/valgrind.go >> [ 76%] GUILEC gnu/packages/version-control.go >> [ 76%] GUILEC gnu/packages/video.go >> GC Warning: Failed to expand heap by 67125248 bytes >> GC Warning: Failed to expand heap by 67108864 bytes >> GC Warning: Out of Memory! Heap size: 3440 MiB. Returning NULL! > > Happens for me too, unless I do --cores=3D1. Interesting. I worked around it with commit 1aa7ee52c6c520c2dbbdb06f1381466e9fd96294 on =E2=80=98version-1.4.0=E2=80=99. Next I=E2=80=99d like to do some heap profiling to address the problem at i= ts root; it qualifies as a memory leak. Thanks, Ludo=E2=80=99.