FreeBSD-main-amd64-gcc12_build - Build #1027 - Still Failing
Date: Sun, 21 May 2023 11:11:33 UTC
FreeBSD-main-amd64-gcc12_build - Build #1027 (63ad5ce7335be6a0cc4a7bf27fe03d72c28ad401) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1027/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1027/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1027/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) 197bff385e2caf82c52036f572e1cc79efc217f8 by melifaro: ifconfig: split argument parsing 63ad5ce7335be6a0cc4a7bf27fe03d72c28ad401 by melifaro: ifconfig: simplify ifconfig() by factoring out ifa add/del logic The end of the build log: [...truncated 23.62 MB...] --- all_subdir_lib/libelftc --- --- elftc_copyfile.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/elftoolchain/libelftc -I/workspace/src/contrib/elftoolchain/common -I. -g -MD -MF.depend.elftc_copyfile.o -MTelftc_copyfile.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-but-set-variable -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/elftoolchain/libelftc/elftc_copyfile.c -o elftc_copyfile.o --- all_subdir_lib/libdevdctl --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:39: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:616:6: warning: 'always_inline' function might not be inlinable [-Wattributes] 616 | bool __cxx_nonatomic_compare_equal(_Tp const& __lhs, _Tp const& __rhs) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:525: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__thread/poll_with_backoff.h:41:6: warning: 'always_inline' function might not be inlinable [-Wattributes] 41 | bool __libcpp_thread_poll_with_backoff(_Fn&& __f, _BFn&& __bf, chrono::nanoseconds __max_elapsed = chrono::nanoseconds::zero()) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__thread/poll_with_backoff.h:41:6: warning: 'always_inline' function might not be inlinable [-Wattributes] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:1485:32: warning: 'always_inline' function might not be inlinable [-Wattributes] 1485 | _LIBCPP_INLINE_VISIBILITY bool __cxx_atomic_wait(_Atp* __a, _Fn && __test_fn) | ^~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:1485:32: warning: 'always_inline' function might not be inlinable [-Wattributes] In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/allocator.h:18, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/memory:848: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:254:6: warning: 'always_inline' function might not be inlinable [-Wattributes] 254 | void __libcpp_operator_delete(_Args ...__args) { | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:254:6: warning: 'always_inline' function might not be inlinable [-Wattributes] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:1523:32: warning: 'always_inline' function might not be inlinable [-Wattributes] 1523 | _LIBCPP_INLINE_VISIBILITY bool __cxx_atomic_wait(_Atp* __a, _Tp const __val, memory_order __order) | ^~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:1523:32: warning: 'always_inline' function might not be inlinable [-Wattributes] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:714:6: warning: 'always_inline' function might not be inlinable [-Wattributes] 714 | void __cxx_atomic_store(__cxx_atomic_base_impl<_Tp>* __a, _Tp __val, | ^~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:706:6: warning: 'always_inline' function might not be inlinable [-Wattributes] 706 | void __cxx_atomic_store(volatile __cxx_atomic_base_impl<_Tp>* __a, _Tp __val, | ^~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:751:5: warning: 'always_inline' function might not be inlinable [-Wattributes] 751 | _Tp __cxx_atomic_exchange(__cxx_atomic_base_impl<_Tp>* __a, _Tp __value, | ^~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:741:5: warning: 'always_inline' function might not be inlinable [-Wattributes] 741 | _Tp __cxx_atomic_exchange(volatile __cxx_atomic_base_impl<_Tp>* __a, | ^~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:732:5: warning: 'always_inline' function might not be inlinable [-Wattributes] 732 | _Tp __cxx_atomic_load(const __cxx_atomic_base_impl<_Tp>* __a, memory_order __order) { | ^~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:722:5: warning: 'always_inline' function might not be inlinable [-Wattributes] 722 | _Tp __cxx_atomic_load(const volatile __cxx_atomic_base_impl<_Tp>* __a, | ^~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:254:6: warning: 'always_inline' function might not be inlinable [-Wattributes] 254 | void __libcpp_operator_delete(_Args ...__args) { | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:254:6: warning: 'always_inline' function might not be inlinable [-Wattributes] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:277:6: warning: 'always_inline' function might not be inlinable [-Wattributes] 277 | void __do_deallocate_handle_size(void *__ptr, size_t __size, _Args ...__args) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:277:6: warning: 'always_inline' function might not be inlinable [-Wattributes] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:244:7: warning: 'always_inline' function might not be inlinable [-Wattributes] 244 | void* __libcpp_operator_new(_Args ...__args) { | ^~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:244:7: warning: 'always_inline' function might not be inlinable [-Wattributes] --- all_subdir_lib/libdwarf --- --- dwarf_pro_frame.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -I. -I/workspace/src/contrib/elftoolchain/libdwarf -I/workspace/src/contrib/elftoolchain/common -I/workspace/src/contrib/elftoolchain/libelf -g -MD -MF.depend.dwarf_pro_frame.o -MTdwarf_pro_frame.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-but-set-variable -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/elftoolchain/libdwarf/dwarf_pro_frame.c -o dwarf_pro_frame.o --- all_subdir_lib/libelftc --- --- elftc_demangle.o --- --- cddl/lib__L --- --- spa_history.o --- --- lib__L --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/elftoolchain/libelftc -I/workspace/src/contrib/elftoolchain/common -I. -g -MD -MF.depend.elftc_demangle.o -MTelftc_demangle.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-but-set-variable -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/elftoolchain/libelftc/elftc_demangle.c -o elftc_demangle.o --- cddl/lib__L --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -DHAVE_SSE2 -DHAVE_SSE3 -DHAVE_AVX2 -DHAVE_AVX -D__x86_64 -DHAVE_AVX512F -DHAVE_AVX512BW -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 -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -I/workspace/src/cddl/compat/opensolaris/include -I/workspace/src/sys/contrib/openzfs/module/icp/include -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -DHAVE_ISSETUGID -include /workspace/src/sys/modules/zfs/zfs_config.h -I/workspace/src/sys/modules/zfs -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -DLIB_ZPOOL_BUILD -DZFS_DEBUG -DWANTS_MUTEX_OWNED -I/workspace/src/lib/libpthread/thread -I/workspace/src/lib/libpthread/sys -I/workspace/src/lib/libthr/arch/amd64/include -g -DDEBUG=1 -DNEED_SOLARIS_BOOLEAN -g -MD -MF.depend.spa_history.o -MTspa_history.o -std=iso9899:1999 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -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 -fms-extensions -c /workspace/src/sys/contrib/openzfs/module/zfs/spa_history.c -o spa_history.o --- spa_log_spacemap.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -DHAVE_SSE2 -DHAVE_SSE3 -DHAVE_AVX2 -DHAVE_AVX -D__x86_64 -DHAVE_AVX512F -DHAVE_AVX512BW -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 -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -I/workspace/src/cddl/compat/opensolaris/include -I/workspace/src/sys/contrib/openzfs/module/icp/include -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -DHAVE_ISSETUGID -include /workspace/src/sys/modules/zfs/zfs_config.h -I/workspace/src/sys/modules/zfs -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -DLIB_ZPOOL_BUILD -DZFS_DEBUG -DWANTS_MUTEX_OWNED -I/workspace/src/lib/libpthread/thread -I/workspace/src/lib/libpthread/sys -I/workspace/src/lib/libthr/arch/amd64/include -g -DDEBUG=1 -DNEED_SOLARIS_BOOLEAN -g -MD -MF.depend.spa_log_spacemap.o -MTspa_log_spacemap.o -std=iso9899:1999 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -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 -fms-extensions -c /workspace/src/sys/contrib/openzfs/module/zfs/spa_log_spacemap.c -o spa_log_spacemap.o --- all_subdir_cddl/lib/libdtrace --- --- dt_work.pico --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic -DPIC -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 -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -DHAVE_ISSETUGID -I/tmp/obj/workspace/src/amd64.amd64/cddl/lib/libdtrace -I/workspace/src/cddl/lib/libdtrace -I/workspace/src/sys/cddl/dev/dtrace/amd64 -I/workspace/src/sys/cddl/dev/kinst -I/workspace/src/sys/cddl/compat/opensolaris -I/workspace/src/cddl/compat/opensolaris/include -I/workspace/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/head -I/workspace/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libctf/common -I/workspace/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common -I/workspace/src/cddl/lib/libdtrace/../../../sys/cddl/contrib/opensolaris/uts/common -I/workspace/src/sys/cddl/dev/dtrace/x86 -I/workspace/src/cddl/lib/libdtrace/../../../sys/cddl/contrib/opensolaris/uts/intel -DDIS_MEM -DNEED_SOLARIS_BOOLEAN -g -MD -MF.depend.dt_work.pico -MTdt_work.pico -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-but-set-variable -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 -c /workspace/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_work.c -o dt_work.pico --- lib__L --- --- elftc_reloc_type_str.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/elftoolchain/libelftc -I/workspace/src/contrib/elftoolchain/common -I. -g -MD -MF.depend.elftc_reloc_type_str.o -MTelftc_reloc_type_str.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-but-set-variable -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/elftoolchain/libelftc/elftc_reloc_type_str.c -o elftc_reloc_type_str.o --- all_subdir_lib/libdwarf --- --- dwarf_pro_funcs.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -I. -I/workspace/src/contrib/elftoolchain/libdwarf -I/workspace/src/contrib/elftoolchain/common -I/workspace/src/contrib/elftoolchain/libelf -g -MD -MF.depend.dwarf_pro_funcs.o -MTdwarf_pro_funcs.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-but-set-variable -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 dwarf_pro_funcs.c -o dwarf_pro_funcs.o --- dwarf_pro_init.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -I. -I/workspace/src/contrib/elftoolchain/libdwarf -I/workspace/src/contrib/elftoolchain/common -I/workspace/src/contrib/elftoolchain/libelf -g -MD -MF.depend.dwarf_pro_init.o -MTdwarf_pro_init.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-but-set-variable -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/elftoolchain/libdwarf/dwarf_pro_init.c -o dwarf_pro_init.o --- kerberos5/lib__L --- --- pkinit.pico --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic -DPIC -O2 -pipe -fno-common -I/workspace/src/crypto/heimdal/lib/roken -I/workspace/src/crypto/heimdal/lib/krb5 -I/workspace/src/crypto/heimdal/lib/hdb -I/workspace/src/crypto/heimdal/kdc -I/workspace/src/contrib/com_err -DHAVE_CONFIG_H -I/workspace/src/kerberos5/include -g -MD -MF.depend.pkinit.pico -MTpkinit.pico -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-but-set-variable -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/heimdal/kdc/pkinit.c -o pkinit.pico --- cddl/lib__L --- --- dt_xlator.pico --- --- gmatch.pico --- --- dt_xlator.pico --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic -DPIC -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 -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -DHAVE_ISSETUGID -I/tmp/obj/workspace/src/amd64.amd64/cddl/lib/libdtrace -I/workspace/src/cddl/lib/libdtrace -I/workspace/src/sys/cddl/dev/dtrace/amd64 -I/workspace/src/sys/cddl/dev/kinst -I/workspace/src/sys/cddl/compat/opensolaris -I/workspace/src/cddl/compat/opensolaris/include -I/workspace/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/head -I/workspace/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libctf/common -I/workspace/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common -I/workspace/src/cddl/lib/libdtrace/../../../sys/cddl/contrib/opensolaris/uts/common -I/workspace/src/sys/cddl/dev/dtrace/x86 -I/workspace/src/cddl/lib/libdtrace/../../../sys/cddl/contrib/opensolaris/uts/intel -DDIS_MEM -DNEED_SOLARIS_BOOLEAN -g -MD -MF.depend.dt_xlator.pico -MTdt_xlator.pico -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-but-set-variable -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 -c /workspace/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_xlator.c -o dt_xlator.pico --- gmatch.pico --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic -DPIC -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 -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -DHAVE_ISSETUGID -I/tmp/obj/workspace/src/amd64.amd64/cddl/lib/libdtrace -I/workspace/src/cddl/lib/libdtrace -I/workspace/src/sys/cddl/dev/dtrace/amd64 -I/workspace/src/sys/cddl/dev/kinst -I/workspace/src/sys/cddl/compat/opensolaris -I/workspace/src/cddl/compat/opensolaris/include -I/workspace/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/head -I/workspace/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libctf/common -I/workspace/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common -I/workspace/src/cddl/lib/libdtrace/../../../sys/cddl/contrib/opensolaris/uts/common -I/workspace/src/sys/cddl/dev/dtrace/x86 -I/workspace/src/cddl/lib/libdtrace/../../../sys/cddl/contrib/opensolaris/uts/intel -DDIS_MEM -DNEED_SOLARIS_BOOLEAN -g -MD -MF.depend.gmatch.pico -MTgmatch.pico -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-but-set-variable -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 -c /workspace/src/cddl/contrib/opensolaris/lib/libgen/common/gmatch.c -o gmatch.pico --- lib__L --- --- dwarf_pro_lineno.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -I. -I/workspace/src/contrib/elftoolchain/libdwarf -I/workspace/src/contrib/elftoolchain/common -I/workspace/src/contrib/elftoolchain/libelf -g -MD -MF.depend.dwarf_pro_lineno.o -MTdwarf_pro_lineno.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-but-set-variable -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/elftoolchain/libdwarf/dwarf_pro_lineno.c -o dwarf_pro_lineno.o --- cddl/lib__L --- --- all_subdir_cddl/lib/libzpool --- --- spa_errlog.o --- In function 'errphys_to_name', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:695:4, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:107:30: error: pointer 'se' may be used after 'free' [-Werror=use-after-free] 107 | (u_longlong_t)zep->zb_blkid, (u_longlong_t)zep->zb_birth); | ~~~^~~~~~~~~~ In file included from /workspace/src/sys/contrib/openzfs/include/sys/zfs_context.h:98, from /workspace/src/sys/contrib/openzfs/include/sys/dmu.h:46, from /workspace/src/sys/contrib/openzfs/include/sys/dmu_tx.h:33, from /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:63: In function 'umem_free', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:686:3, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/lib/libspl/include/umem.h:137:9: note: call to 'free' here 137 | free((void *)ptr); | ^~~~~~~~~~~~~~~~~ In function 'errphys_to_name', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:695:4, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:106:60: error: pointer 'se' may be used after 'free' [-Werror=use-after-free] 106 | (u_longlong_t)zep->zb_object, (u_longlong_t)zep->zb_level, | ~~~^~~~~~~~~~ In function 'umem_free', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:686:3, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/lib/libspl/include/umem.h:137:9: note: call to 'free' here 137 | free((void *)ptr); | ^~~~~~~~~~~~~~~~~ In function 'errphys_to_name', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:695:4, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:106:30: error: pointer 'se' may be used after 'free' [-Werror=use-after-free] 106 | (u_longlong_t)zep->zb_object, (u_longlong_t)zep->zb_level, | ~~~^~~~~~~~~~~ In function 'umem_free', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:686:3, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/lib/libspl/include/umem.h:137:9: note: call to 'free' here 137 | free((void *)ptr); | ^~~~~~~~~~~~~~~~~ In function 'errphys_to_name', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:695:4, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:107:59: error: pointer 'se' may be used after 'free' [-Werror=use-after-free] 107 | (u_longlong_t)zep->zb_blkid, (u_longlong_t)zep->zb_birth); | ~~~^~~~~~~~~~ In function 'umem_free', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:686:3, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/lib/libspl/include/umem.h:137:9: note: call to 'free' here 137 | free((void *)ptr); | ^~~~~~~~~~~~~~~~~ In function 'bookmark_to_name', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:689:4, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:96:57: error: pointer 'se' may be used after 'free' [-Werror=use-after-free] 96 | (u_longlong_t)zb->zb_level, (u_longlong_t)zb->zb_blkid); | ~~^~~~~~~~~~ In function 'umem_free', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:686:3, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/lib/libspl/include/umem.h:137:9: note: call to 'free' here 137 | free((void *)ptr); | ^~~~~~~~~~~~~~~~~ In function 'bookmark_to_name', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:689:4, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:96:29: error: pointer 'se' may be used after 'free' [-Werror=use-after-free] 96 | (u_longlong_t)zb->zb_level, (u_longlong_t)zb->zb_blkid); | ~~^~~~~~~~~~ In function 'umem_free', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:686:3, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/lib/libspl/include/umem.h:137:9: note: call to 'free' here 137 | free((void *)ptr); | ^~~~~~~~~~~~~~~~~ In function 'bookmark_to_name', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:689:4, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:95:58: error: pointer 'se' may be used after 'free' [-Werror=use-after-free] 95 | (u_longlong_t)zb->zb_objset, (u_longlong_t)zb->zb_object, | ~~^~~~~~~~~~~ In function 'umem_free', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:686:3, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/lib/libspl/include/umem.h:137:9: note: call to 'free' here 137 | free((void *)ptr); | ^~~~~~~~~~~~~~~~~ In function 'bookmark_to_name', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:689:4, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:95:29: error: pointer 'se' may be used after 'free' [-Werror=use-after-free] 95 | (u_longlong_t)zb->zb_objset, (u_longlong_t)zb->zb_object, | ~~^~~~~~~~~~~ In function 'umem_free', inlined from 'spa_remove_healed_errors' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:686:3, inlined from 'spa_errlog_sync' at /workspace/src/sys/contrib/openzfs/module/zfs/spa_errlog.c:1274:2: /workspace/src/sys/contrib/openzfs/lib/libspl/include/umem.h:137:9: note: call to 'free' here 137 | free((void *)ptr); | ^~~~~~~~~~~~~~~~~ --- all_subdir_cddl/lib/libdtrace --- --- dis_tables.pico --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic -DPIC -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 -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -DHAVE_ISSETUGID -I/tmp/obj/workspace/src/amd64.amd64/cddl/lib/libdtrace -I/workspace/src/cddl/lib/libdtrace -I/workspace/src/sys/cddl/dev/dtrace/amd64 -I/workspace/src/sys/cddl/dev/kinst -I/workspace/src/sys/cddl/compat/opensolaris -I/workspace/src/cddl/compat/opensolaris/include -I/workspace/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/head -I/workspace/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libctf/common -I/workspace/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common -I/workspace/src/cddl/lib/libdtrace/../../../sys/cddl/contrib/opensolaris/uts/common -I/workspace/src/sys/cddl/dev/dtrace/x86 -I/workspace/src/cddl/lib/libdtrace/../../../sys/cddl/contrib/opensolaris/uts/intel -DDIS_MEM -DNEED_SOLARIS_BOOLEAN -g -MD -MF.depend.dis_tables.pico -MTdis_tables.pico -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-but-set-variable -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 -c /workspace/src/sys/cddl/dev/dtrace/x86/dis_tables.c -o dis_tables.pico --- lib__L --- --- dwarf_pro_macinfo.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -I. -I/workspace/src/contrib/elftoolchain/libdwarf -I/workspace/src/contrib/elftoolchain/common -I/workspace/src/contrib/elftoolchain/libelf -g -MD -MF.depend.dwarf_pro_macinfo.o -MTdwarf_pro_macinfo.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-but-set-variable -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/elftoolchain/libdwarf/dwarf_pro_macinfo.c -o dwarf_pro_macinfo.o --- cddl/lib__L --- --- all_subdir_cddl/lib/libzpool --- cc1: all warnings being treated as errors *** [spa_errlog.o] Error code 1 make[5]: stopped in /workspace/src/cddl/lib/libzpool --- all_subdir_cddl/lib/libdtrace --- make[4]: stopped in /workspace/src/cddl/lib --- kerberos5/lib__L --- make[4]: stopped in /workspace/src/kerberos5/lib --- lib__L --- make[3]: stopped in /workspace/src --- kerberos5/lib__L --- make[3]: stopped in /workspace/src --- cddl/lib__L --- --- all_subdir_cddl/lib/libzpool --- 1 error make[5]: stopped in /workspace/src/cddl/lib/libzpool make[4]: stopped in /workspace/src/cddl/lib make[3]: stopped in /workspace/src make[2]: stopped in /workspace/src 178.42 real 1523.23 user 186.33 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/jenkins1515206930773394176.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