From nobody Fri Dec 17 19:07:01 2021 X-Original-To: freebsd-net@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 A5F2118FBC3A for ; Fri, 17 Dec 2021 19:07:04 +0000 (UTC) (envelope-from kp@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JFz4S2wj8z3ByZ; Fri, 17 Dec 2021 19:07:04 +0000 (UTC) (envelope-from kp@freebsd.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "R3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 2BA388ADF; Fri, 17 Dec 2021 19:07:04 +0000 (UTC) (envelope-from kp@freebsd.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id 46AAD27F23; Fri, 17 Dec 2021 20:07:02 +0100 (CET) Content-Type: multipart/alternative; boundary=Apple-Mail-6932B05C-3C28-49EC-823D-EFBDF12DCCE0 Content-Transfer-Encoding: 7bit From: Kristof Provost List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org Mime-Version: 1.0 (1.0) Subject: Re: CI tests disabled Date: Fri, 17 Dec 2021 20:07:01 +0100 Message-Id: <6F973C80-B68E-4ADD-AE29-3DC4C8460C6B@freebsd.org> References: Cc: FreeBSD Net In-Reply-To: To: Warner Losh X-Mailer: iPhone Mail (19C56) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639768024; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=yo4Nq0cnOw2wvam2+zl4v9mVqta6N6pQ5LX2qAHGS7U=; b=mWgGkjs+c3XmTBa7Y4upnLW6iEm60j8jsDBmOpPdx6HwEqHysexNmxIgeXgzrSjZHZJaZc oyHyFfdPgmUaPtBTk0H9HC5qma0AQngDE0bFg4YnQB0lFCvlQV6ySHjnnVB9O6eIug4O91 KFwtek5FAr6EOULbjJyznQIqmUo0EzsXyxcLqtnKubIlUPnKuFYHKFlPHmdoDK083ki8QA UguP9ARaiUqvUXJR9juvNQb+1MVOaa49iWhvJKP7rOdR+yBtQKoiPDg/OGiwR52jF+Gi7J UoTTMmIOVK1Bow9pV8XBoOwUBKc8b6vfCC4unH9kmMAboinsiOPdT+OTuFr61g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639768024; a=rsa-sha256; cv=none; b=P2ylm7D55jI3q1YtVAq/GHpqj15SOJw9aRO6leqXi+43gR75Y8hyRysngp7c25oO8O4Uoa hdC8nhNMz8RbJDMGMsNAqcSfKdWgjAc97+r9LAf4WI4bB5I9+JnbZGpVBV0NHVpsd7CmNe XoP97FaY78NX/Apdkm5g9BKGHcp8m5C+EbMUdbZf9Af/oyfkvlothZBZTTVmXUskR07x9R CseDO/FiS0MILut33nPwerrQHKCTd3nhw6SOqcnm5+Wa8ViRjq24DKD9Ctb9j5vWQ58OhM w1GTZ7Ev/tKExbTmV/bP104+QW+NH2jhMqC9aeAOHWrxWEC/el5Ehk7Kbki79A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N --Apple-Mail-6932B05C-3C28-49EC-823D-EFBDF12DCCE0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > On 16 Dec 2021, at 02:45, Warner Losh wrote: >=20 > =EF=BB=BF > The following CI tests have been failing for a while (weeks?). I've disabl= ed them in CI and filed bugs. >=20 > sys.net.if_bridge_test.span > sys.netpfil.pf.forward.v6 > sys.netpfil.pf.set_tos.v6 > sys.netpfil.pf.killstate.v6 >=20 > https://bugs.freebsd.org/260461 > https://bugs.freebsd.org/260460 > https://bugs.freebsd.org/260459 > https://bugs.freebsd.org/260458 >=20 My current suspicion is that it=E2=80=99s related to the issue with jail cle= anup (https://cgit.freebsd.org/src/commit/?id=3Deb93b99d698674e3b1cc7139fda9= 8e2b175b8c5b ), but I=E2=80=99ve been unable to reproduce the failures mysel= f, even in the CI vm image.=20 Kristof --Apple-Mail-6932B05C-3C28-49EC-823D-EFBDF12DCCE0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

On 16 Dec 2021, at 02:45, Warner Losh <imp@bsdimp.com> wrote:

=
=EF=BB=BF
The following CI tests have been failing for a while (weeks?). I'= ve disabled them in CI and filed bugs.

sys.net.if_br= idge_test.span
sys.netpfil.pf.forward.v6
sys.net= pfil.pf.set_tos.v6
sys.netpfil.pf.killstate.v6
<= br>
https://bugs= .freebsd.org/260459

=
My current suspicion is that it=E2=80=99s related t= o the issue with jail cleanup (https://cgit.freebsd.org/s= rc/commit/?id=3Deb93b99d698674e3b1cc7139fda98e2b175b8c5b ), bu= t I=E2=80=99ve been unable to reproduce the failures myself, even in the CI v= m image. 

Kristof
= --Apple-Mail-6932B05C-3C28-49EC-823D-EFBDF12DCCE0--