FreeBSD-main-amd64-gcc13_build - Build #3832 - Still Failing
Date: Mon, 07 Jul 2025 16:51:23 UTC
FreeBSD-main-amd64-gcc13_build - Build #3832 (13a21c0c0e3db6e2c1a317031c7d1bf4651bec3d) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3832/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3832/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/3832/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)
13a21c0c0e3db6e2c1a317031c7d1bf4651bec3d by kib:
VOP_WRITE_POST(): correct condition for knote activation
The end of the build log:
[...truncated 87.44 MiB...]
--- hypot_test.debug ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug hypot_test.full hypot_test.debug
--- hypot_test ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=hypot_test.debug  hypot_test.full hypot_test
--- all_subdir_tests ---
--- .depend.mini-me.noexec ---
--- all_subdir_lib ---
--- infinity_test ---
--- all_subdir_tests ---
echo mini-me.noexec.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  >> .depend.mini-me.noexec
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/newsyslog ---
--- newsyslog.pieo ---
/workspace/src/usr.sbin/newsyslog/newsyslog.c: In function 'do_rotate':
--- all_subdir_tests ---
--- mini-me.noexec.full ---
--- all_subdir_lib ---
(cd /workspace/src/lib/msun/tests &&  DEPENDFILE=.depend.infinity_test  NO_SUBDIR=1 make -f /workspace/src/lib/msun/tests/Makefile _RECURSING_PROGS=t  PROG=infinity_test )
--- all_subdir_usr.sbin ---
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1803:54: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 1023 [-Wformat-truncation=]
 1803 |                 (void) snprintf(fname, fname_sz, "%s.%d", namepart, numlogs_c);
      |                                                      ^~
In function 'gen_classiclog_fname',
    inlined from 'do_rotate' at /workspace/src/usr.sbin/newsyslog/newsyslog.c:1963:3:
--- all_subdir_tests ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -I/workspace/src/tests -g -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  -Wl,-zrelro -static -Wl,-znoexecstack  -o mini-me.noexec.full mini-me.o  
--- all_subdir_usr.sbin ---
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1803:50: note: directive argument in the range [-2147483648, 2147483646]
 1803 |                 (void) snprintf(fname, fname_sz, "%s.%d", namepart, numlogs_c);
      |                                                  ^~~~~~~
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1803:24: note: 'snprintf' output between 3 and 1036 bytes into a destination of size 1024
 1803 |                 (void) snprintf(fname, fname_sz, "%s.%d", namepart, numlogs_c);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/newsyslog/newsyslog.c: In function 'do_rotate':
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1800:56: warning: '.' directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=]
 1800 |                 (void) snprintf(fname, fname_sz, "%s/%s.%d", archive_dir,
      |                                                        ^
In function 'gen_classiclog_fname',
    inlined from 'gen_classiclog_fname' at /workspace/src/usr.sbin/newsyslog/newsyslog.c:1795:1,
    inlined from 'do_rotate' at /workspace/src/usr.sbin/newsyslog/newsyslog.c:1963:3:
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1800:50: note: directive argument in the range [-2147483648, 2147483646]
 1800 |                 (void) snprintf(fname, fname_sz, "%s/%s.%d", archive_dir,
      |                                                  ^~~~~~~~~~
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1800:24: note: 'snprintf' output 4 or more bytes (assuming 1037) into a destination of size 1024
 1800 |                 (void) snprintf(fname, fname_sz, "%s/%s.%d", archive_dir,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1801 |                     namepart, numlogs_c);
      |                     ~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/newsyslog/newsyslog.c: In function 'do_rotate':
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1803:54: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size between 0 and 1023 [-Wformat-truncation=]
 1803 |                 (void) snprintf(fname, fname_sz, "%s.%d", namepart, numlogs_c);
      |                                                      ^~
In function 'gen_classiclog_fname',
    inlined from 'do_rotate' at /workspace/src/usr.sbin/newsyslog/newsyslog.c:1972:3:
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1803:50: note: directive argument in the range [0, 2147483645]
 1803 |                 (void) snprintf(fname, fname_sz, "%s.%d", namepart, numlogs_c);
      |                                                  ^~~~~~~
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1803:24: note: 'snprintf' output between 3 and 1035 bytes into a destination of size 1024
 1803 |                 (void) snprintf(fname, fname_sz, "%s.%d", namepart, numlogs_c);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/newsyslog/newsyslog.c: In function 'do_rotate':
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1800:56: warning: '.' directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=]
 1800 |                 (void) snprintf(fname, fname_sz, "%s/%s.%d", archive_dir,
      |                                                        ^
In function 'gen_classiclog_fname',
    inlined from 'gen_classiclog_fname' at /workspace/src/usr.sbin/newsyslog/newsyslog.c:1795:1,
    inlined from 'do_rotate' at /workspace/src/usr.sbin/newsyslog/newsyslog.c:1972:3:
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1800:50: note: directive argument in the range [0, 2147483645]
 1800 |                 (void) snprintf(fname, fname_sz, "%s/%s.%d", archive_dir,
      |                                                  ^~~~~~~~~~
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1800:24: note: 'snprintf' output 4 or more bytes (assuming 1036) into a destination of size 1024
 1800 |                 (void) snprintf(fname, fname_sz, "%s/%s.%d", archive_dir,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1801 |                     namepart, numlogs_c);
      |                     ~~~~~~~~~~~~~~~~~~~~
/workspace/src/usr.sbin/newsyslog/newsyslog.c: In function 'do_rotate':
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1954:69: warning: '.' directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=]
 1954 |                         (void) snprintf(file1, sizeof(file1), "%s/%s.%s",
      |                                                                     ^
/workspace/src/usr.sbin/newsyslog/newsyslog.c:1954:32: note: 'snprintf' output 3 or more bytes (assuming 1055) into a destination of size 1024
 1954 |                         (void) snprintf(file1, sizeof(file1), "%s/%s.%s",
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1955 |                             dirpart, namepart, datetimestr);
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_lib ---
--- .depend.infinity_test ---
echo infinity_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/tmp/usr/lib/libm.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.infinity_test
--- t_infinity.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -DHAVE_FENV_H -I/workspace/src/contrib/netbsd-tests/lib/libc/gen -D__HAVE_LONG_DOUBLE -fno-builtin -DLDBL_PREC=64 -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -g -MD  -MF.depend.infinity_test.t_infinity.pieo -MTt_infinity.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 -Wno-unknown-pragmas       -c /workspace/src/contrib/netbsd-tests/lib/libm/t_infinity.c -o t_infinity.pieo
--- all_subdir_rescue ---
--- routed_make ---
--- main.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/  -O2 -pipe -fno-common   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD  -MF.depend.main.o -MTmain.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 -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/main.c -o main.o
--- all_subdir_lib ---
--- infinity_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -DHAVE_FENV_H -I/workspace/src/contrib/netbsd-tests/lib/libc/gen -D__HAVE_LONG_DOUBLE -fno-builtin -DLDBL_PREC=64 -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -g -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-unknown-pragmas  -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack  -o infinity_test.full t_infinity.pieo  -lprivateatf-c  -lm -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- infinity_test.debug ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug infinity_test.full infinity_test.debug
--- all_subdir_tests ---
--- mini-me.noexec.debug ---
--- all_subdir_lib ---
--- infinity_test ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=infinity_test.debug  infinity_test.full infinity_test
--- all_subdir_tests ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug mini-me.noexec.full mini-me.noexec.debug
--- all_subdir_sbin ---
--- all_subdir_sbin/ipfw ---
--- nat.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -DPF -fPIE -g -MD  -MF.depend.nat.pieo -MTnat.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 -Wno-cast-align         -c /workspace/src/sbin/ipfw/nat.c -o nat.pieo
--- all_subdir_lib ---
--- ilogb_test ---
(cd /workspace/src/lib/msun/tests &&  DEPENDFILE=.depend.ilogb_test  NO_SUBDIR=1 make -f /workspace/src/lib/msun/tests/Makefile _RECURSING_PROGS=t  PROG=ilogb_test )
--- all_subdir_tests ---
--- mini-me.noexec ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=mini-me.noexec.debug  mini-me.noexec.full mini-me.noexec
--- all_subdir_lib ---
--- .depend.ilogb_test ---
echo ilogb_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/tmp/usr/lib/libm.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.ilogb_test
--- all_subdir_tests ---
--- mini-me.setuid ---
--- all_subdir_lib ---
--- t_ilogb.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -DHAVE_FENV_H -I/workspace/src/contrib/netbsd-tests/lib/libc/gen -D__HAVE_LONG_DOUBLE -fno-builtin -DLDBL_PREC=64 -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -g -MD  -MF.depend.ilogb_test.t_ilogb.pieo -MTt_ilogb.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--- all_subdir_tests ---
(cd /workspace/src/tests/sys/capsicum &&  DEPENDFILE=.depend.mini-me.setuid  NO_SUBDIR=1 make -f /workspace/src/tests/sys/capsicum/Makefile _RECURSING_PROGS=t  PROG=mini-me.setuid )
--- all_subdir_lib ---
-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-unknown-pragmas       -c /workspace/src/contrib/netbsd-tests/lib/libm/t_ilogb.c -o t_ilogb.pieo
--- all_subdir_tests ---
--- .depend.mini-me.setuid ---
echo mini-me.setuid.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  >> .depend.mini-me.setuid
--- mini-me.setuid.full ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -I/workspace/src/tests -g -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  -Wl,-zrelro -static -Wl,-znoexecstack  -o mini-me.setuid.full mini-me.o  
--- all_subdir_sbin ---
--- all_subdir_sbin/ipf ---
In function 'build_action',
    inlined from 'ipmon_yyparse' at /workspace/src/sbin/ipf/ipmon/ipmon_y.y:93:4:
/workspace/src/sbin/ipf/ipmon/ipmon_y.y:373:25: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
  373 |                         strncpy(a->ac_nattag, o->o_str, sizeof(a->ac_nattag));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sbin/ipf/ipmon/ipmon_y.y:365:33: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
  365 |                                 strncpy(a->ac_group, o->o_str, FR_GROUPLEN);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_lib ---
--- ilogb_test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -DHAVE_FENV_H -I/workspace/src/contrib/netbsd-tests/lib/libc/gen -D__HAVE_LONG_DOUBLE -fno-builtin -DLDBL_PREC=64 -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -g -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-unknown-pragmas  -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -Wl,-zrelro -pie -Wl,-znoexecstack  -o ilogb_test.full t_ilogb.pieo  -lprivateatf-c  -lm -L/tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd -lnetbsd_pie
--- ilogb_test.debug ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug ilogb_test.full ilogb_test.debug
--- ilogb_test ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=ilogb_test.debug  ilogb_test.full ilogb_test
--- ldexp_test ---
(cd /workspace/src/lib/msun/tests &&  DEPENDFILE=.depend.ldexp_test  NO_SUBDIR=1 make -f /workspace/src/lib/msun/tests/Makefile _RECURSING_PROGS=t  PROG=ldexp_test )
--- .depend.ldexp_test ---
echo ldexp_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/tmp/usr/lib/libm.a /tmp/obj/workspace/src/amd64.amd64/lib/libnetbsd/libnetbsd_pie.a >> .depend.ldexp_test
--- t_ldexp.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -DHAVE_FENV_H -I/workspace/src/contrib/netbsd-tests/lib/libc/gen -D__HAVE_LONG_DOUBLE -fno-builtin -DLDBL_PREC=64 -I/workspace/src/lib/libnetbsd -I/workspace/src/contrib/netbsd-tests -fPIE -g -MD  -MF.depend.ldexp_test.t_ldexp.pieo -MTt_ldexp.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 -Wno-unknown-pragmas       -c /workspace/src/contrib/netbsd-tests/lib/libm/t_ldexp.c -o t_ldexp.pieo
--- all_subdir_tests ---
--- mini-me.setuid.debug ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --only-keep-debug mini-me.setuid.full mini-me.setuid.debug
--- all_subdir_rescue ---
--- output.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/  -O2 -pipe -fno-common   -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD  -MF.depend.output.o -MToutput.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 -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/output.c -o output.o
--- all_subdir_tests ---
--- mini-me.setuid ---
--- all_subdir_rescue ---
--- pfctl_make ---
cc1: all warnings being treated as errors
--- all_subdir_tests ---
/usr/local/x86_64-unknown-freebsd14.2/bin/objcopy --strip-debug --add-gnu-debuglink=mini-me.setuid.debug  mini-me.setuid.full mini-me.setuid
--- bindat_connectat ---
(cd /workspace/src/tests/sys/capsicum &&  DEPENDFILE=.depend.bindat_connectat  NO_SUBDIR=1 make -f /workspace/src/tests/sys/capsicum/Makefile _RECURSING_PROGS=t  PROG=bindat_connectat )
--- all_subdir_rescue ---
*** [pfctl.o] Error code 1
make[6]: stopped in /workspace/src/sbin/pfctl
1 error
make[6]: stopped in /workspace/src/sbin/pfctl
*** [pfctl_make] Error code 2
make[5]: stopped in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue
--- all_subdir_tests ---
make[2]: stopped in /workspace/src
--- all_subdir_rescue ---
--- routed_make ---
*** [routed_make] Error code 6
make[5]: stopped in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue
2 errors
make[5]: stopped in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue
--- all_subdir_etc ---
make[2]: stopped in /workspace/src
--- all_subdir_usr.sbin ---
make[2]: stopped in /workspace/src
--- all_subdir_usr.bin ---
make[2]: stopped in /workspace/src
--- all_subdir_sbin ---
make[2]: stopped in /workspace/src
--- all_subdir_rescue ---
*** [objs] Error code 2
make[4]: stopped in /workspace/src/rescue/rescue
1 error
make[4]: stopped in /workspace/src/rescue/rescue
make[3]: stopped in /workspace/src/rescue
make[2]: stopped in /workspace/src
--- all_subdir_cddl ---
make[6]: stopped in /workspace/src/cddl/usr.sbin/zfsd/tests
make[5]: stopped in /workspace/src/cddl/usr.sbin/zfsd
make[4]: stopped in /workspace/src/cddl/usr.sbin
make[3]: stopped in /workspace/src/cddl
make[2]: stopped in /workspace/src
--- all_subdir_lib ---
make[3]: stopped in /workspace/src/lib
--- all_subdir_lib/libc ---
make[3]: stopped in /workspace/src/lib
make[2]: stopped in /workspace/src
      103.77 real       893.13 user       101.87 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-main-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins7697344608958930323.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc13_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