From nobody Tue Sep 01 09:02:22 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4hZ0HL5pKTz6qV3T for ; Tue, 01 Sep 2026 09:02:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hZ0HL4Sm9z3Cl6 for ; Tue, 01 Sep 2026 09:02:22 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1788253342; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JERfsCEG05r7IhwpLRqNOnY66cWOZrunVHo/+g2XX3o=; b=CDGtOlFUHT+V8V/eWVaITlVB9/ojJxNB7Q8GFBbRfpGJqyZtfdTzNYEH+PVSSsmqcBfOfR SrEcWdyhdHOG0bZPNYI+Y2L8IMlFlv2blc6bMngplkLpCWyc302KpWBKYHQKG+kyl5Pwqy aiCfuoBS5rHpsIEhpCXvstRslTkAq9D2T9jWqMXCB3IxWWIjWYp4EPTMKdQyr3W86RUEOw ulAggMGoqqt/OWPFbt4RabLssZ7d8br4+iwqMqObvufO/jJX8g/R/NrCuOaCvqhoqcXEmH j9fguUpQj3MNS3d9rji9HeZp8sNrMBsdGH6ADixI2tz6VcpfEVbKalnHImdEcg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1788253342; a=rsa-sha256; cv=none; b=rbxSqOP6gpJN1oNqkmUxAv7K/8sfxfH/2+qH/uyV5TTu4eodaNboz5dSwqkKW9OaQpagdn SOmish9bSd9GZZ1yt6hyiQNpAysmEMYh2jLaMeGl8vqcR2kgWbuCg5ZqpJK6ySMRf5KC+M srx4OVmx3Ac/U9Y5e+BSCXgiKiPsGXuci7DbmTJvcJ8aHU7TQBW+BDyrOoyJ5965uq5Fr5 dvUlTERvRa5w9FIcQun61yUxfo/7bDgke4uJh8dH2ZQXIGkHLpztsiWgSp0tHdsccXVGoI iii6H6vR6E/WaxXTYc46lbqo/S+zgkdcFCl4oTUyHNeCsSM4/CeuEo6UyZzEAQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1788253342; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JERfsCEG05r7IhwpLRqNOnY66cWOZrunVHo/+g2XX3o=; b=QOYTkzzQnbpujofACf8pmNKoyCNcaF0cBvI+4L1+Y7PHiaoASuNcdcbv4iNhuEy+SutrpR QP2MlGuguGJbrpauM7h0Cd18b293jPTUtgFh9hJt8GFgMXQcWGmINIs30FRgIn+bPP2JEJ 9ffZxPLjR9IH2QzUPxCTd5wQw6hor67hnrWjjdvh0pn/dobXPxFy5aBjQGt5+fmGa3xRys 02vlpt4Cll10kMPHSPOmXW3t3oJjrxH2ZTft/KINv0s9s76XKdW0ankg1Tz4W6pPko6wyd 87s9PGjahIbcPNR6T+faoaXWOIz9wu6GUonLgYKOvm0aduZ06i0LyDpQ6GFxAg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hZ0HL337czrY0 for ; Tue, 01 Sep 2026 09:02:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 2598b by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 01 Sep 2026 09:02:22 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Siva Mahadevan Subject: git: f659997ccee7 - stable/15 - rc_subr_test: ignore stderr in no_cycles test List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: siva X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: f659997ccee7f74a310412e4e95086fbc35a4145 Auto-Submitted: auto-generated Date: Tue, 01 Sep 2026 09:02:22 +0000 Message-Id: <6a96949e.2598b.490aec49@gitrepo.freebsd.org> The branch stable/15 has been updated by siva: URL: https://cgit.FreeBSD.org/src/commit/?id=f659997ccee7f74a310412e4e95086fbc35a4145 commit f659997ccee7f74a310412e4e95086fbc35a4145 Author: Siva Mahadevan AuthorDate: 2026-08-12 18:45:52 +0000 Commit: Siva Mahadevan CommitDate: 2026-09-01 09:02:12 +0000 rc_subr_test: ignore stderr in no_cycles test nuageinit_user_data_script references 'firstboot_freebsd_update' and 'firstboot_pkg_upgrade', which are from Ports. In a default base system test without sysutils/firstboot-freebsd-update and sysutils/firstboot-pkg-upgrade, rcorder will warn on "unknown provisions" to stderr, but is otherwise harmless. Reviewed by: arrowd Fixes: 16e47f317c4ce2be5fed530bf8a9af9f9bf55364 MFC after: 3 days Sponsored by: The FreeBSD Foundation (cherry picked from commit 3c33729ce2f421e2a583f19f85a181968aa310de) --- libexec/rc/tests/rc_subr_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/tests/rc_subr_test.sh b/libexec/rc/tests/rc_subr_test.sh index 4754ad83c290..f229ee221bdf 100644 --- a/libexec/rc/tests/rc_subr_test.sh +++ b/libexec/rc/tests/rc_subr_test.sh @@ -34,7 +34,7 @@ no_cycles_head() no_cycles_body() { - atf_check -e empty -o ignore rcorder /etc/rc.d/* + atf_check -s exit:0 -e ignore -o ignore rcorder /etc/rc.d/* } atf_test_case oomprotect_all