[Bug 291735] sys/netpfil/pf/pflog:rdr_action test fails in CI
Date: Wed, 17 Dec 2025 04:24:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291735
Bug ID: 291735
Summary: sys/netpfil/pf/pflog:rdr_action test fails in CI
Product: Base System
Version: 16.0-CURRENT
Hardware: Any
OS: Any
Status: New
Keywords: regression
Severity: Affects Only Me
Priority: ---
Component: tests
Assignee: glebius@FreeBSD.org
Reporter: me@svmhdvn.name
CC: testing@FreeBSD.org
Created attachment 266280
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266280&action=edit
kyua test report
The 'sys/netpfil/pf/pflog:rdr_action' testcase fails in CI:
===> sys/netpfil/pf/pflog:rdr_action
Result: failed: atf-check failed; see the output of the test for details
Standard output:
net.inet.ip.forwarding: 0 -> 1
add net default: gateway 192.0.2.1
Log
Executing command [ cat pflog.txt ]
Standard error:
pf enabled
Ethernet rules cleared
rules cleared
nat cleared
0 tables deleted.
rules cleared
0 states cleared
source tracking entries cleared
pf: statistics cleared
pf: interface flags reset
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on pflog0, link-type PFLOG (OpenBSD pflog file), snapshot length
262144 bytes
Fail: regexp .*.*rule 0/0\(match\): rdr in on epair1b: 198.51.100.1.[0-9]* >
198.51.100.2.1234: Flags \[S\].* not in stdout
I have reproduced this error using Bricoler with 100 runs for good measure and
attached the failing test report in this bug:
$ bricoler run freebsd-src-regression-suite --param freebsd-src:url=/usr/src
--param freebsd-src:branch= --param
freebsd-src-regression-suite:hypervisor=bhyve --param
freebsd-src-regression-suite:memory=4096 --param
freebsd-src-regression-suite:ncpus=2 --param
freebsd-src-regression-suite:parallelism=1 --param
freebsd-src-regression-suite:count=100 --param
freebsd-src-regression-suite:tests='sys/netpfil/pf/pflog:rdr_action'
@glebius, I bisected the failure to your commit
https://cgit.freebsd.org/src/commit/?id=8774a990ee4094f16d596d4b78e0f3239e5d0c88
(bpf: modularize ifnet(9) part of bpf). Please triage as necessary.
--
You are receiving this mail because:
You are on the CC list for the bug.