From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Brielmaier Subject: bug#40867: guix build --rounds=N is miss advising Date: Sun, 26 Apr 2020 14:30:07 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35954) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSgR9-0002YH-WE for bug-guix@gnu.org; Sun, 26 Apr 2020 08:31:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSgR9-0002i4-5h for bug-guix@gnu.org; Sun, 26 Apr 2020 08:31:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49492) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSgR3-0002ho-P8 for bug-guix@gnu.org; Sun, 26 Apr 2020 08:31:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jSgR3-0003Tc-Lp for bug-guix@gnu.org; Sun, 26 Apr 2020 08:31:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:35850) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSgQH-0002OB-Ps for bug-guix@gnu.org; Sun, 26 Apr 2020 08:30:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSgQG-0001mi-Lu for bug-guix@gnu.org; Sun, 26 Apr 2020 08:30:13 -0400 Received: from mout.web.de ([212.227.15.3]:44925) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jSgQF-0001aJ-VF for bug-guix@gnu.org; Sun, 26 Apr 2020 08:30:12 -0400 Received: from [192.168.178.11] ([92.117.247.66]) by smtp.web.de (mrweb004 [213.165.67.108]) with ESMTPSA (Nemesis) id 0Ls6JT-1j3gCN1xrr-013v6z for ; Sun, 26 Apr 2020 14:30:08 +0200 Content-Language: en-US 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-mx.org@gnu.org Sender: "bug-Guix" To: 40867@debbugs.gnu.org The help section for `guix build --rounds=3DN` in 7.1.1 Common Build Options is miss advising. ``` Note that, currently, the differing build results are not kept around, so you will have to manually investigate in case of an error=E2=80=94e.g., by stashing one of the build results with =E2=80=98gui= x archive =2D-export=E2=80=99 (*note Invoking guix archive::), then rebuilding, and = finally comparing the two results. ``` Should rather endorse `guix build --rounds=3DN --keep-failed` as this option preservers all differing builds, not only one. This option was proposed by Marius Bakke in IRC.