From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id EL7zOHIXemSMaQEASxT56A (envelope-from ) for ; Fri, 02 Jun 2023 18:23:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 8FYMOXIXemTC/wAA9RJhRA (envelope-from ) for ; Fri, 02 Jun 2023 18:23:14 +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 8F1CF3743B for ; Fri, 2 Jun 2023 18:23:14 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q57YQ-0000NQ-48; Fri, 02 Jun 2023 12:23:06 -0400 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 1q57YO-0000NI-Eb for bug-guix@gnu.org; Fri, 02 Jun 2023 12:23:04 -0400 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 1q57YO-0000PC-4R for bug-guix@gnu.org; Fri, 02 Jun 2023 12:23:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q57YM-0005hq-Ji; Fri, 02 Jun 2023 12:23:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#63852: =?UTF-8?Q?=E2=80=98guix-package-cache.drv=E2=80=99?= eats all your memory with =?UTF-8?Q?=E2=80=98guix-cran=E2=80=99?= Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, bug-guix@gnu.org Resent-Date: Fri, 02 Jun 2023 16:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 63852 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 63852@debbugs.gnu.org Cc: Lars-Dominik Braun X-Debbugs-Original-To: bug-guix@gnu.org X-Debbugs-Original-Xcc: Lars-Dominik Braun Received: via spool by submit@debbugs.gnu.org id=B.168572296121891 (code B ref -1); Fri, 02 Jun 2023 16:23:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Jun 2023 16:22:41 +0000 Received: from localhost ([127.0.0.1]:40758 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q57Y1-0005h0-DX for submit@debbugs.gnu.org; Fri, 02 Jun 2023 12:22:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:40748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q57Xx-0005gr-Rr for submit@debbugs.gnu.org; Fri, 02 Jun 2023 12:22:40 -0400 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 1q57Xw-0000Lz-76 for bug-guix@gnu.org; Fri, 02 Jun 2023 12:22:36 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q57Xt-0000Kb-TM for bug-guix@gnu.org; Fri, 02 Jun 2023 12:22:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=W+1Whuz6JmkOP1cZP6PK7qliZjinbgTG2Xa66hyDC/g=; b=Dz7kfwX8t5ca4QgPox8k5OrHwKwD1E/Sng3izGJIT89AY4Bsw0PVXji0 mqvEuje20dFPflFkg26FrE/6JWmJNMLkpFr+Z99RFf+wyZUmtYN8oTFKk O3R6pVdrQcprBmY+PGxy0KF69LaHdRJmg9Olk6mUQiJ4oVvceVcWIibQL 8=; X-IronPort-AV: E=Sophos;i="6.00,213,1681164000"; d="scan'208";a="110998696" Received: from unknown (HELO ribbon) ([193.50.110.155]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2023 18:22:29 +0200 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Quartidi 14 Prairial an 231 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de l'Acacia X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 02 Jun 2023 18:22:29 +0200 Message-ID: <87sfb93kca.fsf@inria.fr> 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 Received-SPF: pass client-ip=192.134.164.83; envelope-from=ludovic.courtes@inria.fr; helo=mail2-relais-roc.national.inria.fr X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1685722994; a=rsa-sha256; cv=none; b=SMoiR4VR7SvDAYKIQRqGhvSEbSRw2wD1BWvjU9eqjld4WTXptUGTaCFUqVUIw2eEeT/tOY UyYO7obyCLsTs1GP0nHWwK4TaE+GlXr8yTuR7mif0h1VIJ6ocxfauc3ew1TNGnVCQB9XGx KMdhUXXLkni2KFnmIG64bdi5PA595VRz03DlVRZHmXXvqnkaQv9C0/H4gOTelvV5hlg4QJ /hHgV04IId0M3tSrOkRtW1xRahvaWWZkdTD7OS9/r/rAbUDk0iNU/3SKGcBD7ulcJzHyqi /y8+KjQJESr5h3D1etPxtUNP6uvMxpKOh7IF8nZYV+y0QZLmZIJC8WeQllk/cw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=Dz7kfwX8; dmarc=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none); 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1685722994; 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-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=W+1Whuz6JmkOP1cZP6PK7qliZjinbgTG2Xa66hyDC/g=; b=qQ5M6Q4phOJMxoMZTlfpqg8NKD6zGIcdbzONMvgssDaYP6zHuprpunMdfF6vks5G66YAhi qIlqDdYo3pPZAIo4Je1j41u6bDJH5/QzAgrH233yQbzW+rY5VmY1/I5lbKv455z4fVRSeK LtlaIRdFNMBTurJagy17bKBLWZSFDnx30Vu2zQKzbPNzc72epj1+zZteeLA6VHzidcWulL 2Bzclu+sH5nUUAitxlV8QDqqBU6f5k6MGofUiq2Yn5H8hd6JupxRgj4OUpPZaZQHKNHDx+ CTZ9HE2JS7Mi9xAG0u7Sia632YBczKYCs+ZRrnJtqIYUWXbpBWkKXLLbnEH14w== Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=Dz7kfwX8; dmarc=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none); 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-Scanner: scn0.migadu.com X-Migadu-Spam-Score: -3.07 X-Spam-Score: -3.07 X-Migadu-Queue-Id: 8F1CF3743B X-TUID: rJAi4Qko3N4W Consider this: --8<---------------cut here---------------start------------->8--- $ cat /tmp/cran.scm (cons (channel (name 'guix-cran) (url "https://github.com/guix-science/guix-cran.git")) %default-channels) $ guix time-machine -C /tmp/cran.scm -- describe Updating channel 'guix-cran' from Git repository at 'https://github.com/gui= x-science/guix-cran.git'... Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.or= g/git/guix.git'... [...] The following derivations will be built: /gnu/store/90qiphp9048zgvi96lj8zqg8zhwi4js0-profile.drv /gnu/store/2lv56bl8ghyf2kvfkwj5iy3mrlfik4la-inferior-script.scm.drv /gnu/store/vnjf8gf6yf5gjm1syvz7yyfn71mmvy27-profile.drv /gnu/store/8x49757i1s0r6igrah8ramn9zc1v577b-guix-69dfdb7bd.drv /gnu/store/ll5x27npc3znyqv0rkjh945x9cr41k9q-guix-command.drv /gnu/store/m03hp1n62bv8gkid53g8igizbw012gai-guix-module-union.drv /gnu/store/pw8k2jwwyj2nwvqjcd1w3xjvz2n5zpbg-guix-69dfdb7bd-modules.drv /gnu/store/a6si5zgzsxyha2466v4q45hqimg31mjg-guix-config-modules.drv /gnu/store/3pm8aivzg3hfv95zlffxjrxvf8hfbg5n-guix-config-source.drv /gnu/store/rffsvls17s21v2h6gw7agah5vczwi3rm-config.scm.drv /gnu/store/v61jlksbgfslh27y8dbaj1jcajxz5c8z-guix-config.drv /gnu/store/z6r6xdcq9dyxlk8ln8cq1ka2gspxp83i-guix-daemon.drv /gnu/store/fshds3i961v1p3x8f7awh55lix0f7vkl-guix-cran.drv /gnu/store/xsnp3znb0h630kipjxd198qfd3jr2ww5-inferior-script.scm.drv building /gnu/store/xsnp3znb0h630kipjxd198qfd3jr2ww5-inferior-script.scm.dr= v... building /gnu/store/rffsvls17s21v2h6gw7agah5vczwi3rm-config.scm.drv... building /gnu/store/3pm8aivzg3hfv95zlffxjrxvf8hfbg5n-guix-config-source.drv= ... building /gnu/store/v61jlksbgfslh27y8dbaj1jcajxz5c8z-guix-config.drv... building /gnu/store/a6si5zgzsxyha2466v4q45hqimg31mjg-guix-config-modules.dr= v... building /gnu/store/pw8k2jwwyj2nwvqjcd1w3xjvz2n5zpbg-guix-69dfdb7bd-modules= .drv... building /gnu/store/m03hp1n62bv8gkid53g8igizbw012gai-guix-module-union.drv.= .. building /gnu/store/ll5x27npc3znyqv0rkjh945x9cr41k9q-guix-command.drv... building /gnu/store/z6r6xdcq9dyxlk8ln8cq1ka2gspxp83i-guix-daemon.drv... building /gnu/store/8x49757i1s0r6igrah8ramn9zc1v577b-guix-69dfdb7bd.drv... building /gnu/store/fshds3i961v1p3x8f7awh55lix0f7vkl-guix-cran.drv... building CA certificate bundle... listing Emacs sub-directories... building fonts directory... building directory of Info manuals... building profile with 2 packages... building /gnu/store/2lv56bl8ghyf2kvfkwj5iy3mrlfik4la-inferior-script.scm.dr= v... building package cache... --8<---------------cut here---------------end--------------->8--- It goes OK until building /gnu/store/6rfaqfq693vda59a55asc4wjjg52ilns-guix-= package-cache.drv, which consumes memory until it gets OOM-killed. It used to work fine a few months ago. Ludo=E2=80=99.