GNU bug report logs

#40316 nss not reproducible

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Full log

Message #129 received at 40316@debbugs.gnu.org (full text, mbox, reply):

Received: (at 40316) by debbugs.gnu.org; 6 May 2024 10:12:47 +0000
From debbugs-submit-bounces@debbugs.gnu.org Mon May 06 06:12:47 2024
Received: from localhost ([127.0.0.1]:37038 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1s3vKw-0007gA-D1
	for submit@debbugs.gnu.org; Mon, 06 May 2024 06:12:47 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:58750)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@gnu.org>) id 1s3vKr-0007g1-SX
 for 40316@debbugs.gnu.org; Mon, 06 May 2024 06:12:45 -0400
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 <ludo@gnu.org>)
 id 1s3vKK-0000JT-5g; Mon, 06 May 2024 06:12:08 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To:
 From; bh=nFuWKz3mAkJngERXhgei6eoPbQTiD834QNOol29jPmY=; b=Kf3y1pI3fyjJ/wsiTC6V
 /kMdgjvE767A6OHaS/uFEm9fjsMPGuSy1M5rfmHn/mKFj1Mhk17KiNdMQ+xLR1LHRhyil0v0qXeMq
 ZmgtlRgHQA3aTYnpy4AmYa9iR6DSjNx/0sfQ+aOF4PN0kyEPT0asgoTvaqNTtQddIROIBZy0MEIDv
 gCxJtcEbfnm0ns2w+EMPXoQs9StP0Ibzkzzdqi/PAxdrLxWWdeX0DNS60AUOQUsx6QYzOrBWTxhJ+
 1i0GN5C/lCUzUY/bVk74/znEaiUJ3NTmuJuEzRcgJikkxsYB+3CN0zm9OgoXnWBDKJrLmjYtWiIGC
 MQjUznQmqKF++w==;
From: Ludovic Courtès <ludo@gnu.org>
To: Christina O'Donnell <cdo@mutix.org>
Subject: Re: bug#40316: nss not reproducible
In-Reply-To: <265e4d6b-c83d-e477-3025-9d4f7187f849@mutix.org> (Christina
 O'Donnell's message of "Thu, 2 May 2024 16:20:45 +0100")
References: <20200329131611.38448a58@scratchpost.org>
 <cover.1714166213.git.cdo@mutix.org> <87jzkc1vfb.fsf_-_@gnu.org>
 <265e4d6b-c83d-e477-3025-9d4f7187f849@mutix.org>
X-URL: http://www.fdn.fr/~lcourtes/
X-Revolutionary-Date: Octidi 18 Floréal an 232 de la
 Révolution, jour de la Corbeille-d'or
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: Mon, 06 May 2024 12:12:01 +0200
Message-ID: <8734qvl05q.fsf@gnu.org>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 40316
Cc: guix-devel@gnu.org, zhengjunjie@iscas.ac.cn, 40316@debbugs.gnu.org,
 steve@futurile.net
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -3.3 (---)
Hi,

Christina O'Donnell <cdo@mutix.org> skribis:

> Tangentially, given how long nss takes to build, do you think that
> it'd be worth shaving it down to a single test pass? Currently it runs
> each test up to 3 times, which takes ~1h on my machine with no other
> build running. Running only the standard pass takes 2.5-3x less time,
> which is a huge quality of life improvement.

Currently we run ./nss/tests/all.sh, which I suppose is what upstream
recommends to run tests.

For sure I’d be happy if the test suite could run faster, but does
upstream offer such an option?  When you say “a single pass”, is that
something upstream supports?

Thanks,
Ludo’.




Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Sep 10 15:52:43 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.