FreeBSD-main-amd64-gcc12_build - Build #3916 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Wed, 25 Sep 2024 14:39:16 UTC
FreeBSD-main-amd64-gcc12_build - Build #3916 (85ea6992935ced034dea1c88755542c1b4969368) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/3916/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/3916/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/3916/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)

4f9e688708f1bead81954c429f7eca5109ee454b by kp:
pf: merge pf_scrub_ip() and pf_scrub_ip6()

dd04fa71a8cbd43047c41453b54c2224bf40ddb9 by kp:
pf: remove unused argument 'h' from various function

905db4aa88775865097714c170f4503da385747c by kp:
pf: dedupe layer 4 protocol code in pf_setup_pdesc()

6d51791d2832fb428b99d4c0ab22b392980bd27b by kp:
pf: remove pointless CURVNET_SET

85ea6992935ced034dea1c88755542c1b4969368 by kp:
pf tests: Make TCP port numbers configurable



The end of the build log:

[...truncated 88.41 MiB...]
  839 |         return (state_func_t) single_user;
      |                ^
/workspace/src/sbin/init/init.c: In function 'single_user':
/workspace/src/sbin/init/init.c:965:24: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
  965 |                 return (state_func_t) single_user;
      |                        ^
/workspace/src/sbin/init/init.c:976:32: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
  976 |                         return (state_func_t) single_user;
      |                                ^
/workspace/src/sbin/init/init.c:986:24: warning: cast between incompatible function types from 'state_t' {aka 'long int (* (*)(void))(void)'} to 'long int (*)(void)' [-Wcast-function-type]
  986 |                 return (state_func_t) requested_transition;
      |                        ^
/workspace/src/sbin/init/init.c:1005:32: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1005 |                         return (state_func_t) single_user;
      |                                ^
/workspace/src/sbin/init/init.c:1010:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1010 |         return (state_func_t) runcom;
      |                ^
/workspace/src/sbin/init/init.c: In function 'runcom':
/workspace/src/sbin/init/init.c:1027:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1027 |         return (state_func_t) read_ttys;
      |                ^
/workspace/src/sbin/init/init.c: In function 'run_script':
/workspace/src/sbin/init/init.c:1131:24: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1131 |                 return (state_func_t) single_user;
      |                        ^
/workspace/src/sbin/init/init.c:1143:32: warning: cast between incompatible function types from 'state_t' {aka 'long int (* (*)(void))(void)'} to 'long int (*)(void)' [-Wcast-function-type]
 1143 |                         return (state_func_t) requested_transition;
      |                                ^
/workspace/src/sbin/init/init.c:1149:32: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1149 |                         return (state_func_t) single_user;
      |                                ^
/workspace/src/sbin/init/init.c:1172:24: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1172 |                 return (state_func_t) single_user;
      |                        ^
/workspace/src/sbin/init/init.c:1176:24: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1176 |                 return (state_func_t) single_user;
      |                        ^
/workspace/src/sbin/init/init.c: In function 'read_ttys':
/workspace/src/sbin/init/init.c:1403:24: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1403 |                 return (state_func_t) single_user;
      |                        ^
/workspace/src/sbin/init/init.c:1415:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1415 |         return (state_func_t) multi_user;
      |                ^
/workspace/src/sbin/init/init.c: In function 'multi_user':
/workspace/src/sbin/init/init.c:1744:16: warning: cast between incompatible function types from 'state_t' {aka 'long int (* (*)(void))(void)'} to 'long int (*)(void)' [-Wcast-function-type]
 1744 |         return (state_func_t) requested_transition;
      |                ^
/workspace/src/sbin/init/init.c: In function 'clean_ttys':
/workspace/src/sbin/init/init.c:1830:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1830 |         return (state_func_t) multi_user;
      |                ^
/workspace/src/sbin/init/init.c: In function 'catatonia':
/workspace/src/sbin/init/init.c:1844:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1844 |         return (state_func_t) multi_user;
      |                ^
/workspace/src/sbin/init/init.c: In function 'death':
/workspace/src/sbin/init/init.c:1890:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1890 |         return (state_func_t) death_single;
      |                ^
/workspace/src/sbin/init/init.c: In function 'death_single':
--- all_subdir_lib ---
--- check_utility_compat.3.gz ---
gzip -cn /workspace/src/lib/libc/gen/check_utility_compat.3 > check_utility_compat.3.gz
--- all_subdir_rescue ---
/workspace/src/sbin/init/init.c:1909:32: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1909 |                         return (state_func_t) single_user;
      |                                ^
/workspace/src/sbin/init/init.c:1919:32: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1919 |                         return (state_func_t) single_user;
      |                                ^
/workspace/src/sbin/init/init.c:1924:16: warning: cast between incompatible function types from 'long int (* (*)(void))(void)' to 'long int (*)(void)' [-Wcast-function-type]
 1924 |         return (state_func_t) single_user;
      |                ^
--- all_subdir_lib ---
--- all_subdir_lib/msun ---
--- all_subdir_lib/msun/tests ---
--- invctrig_test ---
(cd /workspace/src/lib/msun/tests &&  DEPENDFILE=.depend.invctrig_test  NO_SUBDIR=1 make -f /workspace/src/lib/msun/tests/Makefile _RECURSING_PROGS=t  PROG=invctrig_test )
--- all_subdir_rescue ---
/workspace/src/sbin/init/init.c: In function 'transition_handler':
/workspace/src/sbin/init/init.c:1669:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1669 |                 howto = RB_POWEROFF;
      |                       ^
/workspace/src/sbin/init/init.c:1670:9: note: here
 1670 |         case SIGUSR1:
      |         ^~~~
/workspace/src/sbin/init/init.c:1671:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1671 |                 howto |= RB_HALT;
      |                       ^
/workspace/src/sbin/init/init.c:1672:9: note: here
 1672 |         case SIGWINCH:
      |         ^~~~
/workspace/src/sbin/init/init.c:1676:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1676 |                 Reboot = true;
      |                        ^
/workspace/src/sbin/init/init.c:1677:9: note: here
 1677 |         case SIGTERM:
      |         ^~~~
--- all_subdir_sbin ---
--- create ---
echo '#! /usr/libexec/atf-sh' > create.tmp
cat /workspace/src/contrib/netbsd-tests/sbin/newfs_msdos/t_create.sh >>create.tmp
chmod +x create.tmp
mv create.tmp create
--- all_subdir_lib ---
--- all_subdir_lib/libc ---
--- all_subdir_lib/libc/tests ---
--- cxa_thread_atexit_test.debug ---
--- all_subdir_sbin ---
--- Kyuafile ---
--- all_subdir_lib ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug cxa_thread_atexit_test.full cxa_thread_atexit_test.debug
--- all_subdir_sbin ---
--- newfs_msdos.full ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -fPIE -g -std=c11 -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 newfs_msdos.full newfs_msdos.o mkfs_msdos.o  
--- all_subdir_lib ---
--- cxa_thread_atexit_test ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=cxa_thread_atexit_test.debug  cxa_thread_atexit_test.full cxa_thread_atexit_test
--- all_subdir_lib/msun ---
--- .depend.invctrig_test ---
echo invctrig_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 >> .depend.invctrig_test
--- invctrig_test.o ---
--- all_subdir_lib/libc ---
--- cxa_thread_atexit_nothr_test ---
--- all_subdir_lib/msun ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/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 -fPIE -g -MD  -MF.depend.invctrig_test.invctrig_test.o -MTinvctrig_test.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 -Wno-unknown-pragmas      -c /workspace/src/lib/msun/tests/invctrig_test.c -o invctrig_test.o
--- all_subdir_lib/libc ---
(cd /workspace/src/lib/libc/tests/stdlib &&  DEPENDFILE=.depend.cxa_thread_atexit_nothr_test  NO_SUBDIR=1 make -f /workspace/src/lib/libc/tests/stdlib/Makefile _RECURSING_PROGS=t  PROG=cxa_thread_atexit_nothr_test PROG_CXX=cxa_thread_atexit_nothr_test)
--- all_subdir_stand ---
--- test.full ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -I/workspace/src/stand/userboot -g -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -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 -Os  -Wl,-zrelro -Wl,-znoexecstack   -o test.full test.o  
--- all_subdir_lib ---
--- .depend.cxa_thread_atexit_nothr_test ---
--- all_subdir_sbin ---
--- newfs_msdos.8.gz ---
--- all_subdir_lib ---
echo cxa_thread_atexit_nothr_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/libprivateatf-c.a >> .depend.cxa_thread_atexit_nothr_test
echo cxa_thread_atexit_nothr_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc++.a >> .depend.cxa_thread_atexit_nothr_test
--- all_subdir_sbin ---
gzip -cn /workspace/src/sbin/newfs_msdos/newfs_msdos.8 > newfs_msdos.8.gz
--- all_subdir_lib ---
--- cxa_thread_atexit_nothr_test.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-g++12  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common -D__HAVE_FENV -D__HAVE_LONG_DOUBLE -I/workspace/src/lib/libc/tests/stdlib -fPIE -g -MD -MF.depend.cxa_thread_atexit_nothr_test.cxa_thread_atexit_nothr_test.o -MTcxa_thread_atexit_nothr_test.o -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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  -fPIE -std=c++11 -Wno-deprecated-declarations -Wno-literal-suffix -Wno-error=unknown-pragmas      -c /workspace/src/lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc -o cxa_thread_atexit_nothr_test.o
--- all_subdir_sbin ---
--- newfs_msdos.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug newfs_msdos.full newfs_msdos.debug
--- all_subdir_stand ---
--- test.debug ---
--- all_subdir_rescue ---
--- ifconfig_make ---
--- af_inet.o ---
--- all_subdir_stand ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug test.full test.debug
--- all_subdir_sbin ---
--- newfs_msdos ---
--- all_subdir_rescue ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -I/workspace/src/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/rescue/rescue/workspace/src/lib/libifconfig -DINET6 -DINET -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD  -MF.depend.af_inet.o -MTaf_inet.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/sbin/ifconfig/af_inet.c -o af_inet.o
--- all_subdir_sbin ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=newfs_msdos.debug  newfs_msdos.full newfs_msdos
--- all_subdir_stand ---
--- test ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=test.debug  test.full test
--- all_subdir_sbin ---
--- all_subdir_sbin/nfsiod ---
===> sbin/nfsiod (all)
--- all_subdir_stand ---
--- all_subdir_stand/userboot/userboot_4th ---
===> stand/userboot/userboot_4th (all)
--- all_subdir_sbin ---
--- .depend ---
echo nfsiod.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  >> .depend
--- nfsiod.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -fPIE -g -MD  -MF.depend.nfsiod.o -MTnfsiod.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/sbin/nfsiod/nfsiod.c -o nfsiod.o
--- all_subdir_stand ---
--- include/machine ---
include/machine -> /workspace/src/sys/amd64/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- vers.c ---
sh /workspace/src/stand/common/newvers.sh  /workspace/src/stand/userboot/userboot_4th/../userboot/version  "User boot 4th" amd64
--- .depend ---
echo userboot_4th.so.full: /tmp/obj/workspace/src/amd64.amd64/stand/ficl/libficl.a /tmp/obj/workspace/src/amd64.amd64/stand/libsa/libsa.a >> .depend
--- autoload.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic -DPIC  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-float -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -fPIC -I/workspace/src/stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common -DBF_DICTSIZE=30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DHELP_FILENAME=\"loader.help.userboot\" -I. -g -MD  -MF.depend.autoload.pico -MTautoload.pico -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -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  -Os     -c /workspace/src/stand/userboot/userboot_4th/../userboot/autoload.c -o autoload.pico
--- bcache.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic -DPIC  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-float -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -fPIC -I/workspace/src/stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common -DBF_DICTSIZE=30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DHELP_FILENAME=\"loader.help.userboot\" -I. -g -MD  -MF.depend.bcache.pico -MTbcache.pico -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -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  -Os     -c /workspace/src/stand/common/bcache.c -o bcache.pico
--- all_subdir_sbin ---
--- nfsiod.full ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -fPIE -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 nfsiod.full nfsiod.o  
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
===> stand/i386 (all)
--- all_subdir_sbin ---
--- nfsiod.8.gz ---
gzip -cn /workspace/src/sbin/nfsiod/nfsiod.8 > nfsiod.8.gz
--- all_subdir_secure ---
--- all_subdir_secure/usr.bin/ssh-keygen ---
--- sshsig.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -fPIE -g -MD  -MF.depend.sshsig.o -MTsshsig.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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/crypto/openssh/sshsig.c -o sshsig.o
--- all_subdir_sbin ---
--- nfsiod.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug nfsiod.full nfsiod.debug
--- nfsiod ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=nfsiod.debug  nfsiod.full nfsiod
--- all_subdir_stand ---
--- all_subdir_stand/i386/btx ---
===> stand/i386/btx (all)
--- all_subdir_sbin ---
--- all_subdir_sbin/nos-tun ---
===> sbin/nos-tun (all)
--- all_subdir_stand ---
--- include/machine ---
--- all_subdir_sbin ---
--- .depend ---
echo nos-tun.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  >> .depend
--- nos-tun.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -fPIE -g -MD  -MF.depend.nos-tun.o -MTnos-tun.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/nos-tun/nos-tun.c -o nos-tun.o
--- all_subdir_stand ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_stand/i386/btx/btx ---
===> stand/i386/btx/btx (all)
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- btx.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common   -I/workspace/src/stand/i386/btx/lib -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-mmx -mno-sse  -msoft-float -march=i386 -I. -Iinclude -DBTX_FLAGS=0x0 -I/workspace/src/stand/i386/common -MD  -MF.depend.btx.o -MTbtx.o -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -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  -Os -mpreferred-stack-boundary=2        -c /workspace/src/stand/i386/btx/btx/btx.S -o btx.o
--- btx ---
       57.91 real       118.31 user        16.90 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-gcc12_build] $ /bin/sh -xe /tmp/jenkins8128030157206560045.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc12_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