FreeBSD-stable-15-amd64-gcc14_build - Build #107 - Still Failing
Date: Fri, 24 Oct 2025 06:02:30 UTC
FreeBSD-stable-15-amd64-gcc14_build - Build #107 (0fe083b6e8e8666674a77cf622c1d8edfe7f1ef1) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/107/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/107/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/107/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)
0fe083b6e8e8666674a77cf622c1d8edfe7f1ef1 by cy:
rc: Chase 052211e08c0e and bfb202c4554a, remove ifconfig down/up
The end of the build log:
[...truncated 99.17 MiB...]
--- all_subdir_lib ---
--- getsid_test ---
--- all_subdir_usr.bin ---
--- ctlstat.pieo ---
--- all_subdir_lib ---
(cd /workspace/src/lib/libc/tests/sys && DEPENDFILE=.depend.getsid_test NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/sys/Makefile _RECURSING_PROGS=t PROG=getsid_test )
--- all_subdir_usr.bin ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -I/workspace/src/sys -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.ctlstat.pieo -MTctlstat.pieo -std=gnu17 -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/usr.bin/ctlstat/ctlstat.c -o ctlstat.pieo
--- all_subdir_rescue ---
--- pfctl_make ---
/workspace/src/sbin/pfctl/pfctl_osfp.c: In function 'print_name_list':
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:63: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:17: note: 'snprintf' output 2 or more bytes (assuming 33) into a destination of size 32
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
721 | nm->nm_name);
| ~~~~~~~~~~~~
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:59: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size between 1 and 32 [-Wformat-truncation=]
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~
In function 'print_name_list',
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3:
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:17: note: 'snprintf' output between 2 and 64 bytes into a destination of size 32
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
721 | nm->nm_name);
| ~~~~~~~~~~~~
/workspace/src/sbin/pfctl/pfctl_osfp.c: In function 'print_name_list':
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:59: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size between 1 and 32 [-Wformat-truncation=]
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~
In function 'print_name_list',
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3:
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:17: note: 'snprintf' output between 2 and 64 bytes into a destination of size 32
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
721 | nm->nm_name);
| ~~~~~~~~~~~~
/workspace/src/sbin/pfctl/pfctl_osfp.c: In function 'print_name_list':
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:59: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size between 1 and 32 [-Wformat-truncation=]
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~
In function 'print_name_list',
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3:
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:17: note: 'snprintf' output between 2 and 64 bytes into a destination of size 32
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
721 | nm->nm_name);
| ~~~~~~~~~~~~
/workspace/src/sbin/pfctl/pfctl_osfp.c: In function 'print_name_list':
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:59: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size between 1 and 32 [-Wformat-truncation=]
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~
In function 'print_name_list',
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3:
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:17: note: 'snprintf' output between 2 and 64 bytes into a destination of size 32
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
721 | nm->nm_name);
| ~~~~~~~~~~~~
/workspace/src/sbin/pfctl/pfctl_osfp.c: In function 'print_name_list':
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:59: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size between 1 and 32 [-Wformat-truncation=]
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~
In function 'print_name_list',
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3:
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:17: note: 'snprintf' output between 2 and 64 bytes into a destination of size 32
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
721 | nm->nm_name);
| ~~~~~~~~~~~~
/workspace/src/sbin/pfctl/pfctl_osfp.c: In function 'print_name_list':
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:59: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size between 1 and 32 [-Wformat-truncation=]
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~
In function 'print_name_list',
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3:
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:17: note: 'snprintf' output between 2 and 64 bytes into a destination of size 32
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
721 | nm->nm_name);
| ~~~~~~~~~~~~
/workspace/src/sbin/pfctl/pfctl_osfp.c: In function 'print_name_list':
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:59: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size between 1 and 32 [-Wformat-truncation=]
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~
In function 'print_name_list',
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3:
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:17: note: 'snprintf' output between 2 and 64 bytes into a destination of size 32
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
721 | nm->nm_name);
| ~~~~~~~~~~~~
/workspace/src/sbin/pfctl/pfctl_osfp.c: In function 'print_name_list':
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:59: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size between 1 and 32 [-Wformat-truncation=]
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~
In function 'print_name_list',
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3,
inlined from 'print_name_list' at /workspace/src/sbin/pfctl/pfctl_osfp.c:723:3:
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:17: note: 'snprintf' output between 2 and 64 bytes into a destination of size 32
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
721 | nm->nm_name);
| ~~~~~~~~~~~~
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/string ---
--- strpbrk_test.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug strpbrk_test.full strpbrk_test.debug
--- strpbrk_test ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=strpbrk_test.debug strpbrk_test.full strpbrk_test
--- strrchr_test ---
(cd /workspace/src/lib/libc/tests/string && DEPENDFILE=.depend.strrchr_test NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/string/Makefile _RECURSING_PROGS=t PROG=strrchr_test )
--- all_subdir_lib/libc/tests/sys ---
--- .depend.getsid_test ---
echo getsid_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.getsid_test
--- t_getsid.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.getsid_test.t_getsid.pieo -MTt_getsid.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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/contrib/netbsd-tests/lib/libc/sys/t_getsid.c -o t_getsid.pieo
--- all_subdir_lib/libc/tests/string ---
--- .depend.strrchr_test ---
echo strrchr_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.strrchr_test
--- t_strrchr.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -fno-builtin -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.strrchr_test.t_strrchr.pieo -MTt_strrchr.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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/contrib/netbsd-tests/lib/libc/string/t_strrchr.c -o t_strrchr.pieo
--- all_subdir_lib/libc/tests/net ---
cc1plus: all warnings being treated as errors
--- all_subdir_rescue ---
/workspace/src/sbin/pfctl/pfctl_osfp.c: In function 'pfctl_show_fingerprints':
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:63: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^
In function 'print_name_list',
inlined from 'pfctl_show_fingerprints' at /workspace/src/sbin/pfctl/pfctl_osfp.c:320:4:
/workspace/src/sbin/pfctl/pfctl_osfp.c:720:17: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
720 | snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
721 | nm->nm_name);
| ~~~~~~~~~~~~
--- pfctl_radix.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes -DENABLE_ALTQ -I/workspace/src/sbin/pfctl -I/workspace/src/lib/libpfctl -I/tmp/obj/workspace/src/amd64.amd64/rescue/rescue/workspace/src/lib/libpfctl -DWITH_INET6 -DWITH_INET -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.pfctl_radix.o -MTpfctl_radix.o -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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/pfctl/pfctl_radix.c -o pfctl_radix.o
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/sys ---
--- getsid_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack -o getsid_test.full t_getsid.pieo -lprivateatf-c -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- all_subdir_lib/libc/tests/string ---
--- strrchr_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -fno-builtin -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack -o strrchr_test.full t_strrchr.pieo -lprivateatf-c -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- all_subdir_lib/libc/tests/sys ---
--- getsid_test.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug getsid_test.full getsid_test.debug
--- getsid_test ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=getsid_test.debug getsid_test.full getsid_test
--- getsockname_test ---
(cd /workspace/src/lib/libc/tests/sys && DEPENDFILE=.depend.getsockname_test NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/sys/Makefile _RECURSING_PROGS=t PROG=getsockname_test )
--- all_subdir_lib/libc/tests/string ---
--- strrchr_test.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug strrchr_test.full strrchr_test.debug
--- strrchr_test ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=strrchr_test.debug strrchr_test.full strrchr_test
--- swab_test ---
(cd /workspace/src/lib/libc/tests/string && DEPENDFILE=.depend.swab_test NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/string/Makefile _RECURSING_PROGS=t PROG=swab_test )
--- all_subdir_lib/libc/tests/sys ---
--- .depend.getsockname_test ---
echo getsockname_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.getsockname_test
--- t_getsockname.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.getsockname_test.t_getsockname.pieo -MTt_getsockname.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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/contrib/netbsd-tests/lib/libc/sys/t_getsockname.c -o t_getsockname.pieo
--- all_subdir_lib/libc/tests/string ---
--- .depend.swab_test ---
echo swab_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.swab_test
--- t_swab.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -fno-builtin -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.swab_test.t_swab.pieo -MTt_swab.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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/contrib/netbsd-tests/lib/libc/string/t_swab.c -o t_swab.pieo
--- all_subdir_rescue ---
--- ipfw_make ---
--- nat64lsn.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -DPF -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.nat64lsn.o -MTnat64lsn.o -std=gnu17 -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 -Wno-cast-align -c /workspace/src/sbin/ipfw/nat64lsn.c -o nat64lsn.o
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/sys ---
--- getsockname_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack -o getsockname_test.full t_getsockname.pieo -lprivateatf-c -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- getsockname_test.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug getsockname_test.full getsockname_test.debug
--- getsockname_test ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=getsockname_test.debug getsockname_test.full getsockname_test
--- gettimeofday_test ---
(cd /workspace/src/lib/libc/tests/sys && DEPENDFILE=.depend.gettimeofday_test NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/sys/Makefile _RECURSING_PROGS=t PROG=gettimeofday_test )
--- all_subdir_lib/libc/tests/string ---
--- swab_test.full ---
--- all_subdir_lib/libc/tests/sys ---
--- .depend.gettimeofday_test ---
--- all_subdir_lib/libc/tests/string ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -fno-builtin -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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 -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack -o swab_test.full t_swab.pieo -lprivateatf-c -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- all_subdir_lib/libc/tests/sys ---
echo gettimeofday_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.gettimeofday_test
--- t_gettimeofday.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.gettimeofday_test.t_gettimeofday.pieo -MTt_gettimeofday.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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/contrib/netbsd-tests/lib/libc/sys/t_gettimeofday.c -o t_gettimeofday.pieo
--- all_subdir_lib/libc/tests/string ---
--- swab_test.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug swab_test.full swab_test.debug
--- swab_test ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=swab_test.debug swab_test.full swab_test
--- Kyuafile ---
--- all_subdir_rescue ---
--- nat64stl.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -DPF -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.nat64stl.o -MTnat64stl.o -std=gnu17 -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 -Wno-cast-align -c /workspace/src/sbin/ipfw/nat64stl.c -o nat64stl.o
115.59 real 634.11 user 64.91 sys
make[1]: stopped in /workspace/src
make: stopped in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-stable-15-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins100067779483453651.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-15-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