From owner-dev-commits-src-main@freebsd.org Wed Jun 23 17:44:10 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9EA4B654730; Wed, 23 Jun 2021 17:44:10 +0000 (UTC) (envelope-from lutz@iks-jena.de) Received: from annwfn.iks-jena.de (annwfn.iks-jena.de [IPv6:2001:4bd8::19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4G99cV1tmZz3MxD; Wed, 23 Jun 2021 17:44:09 +0000 (UTC) (envelope-from lutz@iks-jena.de) X-SMTP-Sender: IPv6:2001:4bd8:0:666:248:54ff:fe12:ee3f Received: from belenus.iks-jena.de (belenus.iks-jena.de [IPv6:2001:4bd8:0:666:248:54ff:fe12:ee3f]) by annwfn.iks-jena.de (8.15.2/8.15.2) with ESMTPS id 15NHi1eL028663 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 23 Jun 2021 19:44:01 +0200 X-MSA-Host: belenus.iks-jena.de Received: (from lutz@localhost) by belenus.iks-jena.de (8.14.3/8.14.1/Submit) id 15NHi1XG021412; Wed, 23 Jun 2021 19:44:01 +0200 Date: Wed, 23 Jun 2021 19:44:01 +0200 From: Lutz Donnerhacke To: Alexander Richardson Cc: Lutz Donnerhacke , src-committers , "" , dev-commits-src-main@freebsd.org Subject: Re: git: 9efcad61d830 - main - libalias: Restructure - Use AliasRange instead of PORT_BASE Message-ID: <20210623174401.GA21369@belenus.iks-jena.de> References: <202106191953.15JJrdpI039180@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-message-flag: Please send plain text messages only. Thank you. User-Agent: Mutt/1.5.17 (2007-11-01) X-Rspamd-Queue-Id: 4G99cV1tmZz3MxD X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 17:44:10 -0000 On Wed, Jun 23, 2021 at 11:05:44AM +0100, Alexander Richardson wrote: > On Sat, 19 Jun 2021 at 20:53, Lutz Donnerhacke wrote: > > commit 9efcad61d8309ecad3c15392b277fd329a1e45e4 > > Author: Lutz Donnerhacke > > AuthorDate: 2021-05-28 17:17:40 +0000 > > Commit: Lutz Donnerhacke > > CommitDate: 2021-06-19 19:40:09 +0000 > > > > libalias: Restructure - Use AliasRange instead of PORT_BASE [shorten the output for better readability of the messages] > This commit or one of the previous ones appears to have broken three tests: > sys.netpfil.common.nat.ipfw_basic > sys.netpfil.common.nat.ipfw_cgn > sys.netpfil.common.nat.ipfw_portalias > > See https://ci.freebsd.org/job/FreeBSD-main-amd64-test/18437/ Thank you for notifying. This will certainly delay the MFC until the issue is solved. > Could you look into this? I tried to, but failed to reproduce so far. But this is entirely my fault.