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

From: <jenkins-admin_at_FreeBSD.org>
Date: Tue, 01 Oct 2024 16:59:40 UTC
FreeBSD-main-amd64-gcc12_build - Build #3972 (215fd38e2915d142cb4b0245f137329ef4da5a12) - Still Failing

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

215fd38e2915d142cb4b0245f137329ef4da5a12 by olivier:
ctl: skip the test if ctladm is missing (WITHOUT_ISCSI)



The end of the build log:

[...truncated 89.36 MiB...]
/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 -I/workspace/src/contrib/lua/src -I/workspace/src/stand/common -I/workspace/src/stand/liblua -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.tslog.pico -MTtslog.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/tslog.c -o tslog.pico
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/secure ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h: In function 'atfu_wmemmove_heap_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h:60:33: warning: 'src.538' may be used uninitialized [-Wmaybe-uninitialized]
   60 | #define __ssp_real_(fun)        __ssp_real_ ## fun
      |                                 ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:85:1: note: by argument 2 of type 'const wchar_t *' {aka 'const int *'} to '__ssp_real_wmemmove' declared here
   85 | __ssp_redirect_raw_impl(wchar_t *, wmemmove, wmemmove,
      | ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:500:17: note: 'src.538' declared here
  500 |         wchar_t src[__len + 10];
      |                 ^~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h: In function 'atfu_wmemmove_heap_before_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h:60:33: warning: 'src.542' may be used uninitialized [-Wmaybe-uninitialized]
   60 | #define __ssp_real_(fun)        __ssp_real_ ## fun
      |                                 ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:85:1: note: by argument 2 of type 'const wchar_t *' {aka 'const int *'} to '__ssp_real_wmemmove' declared here
   85 | __ssp_redirect_raw_impl(wchar_t *, wmemmove, wmemmove,
      | ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:479:17: note: 'src.542' declared here
  479 |         wchar_t src[__len + 10];
      |                 ^~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h: In function 'atfu_wmemmove_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h:60:33: warning: 'src.546' may be used uninitialized [-Wmaybe-uninitialized]
   60 | #define __ssp_real_(fun)        __ssp_real_ ## fun
      |                                 ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:85:1: note: by argument 2 of type 'const wchar_t *' {aka 'const int *'} to '__ssp_real_wmemmove' declared here
   85 | __ssp_redirect_raw_impl(wchar_t *, wmemmove, wmemmove,
      | ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:460:17: note: 'src.546' declared here
  460 |         wchar_t src[__len + 10];
      |                 ^~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h: In function 'atfu_wmemmove_before_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h:60:33: warning: 'src.550' may be used uninitialized [-Wmaybe-uninitialized]
   60 | #define __ssp_real_(fun)        __ssp_real_ ## fun
      |                                 ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:85:1: note: by argument 2 of type 'const wchar_t *' {aka 'const int *'} to '__ssp_real_wmemmove' declared here
   85 | __ssp_redirect_raw_impl(wchar_t *, wmemmove, wmemmove,
      | ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:441:17: note: 'src.550' declared here
  441 |         wchar_t src[__len + 10];
      |                 ^~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h: In function 'atfu_wmempcpy_heap_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h:60:33: warning: 'src.554' may be used uninitialized [-Wmaybe-uninitialized]
   60 | #define __ssp_real_(fun)        __ssp_real_ ## fun
      |                                 ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:72:1: note: by argument 2 of type 'const wchar_t * restrict' {aka 'const int * restrict'} to '__ssp_real_wmempcpy' declared here
   72 | __ssp_redirect_raw_impl(wchar_t *, wmempcpy, wmempcpy,
      | ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:368:17: note: 'src.554' declared here
  368 |         wchar_t src[__len + 10];
      |                 ^~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h: In function 'atfu_wmempcpy_heap_before_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h:60:33: warning: 'src.558' may be used uninitialized [-Wmaybe-uninitialized]
   60 | #define __ssp_real_(fun)        __ssp_real_ ## fun
      |                                 ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:72:1: note: by argument 2 of type 'const wchar_t * restrict' {aka 'const int * restrict'} to '__ssp_real_wmempcpy' declared here
   72 | __ssp_redirect_raw_impl(wchar_t *, wmempcpy, wmempcpy,
      | ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:347:17: note: 'src.558' declared here
  347 |         wchar_t src[__len + 10];
      |                 ^~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h: In function 'atfu_wmempcpy_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h:60:33: warning: 'src.562' may be used uninitialized [-Wmaybe-uninitialized]
   60 | #define __ssp_real_(fun)        __ssp_real_ ## fun
      |                                 ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:72:1: note: by argument 2 of type 'const wchar_t * restrict' {aka 'const int * restrict'} to '__ssp_real_wmempcpy' declared here
   72 | __ssp_redirect_raw_impl(wchar_t *, wmempcpy, wmempcpy,
      | ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:328:17: note: 'src.562' declared here
  328 |         wchar_t src[__len + 10];
      |                 ^~~
--- all_subdir_share ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/weak_result_type.h:14,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/reference_wrapper.h:15,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/identity.h:14,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/lower_bound.h:16,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/binary_search.h:14,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/algorithm:1790,
                 from /workspace/src/contrib/googletest/googletest/samples/prime_tables.h:37,
                 from /workspace/src/contrib/googletest/googletest/samples/sample7_unittest.cc:37:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_function.h:45:27: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::__1::binary_function' is deprecated [-Wdeprecated-declarations]
   45 | using __binary_function = binary_function<_Arg1, _Arg2, _Result>;
      |                           ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_function.h:24:57: note: declared here
   24 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function {
      |                                                         ^~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/weak_result_type.h:16:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_function.h:42:26: warning: 'template<class _Arg, class _Result> struct std::__1::unary_function' is deprecated [-Wdeprecated-declarations]
   42 | using __unary_function = unary_function<_Arg, _Result>;
      |                          ^~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_function.h:23:57: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function {
      |                                                         ^~~~~~~~~~~~~~
--- all_subdir_stand ---
--- load_elf32.pico ---
--- all_subdir_lib ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h: In function 'atfu_wmempcpy_before_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/ssp.h:60:33: warning: 'src.566' may be used uninitialized [-Wmaybe-uninitialized]
   60 | #define __ssp_real_(fun)        __ssp_real_ ## fun
      |                                 ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:72:1: note: by argument 2 of type 'const wchar_t * restrict' {aka 'const int * restrict'} to '__ssp_real_wmempcpy' declared here
   72 | __ssp_redirect_raw_impl(wchar_t *, wmempcpy, wmempcpy,
      | ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:309:17: note: 'src.566' declared here
  309 |         wchar_t src[__len + 10];
      |                 ^~~
--- all_subdir_stand ---
/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 -I/workspace/src/contrib/lua/src -I/workspace/src/stand/common -I/workspace/src/stand/liblua -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.load_elf32.pico -MTload_elf32.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/load_elf32.c -o load_elf32.pico
--- all_subdir_stand/userboot/userboot_4th ---
--- userboot_4th.so.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug userboot_4th.so.full userboot_4th.so.debug
--- all_subdir_sbin ---
--- identify.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/lib/libnvmf -fPIE -g -MD  -MF.depend.identify.o -MTidentify.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/nvmecontrol/identify.c -o identify.o
--- all_subdir_stand ---
--- userboot_4th.so ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=userboot_4th.so.debug  userboot_4th.so.full userboot_4th.so
--- all_subdir_cddl ---
--- zfsd_exception.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 -DIN_BASE -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/lib/libspl/include -I/workspace/src/sys/contrib/openzfs/lib/libspl/include/os/freebsd -I/workspace/src/sys/contrib/openzfs/lib/libzpool/include -I/workspace/src/sys -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -I/workspace/src/cddl/usr.sbin -DHAVE_ISSETUGID -DHAVE_EXECVPE -fPIE -g -MD -MF.depend.zfsd_unittest.zfsd_exception.o -MTzfsd_exception.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-unknown-pragmas -Wno-address-of-packed-member  -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private -DGTEST_HAS_POSIX_RE=1 -DGTEST_HAS_PTHREAD=1 -DGTEST_HAS_STREAM_REDIRECTION=1 -frtti -fPIE -std=c++14 -Wno-literal-suffix -Wno-error=unknown-pragmas      -c /workspace/src/cddl/usr.sbin/zfsd/zfsd_exception.cc -o zfsd_exception.o
--- all_subdir_usr.bin ---
--- bzip2.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 -D_FILE_OFFSET_BITS=64 -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 -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  -Wl,-zrelro -pie -Wl,-znoexecstack   -o bzip2.full bzip2.o   -lbz2 
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
===> stand/i386 (all)
--- all_subdir_stand/i386/btx ---
===> stand/i386/btx (all)
--- all_subdir_usr.bin ---
--- bzip2.1.gz ---
gzip -cn /workspace/src/contrib/bzip2/bzip2.1 > bzip2.1.gz
--- bzip2.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug bzip2.full bzip2.debug
--- all_subdir_stand ---
--- include/machine ---
--- all_subdir_usr.bin ---
--- bzip2 ---
--- all_subdir_lib ---
--- all_subdir_lib/msun ---
--- all_subdir_lib/msun/tests ---
--- invtrig_test ---
--- invtrig_test.full ---
--- all_subdir_usr.bin ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=bzip2.debug  bzip2.full bzip2
--- all_subdir_stand ---
include/machine -> /workspace/src/sys/i386/include
--- all_subdir_lib ---
/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 -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  -Wl,-zrelro -pie -Wl,-znoexecstack  -o invtrig_test.full invtrig_test.o  -lprivateatf-c  -lm
--- all_subdir_stand ---
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/bzip2recover ---
===> usr.bin/bzip2recover (all)
--- all_subdir_stand ---
--- all_subdir_stand/i386/btx/btx ---
===> stand/i386/btx/btx (all)
--- all_subdir_usr.bin ---
--- .depend ---
echo bzip2recover.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a  >> .depend
--- bzip2recover.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.bzip2recover.o -MTbzip2recover.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/contrib/bzip2/bzip2recover.c -o bzip2recover.o
--- all_subdir_stand ---
--- 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
--- all_subdir_lib ---
--- invtrig_test.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug invtrig_test.full invtrig_test.debug
--- invtrig_test ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=invtrig_test.debug  invtrig_test.full invtrig_test
--- all_subdir_usr.sbin ---
--- all_subdir_usr.sbin/devctl ---
===> usr.sbin/devctl (all)
--- all_subdir_stand ---
--- btx ---
--- all_subdir_lib ---
--- all_subdir_lib/libc ---

make[4]: stopped in /workspace/src/lib/libc
--- all_subdir_usr.sbin ---

make[2]: stopped in /workspace/src
--- all_subdir_sbin ---

make[2]: stopped in /workspace/src
--- all_subdir_lib ---

make[3]: stopped in /workspace/src/lib
--- all_subdir_rescue ---
*** [objs] Error code 6

make[4]: stopped in /workspace/src/rescue/rescue
1 error

make[4]: stopped in /workspace/src/rescue/rescue
--- all_subdir_lib ---
--- all_subdir_lib/msun ---

make[3]: stopped in /workspace/src/lib
--- all_subdir_rescue ---

make[3]: stopped in /workspace/src/rescue
--- all_subdir_cddl ---

make[4]: stopped in /workspace/src/cddl/usr.sbin
--- all_subdir_lib ---

make[2]: stopped in /workspace/src
--- all_subdir_cddl ---

make[3]: stopped in /workspace/src/cddl
--- all_subdir_rescue ---

make[2]: stopped in /workspace/src
--- all_subdir_share ---

make[2]: stopped in /workspace/src
--- all_subdir_cddl ---

make[2]: stopped in /workspace/src
--- all_subdir_stand ---

make[2]: stopped in /workspace/src
--- all_subdir_usr.bin ---

make[2]: stopped in /workspace/src
       53.84 real       466.96 user        60.52 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/jenkins16304760634414595485.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