From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#32955: Cuirass: Some tests depend on 'guix-current', which makes them resource expensive Date: Sat, 06 Oct 2018 16:37:38 +0200 Message-ID: <87lg7b5efh.fsf@lassieur.org> References: <87murr5foj.fsf@lassieur.org> 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]:46501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8niX-0003t9-Le for bug-guix@gnu.org; Sat, 06 Oct 2018 10:38:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8niU-0005YS-Dl for bug-guix@gnu.org; Sat, 06 Oct 2018 10:38:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34476) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g8niU-0005YK-9y for bug-guix@gnu.org; Sat, 06 Oct 2018 10:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g8niU-0004q0-3f for bug-guix@gnu.org; Sat, 06 Oct 2018 10:38:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8niC-0003qm-Fa for bug-guix@gnu.org; Sat, 06 Oct 2018 10:37:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8ni9-00052n-98 for bug-guix@gnu.org; Sat, 06 Oct 2018 10:37:44 -0400 Received: from mail.lassieur.org ([83.152.10.219]:58230) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g8ni8-0004xp-Tr for bug-guix@gnu.org; Sat, 06 Oct 2018 10:37:41 -0400 Received: from rodion (88.191.118.83 [88.191.118.83]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id ce0bb68c (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for ; Sat, 6 Oct 2018 14:33:40 +0000 (UTC) In-reply-to: <87murr5foj.fsf@lassieur.org> 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: 32955@debbugs.gnu.org Cl=C3=A9ment Lassieur writes: > Hi, > > Tests depending on 'guix-current' are expensive in terms of CPU and > storage usage since we need to build (current-guix) and then store a > couple of full system images. > > They are built at each evaluation because they depend on 'guix-current'. > (And they all fail.) I understand that 'guix-current' is only built once at each evaluation, of course. And now I wonder: is it the same one that is built for guix-modular? In that case it's not really useless.