FreeBSD-stable-14-amd64-gcc14_build - Build #1284 - Still Failing
Date: Sun, 06 Sep 2026 01:48:04 UTC
FreeBSD-stable-14-amd64-gcc14_build - Build #1284 (7a0f01a84d62e05d6f68c58ee504647068403586) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1284/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1284/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1284/console
Status explanation:
"Failure" - the build is suspected being broken by the following changes
"Still Failing" - the build has not been fixed by the 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)
b8370f520dbaa652c4592e02f8f7840db44e95e1 by kevans:
bsdinstall: add a hardening knob for unprivileged kenv access
1cfebc97445cdc72e1a01236c92732042205146e by kevans:
prometheus_sysctl_exporter: don't abort on bad labels
7399eb45406874f35e736f105d7d6ff0516c7a2e by kevans:
kern: fix oversight in security.bsd.unprivileged_kenv_read
4337e2bd5f895d945f87a364e341c613e47c5cf9 by kevans:
usb: xhci: allow up to 1s for SET_ADDRESS
dc052bc25986f86975b1642e663caf8dd85cd61e by kevans:
stand: set st_dev/st_ino in the loader's ZFS stat for veriexec
f656bde0c2efd016f1c5d1f22460d657e73a7eb5 by kevans:
xhci: Only reset the data toggle value when the USB stack asks for it
c58ec93eee8d5300959b84525b82c76826b586e0 by kbowling:
ofw_pcibus: Inherit PF locality for SR-IOV VFs
ac364c3b368c520930328d3a363f3aa921519b6c by kbowling:
ofw_pcibus: Honor device proximity for DMA tags
7e2631981e2465e44d992ca115b468cda1be7221 by kbowling:
e1000: Limit the TSO sentinel to lem(4) controllers
b88d20eb024110e563352ad2beb83817ed1f08bc by kbowling:
pci: Expose a VF's owning PF to bus subclasses
20f75b486aa903007f77280122b7f5cd655ffcee by ngie:
asmc(4): Add PnP record
8c39d9f752398976e156c4c38997ccf29d9d24c4 by ngie:
asmc(4): Add support for backlight(9) interface
967501b3c7cc170b6b373db22d137650b3ef519a by ngie:
asmc: add raw SMC key read/write interface
470993a3d879ab41b2e6466d3495887f480cd247 by ngie:
asmc: add support for MacBookPro13,1
6bdc21d47fe437a9e5d3bb1766c3d88c7c54c8a7 by ngie:
asmc: add automatic voltage/current/power/ambient sensor detection
c23d7287f22dd14d3b874fef6a359cbaf4808ac1 by ngie:
asmc: replace hardcoded model table with universal probing
94b80b3dc4f8b0e1b6a38fd8d40f5abf4c7e7abc by ngie:
asmc: rename wol sysctl to auto_poweron
744396cdb66abe4d8a0485721aa1d8ff8e7ba79e by ngie:
asmc: add MMIO backend for T2 Macs
9537554b617bb1a45d6b66a08153daca5686232b by ngie:
asmc: fix asmc_key_dump() page fault on T2 MMIO backend
5a7ff2eb7d0dcc7d8b7f08663fc2e65ac7ef1ebe by ngie:
asmc: Refactor sensor detection and sysctl registration
95aa170e635866a9943fa262b1f76e484bcba8c6 by ngie:
asmc: try PIO before MMIO to avoid false T2 detection
6e4229e0e17b6958371c4e4df28cbd60e331d272 by ngie:
asmc: add system state and board identity sysctls
a6e503c5fe693058107027bb271469c4baf65dd7 by ngie:
asmc: deduplicate sensor converters and cause sysctls
7a0f01a84d62e05d6f68c58ee504647068403586 by ngie:
asmc: prefer MMIO backend over PIO when both are present
The end of the build log:
[...truncated 104.94 MiB...]
33 | [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT {
| ^~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/stdlib.h:109,
from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/cstdlib:90,
from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/typeinfo:391,
from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_count.h:14,
from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:34:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__math/abs.h:29:48: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
29 | [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double fabs(double __x) _NOEXCEPT {
| ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__math/exponential_functions.h:66:30: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
66 | _LIBCPP_HIDE_FROM_ABI double ldexp(double __x, int __e) _NOEXCEPT {
| ^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:376:53: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
376 | _LIBCPP_HIDE_FROM_ABI basic_ostream<char, _Traits>& operator<<(basic_ostream<char, _Traits>& __os, char __c) {
| ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:437:53: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
437 | _LIBCPP_HIDE_FROM_ABI basic_ostream<char, _Traits>& operator<<(basic_ostream<char, _Traits>& __os, const char* __str) {
| ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:3764:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
3764 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, _CharT __rhs) {
| ^~~~~~~~
In file included from /workspace/src/usr.bin/dtc/input_buffer.hh:39:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/unordered_set:1074:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
1074 | unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(const unordered_set& __u) : __table_(__u.__table_) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/unordered_set:1074:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/unordered_set:1074:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__charconv/to_chars_integral.h:17:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__charconv/to_chars_base_10.h:69:59: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
69 | _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI char* __append10(char* __first, _Tp __value) _NOEXCEPT {
| ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__charconv/to_chars_base_10.h:69:59: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support.h:106,
from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/contention_t.h:12:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:84:28: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
84 | _LIBCPP_HIDE_FROM_ABI void __cxx_atomic_store(__cxx_atomic_base_impl<_Tp>* __a, _Tp __val, memory_order __order) {
| ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:79:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
79 | __cxx_atomic_store(volatile __cxx_atomic_base_impl<_Tp>* __a, _Tp __val, memory_order __order) {
| ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:124:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
124 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_exchange(__cxx_atomic_base_impl<_Tp>* __a, _Tp __value, memory_order __order) {
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:116:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
116 | __cxx_atomic_exchange(volatile __cxx_atomic_base_impl<_Tp>* __a, _Tp __value, memory_order __order) {
| ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:108:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
108 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const __cxx_atomic_base_impl<_Tp>* __a, memory_order __order) {
| ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:89:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
89 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const volatile __cxx_atomic_base_impl<_Tp>* __a, memory_order __order) {
| ^~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/cmath:330:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__math/special_functions.h:29:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
29 | _LIBCPP_HIDE_FROM_ABI _Real __hermite(unsigned __n, _Real __x) {
| ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__math/special_functions.h:29:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__math/hypot.h:58:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
58 | _LIBCPP_HIDE_FROM_ABI _Real __hypot(_Real __x, _Real __y, _Real __z) {
| ^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__math/hypot.h:58:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__math/hypot.h:58:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
--- all_subdir_sbin ---
--- all_subdir_sbin/ipfw15 ---
/workspace/src/sbin/ipfw15/ipfw2.c: In function 'compile_rule':
/workspace/src/sbin/ipfw15/ipfw2.c:4595:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
4595 | if (match_token(rule_eactions, *av) == -1)
| ^
/workspace/src/sbin/ipfw15/ipfw2.c:4605:9: note: here
4605 | case TOK_EACTION: {
| ^~~~
--- all_subdir_sbin/ipf ---
--- all_subdir_sbin/ipf/ipmon ---
--- ipmon_l.pieo ---
--- ipmon.full ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -O2 -pipe -fno-common -DLOGFAC=LOG_LOCAL0 -I. -Wno-error=unused-but-set-variable -I/workspace/src/sys -I/workspace/src/sys/netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE -DUSE_INET6 -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-format -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -Wl,-zrelro -pie -Wl,-znoexecstack -o ipmon.full ipmon.pieo ipmon_y.pieo ipmon_l.pieo -L/tmp/obj/workspace/src/amd64.amd64/sbin/ipf/libipf -lipf_pie -lkvm
--- ipmon.5.gz ---
gzip -cn /workspace/src/sbin/ipf/ipmon/ipmon.5 > ipmon.5.gz
--- ipmon.8.gz ---
gzip -cn /workspace/src/sbin/ipf/ipmon/ipmon.8 > ipmon.8.gz
--- ipmon.debug ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --only-keep-debug ipmon.full ipmon.debug
--- ipmon ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --strip-debug --add-gnu-debuglink=ipmon.debug ipmon.full ipmon
--- all_subdir_sbin/natd ---
===> sbin/natd (all)
--- .depend ---
echo natd.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libalias.a >> .depend
--- natd.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -fpie -DPIC -O2 -pipe -fno-common -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.natd.pieo -MTnatd.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/sbin/natd/natd.c -o natd.pieo
--- all_subdir_tests ---
--- lio_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -O2 -pipe -fno-common -I/workspace/src/tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wl,-zrelro -pie -Wl,-znoexecstack -o lio_test.full lio_test.pieo -lprivateatf-c -lrt
--- lio_test.debug ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --only-keep-debug lio_test.full lio_test.debug
--- all_subdir_usr.sbin ---
In function 'cd9660_rrip_move_directory',
inlined from 'cd9660_convert_structure' at /workspace/src/usr.sbin/makefs/cd9660.c:1399:11:
/workspace/src/usr.sbin/makefs/cd9660.c:1288:9: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 8 [-Wstringop-truncation]
1288 | strncpy(dir->isoDirRecord->name, newname, 8);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_tests ---
--- lio_test ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --strip-debug --add-gnu-debuglink=lio_test.debug lio_test.full lio_test
--- Kyuafile ---
--- all_subdir_tests/sys/audit ---
===> tests/sys/audit (all)
--- utils.o ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/openbsm -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -c /workspace/src/tests/sys/audit/utils.c -o utils.o
--- all_subdir_rescue ---
--- parms.o ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -O2 -pipe -fno-common -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/rescue/rescue/workspace/src=/usr/obj -g -MD -MF.depend.parms.o -MTparms.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/sbin/routed/parms.c -o parms.o
--- all_subdir_tests ---
--- Kyuafile ---
--- file-attribute-access ---
(cd /workspace/src/tests/sys/audit && DEPENDFILE=.depend.file-attribute-access NO_SUBDIR=1 make -f /workspace/src/tests/sys/audit/Makefile _RECURSING_PROGS=t PROG=file-attribute-access )
--- .depend.file-attribute-access ---
echo file-attribute-access.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> .depend.file-attribute-access
--- file-attribute-access.o ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/openbsm -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.file-attribute-access.file-attribute-access.o -MTfile-attribute-access.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -c /workspace/src/tests/sys/audit/file-attribute-access.c -o file-attribute-access.o
--- all_subdir_sbin ---
--- all_subdir_sbin/ipf ---
--- all_subdir_sbin/ipf/ipnat ---
--- ipnat.full ---
/usr/local/bin/x86_64-unknown-freebsd14.4-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.4/bin/ -O2 -pipe -fno-common -I. -Wno-error=unused-but-set-variable -I/workspace/src/sys -I/workspace/src/sys/netpfil/ipfilter -I/workspace/src/sbin/ipf/common -DSTATETOP -D__UIO_EXPOSE -DUSE_INET6 -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-format -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -Wl,-zrelro -pie -Wl,-znoexecstack -o ipnat.full ipnat.pieo ipnat_y.pieo ipnat_l.pieo -L/tmp/obj/workspace/src/amd64.amd64/sbin/ipf/libipf -lipf_pie -lkvm
--- ipnat.8.gz ---
gzip -cn /workspace/src/sbin/ipf/ipnat/ipnat.8 > ipnat.8.gz
--- ipnat.4.gz ---
gzip -cn /workspace/src/sbin/ipf/ipnat/ipnat.4 > ipnat.4.gz
--- ipnat.5.gz ---
gzip -cn /workspace/src/sbin/ipf/ipnat/ipnat.5 > ipnat.5.gz
--- ipnat.debug ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --only-keep-debug ipnat.full ipnat.debug
--- ipnat ---
/usr/local/x86_64-unknown-freebsd14.4/bin/objcopy --strip-debug --add-gnu-debuglink=ipnat.debug ipnat.full ipnat
--- all_subdir_sbin/ipfw ---
cc1: all warnings being treated as errors
*** [ipfw2.pieo] Error code 1
make[4]: stopped making "all" in /workspace/src/sbin/ipfw
make[4]: 1 error
make[4]: stopped making "all" in /workspace/src/sbin/ipfw
make[3]: stopped making "all" in /workspace/src/sbin
--- all_subdir_sbin/ipf ---
make[4]: stopped making "all" in /workspace/src/sbin/ipf
make[3]: stopped making "all" in /workspace/src/sbin
--- all_subdir_usr.sbin ---
make[3]: stopped making "all" in /workspace/src/usr.sbin
make[2]: stopped making "all" in /workspace/src
--- all_subdir_rescue ---
make[5]: stopped making "objs" in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue
*** [objs] Error code 2
make[4]: stopped making "all" in /workspace/src/rescue/rescue
make[4]: 1 error
make[4]: stopped making "all" in /workspace/src/rescue/rescue
make[3]: stopped making "all" in /workspace/src/rescue
make[2]: stopped making "all" in /workspace/src
--- all_subdir_sbin ---
--- all_subdir_sbin/natd ---
make[3]: stopped making "all" in /workspace/src/sbin
--- all_subdir_tests ---
make[5]: stopped making "all" in /workspace/src/tests/sys/audit
make[4]: stopped making "all" in /workspace/src/tests/sys
make[3]: stopped making "all" in /workspace/src/tests
make[2]: stopped making "all" in /workspace/src
--- all_subdir_lib ---
make[6]: stopped making "all" in /workspace/src/lib/libc/tests/stdlib
make[5]: stopped making "all" in /workspace/src/lib/libc/tests
--- all_subdir_sbin ---
--- all_subdir_sbin/ipfw15 ---
make[3]: stopped making "all" in /workspace/src/sbin
make[2]: stopped making "all" in /workspace/src
--- all_subdir_usr.bin ---
make[3]: stopped making "all" in /workspace/src/usr.bin
make[2]: stopped making "all" in /workspace/src
--- all_subdir_cddl ---
--- all_subdir_cddl/usr.sbin/zfsd/tests ---
make[6]: stopped making "all" in /workspace/src/cddl/usr.sbin/zfsd/tests
make[5]: stopped making "all" in /workspace/src/cddl/usr.sbin/zfsd
make[4]: stopped making "all" in /workspace/src/cddl/usr.sbin
make[3]: stopped making "all" in /workspace/src/cddl
make[2]: stopped making "all" in /workspace/src
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/net ---
--- link_addr_test ---
make[6]: stopped making "all" in /workspace/src/lib/libc/tests/net
make[5]: stopped making "all" in /workspace/src/lib/libc/tests
make[4]: stopped making "all" in /workspace/src/lib/libc
make[3]: stopped making "all" in /workspace/src/lib
make[2]: stopped making "all" in /workspace/src
288.25 real 1910.68 user 151.75 sys
make[1]: stopped making "buildworld" in /workspace/src
make: stopped making "buildworld" in /workspace/src
Build step 'Execute shell' marked build as failure
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-stable-14-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins8746674398263241766.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-14-amd64-gcc14_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address