FreeBSD-stable-15-amd64-test - Build #1081 - Still Unstable

From: <jenkins-admin_at_FreeBSD.org>
Date: Sat, 05 Sep 2026 15:28:25 UTC
FreeBSD-stable-15-amd64-test - Build #1081 (3557da0355326ca1266d152c9df00a46bbb7ea92) - Still Unstable

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/1081/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/1081/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/1081/console

Status explanation:
"Unstable" - some tests are suspected being broken by the following changes
"Still Unstable" - the failing test cases have not been fixed by these
                   following changes and this is a notification to note that
                   these changes have not been fully tested by the CI system

Change summaries:
(Those commits are likely but not certainly responsible)

240bea933ddd3ad296695fc520405bcc4d92be75 by kevans:
bsdinstall: add a hardening knob for unprivileged kenv access

8d227fc5ddf95a6f7f270779ae45f5943db6ad56 by kevans:
prometheus_sysctl_exporter: don't abort on bad labels

48c56b559248295da78ce2a8ec5549afd8cd4d20 by kevans:
kern: fix oversight in security.bsd.unprivileged_kenv_read

8db4de3a74fd4fee04c6c1c317d5281e1f2b0774 by kevans:
usb: xhci: allow up to 1s for SET_ADDRESS

6b1371fca772dd4583e2ba257b3237bad8c57cab by kevans:
stand: set st_dev/st_ino in the loader's ZFS stat for veriexec

96dfa566fc168fa386710451e5d1f036ac387cf6 by kevans:
xhci: Only reset the data toggle value when the USB stack asks for it

7b3d39ef34c24a25b782a6898ca4501f78de9134 by ngie:
asmc(4): Add support for backlight(9) interface

f497d93a32d84db8dfa4aa979a80621df428ae87 by ngie:
asmc: add raw SMC key read/write interface

8424a1497459318eae816266499f8dab5688bc6c by ngie:
asmc: add support for MacBookPro13,1

7d2303e4b8275725b12f9816d6a7d81608e6c5b1 by ngie:
asmc: add automatic voltage/current/power/ambient sensor detection

0e7752e16c313b70e747f31fa64376311a2bb1d7 by ngie:
asmc: replace hardcoded model table with universal probing

0fb34d22351e2816082047bf0b586af50db3caba by ngie:
asmc: rename wol sysctl to auto_poweron

da7f30bc7487a13945779cb691b4653e8cde8a9c by ngie:
asmc: add MMIO backend for T2 Macs

f79bf36c37d5ab29a1feafcddb9e8277f45fe4e4 by ngie:
asmc: fix asmc_key_dump() page fault on T2 MMIO backend

c4595b2f9590f082310ab8c9b03b641bd56bf44b by ngie:
asmc: Refactor sensor detection and sysctl registration

b6fb80014c4660d51712bcc375d0154bf76912f7 by ngie:
asmc: try PIO before MMIO to avoid false T2 detection

4fb3fae62393f02b21e499b2c0cbb28b5a7089ac by ngie:
asmc: add system state and board identity sysctls

9c9a06e0c0953caa58da9486298bd6aaa99b405e by ngie:
asmc: deduplicate sensor converters and cause sysctls

6f16db3a09536c3bd18ca4c967bd8f048920f001 by ngie:
asmc: prefer MMIO backend over PIO when both are present

985a4791a80c433ebd211e5e0aadbf109df11e1f by kbowling:
ofw_pcibus: Inherit PF locality for SR-IOV VFs

6878cf03baab0a647bf68186333c7a6037026e30 by kbowling:
ofw_pcibus: Honor device proximity for DMA tags

0b94a7648ff989095ee29e1ca8031b05b27f2d15 by kbowling:
e1000: Limit the TSO sentinel to lem(4) controllers

23621baf099d7ace6cb6445cab9ca6a811f25e80 by kbowling:
pci: Expose a VF's owning PF to bus subclasses

2eff633de3b36b1188676e46edafd0a266520fc3 by kib:
kern/kern_descrip.c: export filecaps_fill()

34bc2da3ac66f3a1890c9a70713a1c6c8ee3f879 by kib:
capsicum: add CAP_PTRACE

73e3e21d32855569fe1315f739746e9e321c7c4a by kib:
pdfork(2): add PD_PTRACE_CAP flag

06259de78fa0e3a5799f42a0c6e92f52857a257b by kib:
sys/bsm/audit_kevents.h: add AUE_PDPTRACE

f83c2423ce0f24ff68cf12da01419c4ab09ad4ca by kib:
ptrace: split sys_ptrace()/freebsd32_ptrace()

74883c24a04ac0cdf7facd8b80ec536d50ee8c4c by kib:
Add pdptrace(2)

fbf7d1651e9abe2f34c545d9f7f891c41ad236b0 by kib:
lib/libsys: export pdptrace(2)

c3d0110e12f053277ad9e22ac38b321bc0a261fe by kib:
Regen

48e709bbbda209d46183a42e74b4dd1bda5ec12f by kib:
pdfork.2, rights.4: document pdptrace(2), CAP_PTRACE, and

bba959f73e52e284432b2a9569ce2f6f386d502d by kib:
tests/sys/kern/pdwait: adjust test for the addition of CAP_PTRACE

39321b7a14620485f1fd9ff7b769398cfda2dfdb by kib:
ptrace(2): add PT_GET_ABI_NAME request

547bce66c47788f76720c3e7fd873a7f6424e3a5 by kib:
ptrace.2: document PT_GET_ABI_NAME

5e9d42f6aa710d71d1c054fa34e984d37447a850 by kib:
kern: add p_canopen()

1cab7e212476174fc749627cc5114ebaf3f92590 by kib:
pdptrace(2): allow debugging in capability mode

74145b2f9f980ea1c8f455f6b97d5a88e0564dc9 by kib:
pdopenpid(2): allow in capability mode with restrictions

c09ee2f0cca6b7ce34d98dc8cc31cafa34fb9322 by kib:
pdopenpid(2): in cap mode, translate all errors from pdopenpid1() to

fe56ee28349cbc8e35c898864077aa844a155e61 by kib:
ptrace(2): allow ptrace(PT_TRACE_ME) in cap mode

665a5f0f45846c27e6fd253b4adbe5b6193cecb8 by kib:
Regen

201fd5bc466185321d7fdfc4d49cc7f784095863 by kib:
pdfork.2: document cap mode, namely pdopenpid(2) and pdptrace(2) errors

2fbb853ec71e71bfa6e6194781ffc66f1fde9968 by kib:
sys/tests/kern/pdopenpid: pdopenpid(2) is allowed in cap mode

5b10e1c349f99ea56eafbceb95828a058f2102ea by kib:
tests/sys/kern/procdesc.c: mark grandchild var in pdopenpid_capmode() as

3867241ba06304309f014e7480a2481774660820 by kib:
condvars(9): add cv_wait_sig_unlock()

124ccedff25e9a19c4203fb72ba5e0bd646595a8 by kib:
condvar.9: document cv_wait_sig_unblock(9)

a58557090670d61358b97eab285dcbde2402ad97 by kib:
tty: add tty_wait_proctree(9)

5362192f9df36eafa45d889a237778f1045707e6 by kib:
tty: make tty_wait_background() aware of proctree_lock ownership

2469f84bec79b090b261a6b075c76304541e2070 by kib:
kern/tty.c: Exterrorize returns

c41e308ef27bda0b8149931923c6721aa321aad9 by kib:
tty: gracefully handle proctree_lock locking

8ab5624f401c4830e0bbbe9f5287fc1a14d4864c by kib:
tests/sys/kern: Skip capsicum procdesc tests when capability mode is

3557da0355326ca1266d152c9df00a46bbb7ea92 by christos:
bhyve: Do not panic on invalid input in HDA emulation



The failed test cases:

152 tests failed.
FAILED:  sbin.ping.ping_test.inject_opts

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sbin.ping.ping_test.inject_pip

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sbin.ping.ping_test.inject_reply

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.net.if_bridge_test.span

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.net.if_bridge_test.stp_validation

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet.divert.ipdivert_ip_input_local_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet.divert.ipdivert_ip_output_remote_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet.forward.fwd_ip_icmp_gw_fast_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet.forward.fwd_ip_icmp_gw_slow_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet.forward.fwd_ip_icmp_iface_fast_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet.forward.fwd_ip_icmp_iface_slow_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet.redirect.valid_redirect

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.divert.ipdivert_ip6_output_remote_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.exthdr.exthdr

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.forward6.fwd_ip6_gu_icmp_gw_gu_fast_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.forward6.fwd_ip6_gu_icmp_gw_gu_slow_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.forward6.fwd_ip6_gu_icmp_gw_ll_fast_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.forward6.fwd_ip6_gu_icmp_gw_ll_slow_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.forward6.fwd_ip6_gu_icmp_iface_fast_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.forward6.fwd_ip6_gu_icmp_iface_slow_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_02.frag6_02

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_03.frag6_03

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_04.frag6_04

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_05.frag6_05_0

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_05.frag6_05_1

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_06.frag6_06_0

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_07.frag6_07

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_08.frag6_08

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_09.frag6_09

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_10.frag6_10

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_11.frag6_11

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_12.frag6_12

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_13.frag6_13

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_14.frag6_14

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_15.frag6_15

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_16.frag6_16

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_17.frag6_17

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_18.frag6_18

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_19.frag6_19

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.frag6.frag6_20.frag6_20

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.mld.mldraw01

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.redirect.valid_redirect

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.scapyi386.scapyi386

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.common.forward.ipf_v4

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.common.forward.ipfw_v4

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.common.forward.pf_v4

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.common.tos.ipfw_tos

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.common.tos.pf_tos

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.ipfw.ipv6-flow-id.ipv6fl

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.dup.dup_to

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.ether.bridge_to

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.forward.v4

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.forward.v6

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_compat.overindex

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_compat.overlimit

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_compat.overreplace

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_no_reassembly.compat_override_v4

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_no_reassembly.match_fragment_v4

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_no_reassembly.match_full_v4

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_pass.adjhole

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_pass.dummynet_fragmented

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_pass.no_df

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_pass.overhole

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_pass.overindex

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_pass.overlimit

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_pass.overreplace

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_pass.reassemble_slowpath

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.icmp.cve_2019_5598

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.icmp6.zero_id

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.killstate.gateway

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.killstate.id

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.killstate.interface

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.killstate.key

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.killstate.label

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.killstate.multilabel

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.killstate.nat

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.killstate.v4

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.killstate.v6

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.match.allow_opts

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.max_states.max_states

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.modulate.modulate_v4

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.modulate.modulate_v6

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.nat.binat_compat

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.nat.binat_match

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.nat.empty_pool

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.nat.nat_match

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.nat.nat_pass_in

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.nat.nat_pass_out

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.pass_block.urpf

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.pflow.nat

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.pflow.rule

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.pflow.state_defaults

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.pflow.v6

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.pfsync.af_to_in_floating

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.pfsync.af_to_in_if_bound

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.pfsync.af_to_out_if_bound

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.pfsync.defer

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.pfsync.route_to_1301

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.pfsync.route_to_1301_bad_rpool

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.pfsync.route_to_1301_bad_ruleset

Error Message:
atf-check failed; see the output of the test for details

... and 52 other failed tests.