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

From: <jenkins-admin_at_FreeBSD.org>
Date: Tue, 06 May 2025 02:45:07 UTC
FreeBSD-main-amd64-gcc12_build - Build #5457 (9ab96b38215e06e03624c991d0312e740130d382) - Still Failing

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

fbd7087b0be2f327f806a85b92789a719138df8c by emaste:
strings: Unconditionally install ELF Tool Chain's strings

d15792780760ef94647af9b377b5f0a80e1826bc by glebius:
unix: new implementation of unix/stream & unix/seqpacket

9ab96b38215e06e03624c991d0312e740130d382 by glebius:
tests/unix_seqpacket: re-enable stress test for unix/seqpacket



The end of the build log:

[...truncated 93.13 MiB...]
--- all_subdir_usr.sbin/bhyve ---
--- pci_virtio_block.pieo ---
--- all_subdir_usr.bin ---
--- Kyuafile ---
--- all_subdir_usr.sbin ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -fpie -DPIC  -O2 -pipe -fno-common   -DBHYVE_GDB -I/workspace/src/usr.sbin/bhyve		 -I/workspace/src/usr.sbin/bhyve/../../contrib/lib9p  -I/workspace/src/sys -DINET -DINET6 -DOPENSSL_API_COMPAT=0x10100000L -I/workspace/src/sys/dev/e1000 -I/workspace/src/sys/dev/mii -I/workspace/src/sys/dev/usb/controller -fPIE -g -MD  -MF.depend.pci_virtio_block.pieo -MTpci_virtio_block.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type        -c /workspace/src/usr.sbin/bhyve/pci_virtio_block.c -o pci_virtio_block.pieo
--- all_subdir_usr.bin ---
--- mkimg_test ---
--- all_subdir_tests ---
--- all_subdir_tests/sys/fs ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:3023,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:552:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3207:8: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3207 | inline wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_convert(_Codecvt* __pcvt, state_type __state)
      |        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3211:1: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3211 | wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_convert(
      | ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3220:8: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3220 | inline wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_convert(wstring_convert&& __wc)
      |        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3287:10: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3287 | typename wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::byte_string
      |          ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3288:1: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3288 | wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::to_bytes(const _Elem* __frm, const _Elem* __frm_end) {
      | ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
--- all_subdir_usr.bin ---
echo '#! /usr/libexec/atf-sh' > mkimg_test.tmp
cat /workspace/src/usr.bin/mkimg/tests/mkimg_test.sh >>mkimg_test.tmp
chmod +x mkimg_test.tmp
mv mkimg_test.tmp mkimg_test
--- img-1x1-4096-apm.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.qcow.hex > img-1x1-4096-apm.qcow
--- img-1x1-4096-apm.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.qcow2.hex > img-1x1-4096-apm.qcow2
--- img-1x1-4096-apm.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.raw.hex > img-1x1-4096-apm.raw
--- img-1x1-4096-apm.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.vhd.hex > img-1x1-4096-apm.vhd
--- img-1x1-4096-apm.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.vhdf.hex > img-1x1-4096-apm.vhdf
--- img-1x1-4096-apm.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.vhdx.hex > img-1x1-4096-apm.vhdx
--- img-1x1-4096-apm.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-apm.vmdk.hex > img-1x1-4096-apm.vmdk
--- img-1x1-4096-bsd.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.qcow.hex > img-1x1-4096-bsd.qcow
--- img-1x1-4096-bsd.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.qcow2.hex > img-1x1-4096-bsd.qcow2
--- img-1x1-4096-bsd.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.raw.hex > img-1x1-4096-bsd.raw
--- img-1x1-4096-bsd.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.vhd.hex > img-1x1-4096-bsd.vhd
--- img-1x1-4096-bsd.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.vhdf.hex > img-1x1-4096-bsd.vhdf
--- img-1x1-4096-bsd.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.vhdx.hex > img-1x1-4096-bsd.vhdx
--- img-1x1-4096-bsd.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-bsd.vmdk.hex > img-1x1-4096-bsd.vmdk
--- img-1x1-4096-ebr.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.qcow.hex > img-1x1-4096-ebr.qcow
--- img-1x1-4096-ebr.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.qcow2.hex > img-1x1-4096-ebr.qcow2
--- img-1x1-4096-ebr.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.raw.hex > img-1x1-4096-ebr.raw
--- img-1x1-4096-ebr.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.vhd.hex > img-1x1-4096-ebr.vhd
--- img-1x1-4096-ebr.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.vhdf.hex > img-1x1-4096-ebr.vhdf
--- img-1x1-4096-ebr.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.vhdx.hex > img-1x1-4096-ebr.vhdx
--- img-1x1-4096-ebr.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-ebr.vmdk.hex > img-1x1-4096-ebr.vmdk
--- img-1x1-4096-gpt.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.qcow.hex > img-1x1-4096-gpt.qcow
--- img-1x1-4096-gpt.qcow2 ---
--- all_subdir_tests ---
--- all_subdir_tests/sys/capsicum ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:599,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/optional:1288,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ranges/movable_box.h:21,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/for_each.h:16,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/algorithm:1842,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:941,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:647,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__locale:24:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait(const volatile atomic_flag*, bool)':
--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.qcow2.hex > img-1x1-4096-gpt.qcow2
--- img-1x1-4096-gpt.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.raw.hex > img-1x1-4096-gpt.raw
--- img-1x1-4096-gpt.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.vhd.hex > img-1x1-4096-gpt.vhd
--- img-1x1-4096-gpt.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.vhdf.hex > img-1x1-4096-gpt.vhdf
--- all_subdir_tests ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:149:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  149 |   __o->wait(__v);
      |   ~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:52:3: note: declared here
   52 |   wait(bool __v, memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait(const atomic_flag*, bool)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:154:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  154 |   __o->wait(__v);
      |   ~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:56:3: note: declared here
   56 |   wait(bool __v, memory_order __m = memory_order_seq_cst) const _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait_explicit(const volatile atomic_flag*, bool, memory_order)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:159:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  159 |   __o->wait(__v, __m);
      |   ~~~~~~~~~^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:52:3: note: declared here
   52 |   wait(bool __v, memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait_explicit(const atomic_flag*, bool, memory_order)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:164:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  164 |   __o->wait(__v, __m);
      |   ~~~~~~~~~^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:56:3: note: declared here
   56 |   wait(bool __v, memory_order __m = memory_order_seq_cst) const _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_one(volatile atomic_flag*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:169:18: warning: 'void std::__1::atomic_flag::notify_one() volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  169 |   __o->notify_one();
      |   ~~~~~~~~~~~~~~~^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:59:87: note: declared here
   59 |   _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_one() volatile _NOEXCEPT {
      |                                                                                       ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_one(atomic_flag*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:174:18: warning: 'void std::__1::atomic_flag::notify_one()' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  174 |   __o->notify_one();
      |   ~~~~~~~~~~~~~~~^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:62:87: note: declared here
   62 |   _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_one() _NOEXCEPT {
      |                                                                                       ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_all(atomic_flag*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:184:18: warning: 'void std::__1::atomic_flag::notify_all()' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  184 |   __o->notify_all();
      |   ~~~~~~~~~~~~~~~^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:68:87: note: declared here
   68 |   _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_all() _NOEXCEPT {
      |                                                                                       ^~~~~~~~~~
--- all_subdir_usr.bin ---
--- img-1x1-4096-gpt.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.vhdx.hex > img-1x1-4096-gpt.vhdx
--- img-1x1-4096-gpt.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-gpt.vmdk.hex > img-1x1-4096-gpt.vmdk
--- img-1x1-4096-mbr.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.qcow.hex > img-1x1-4096-mbr.qcow
--- img-1x1-4096-mbr.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.qcow2.hex > img-1x1-4096-mbr.qcow2
--- img-1x1-4096-mbr.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.raw.hex > img-1x1-4096-mbr.raw
--- img-1x1-4096-mbr.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.vhd.hex > img-1x1-4096-mbr.vhd
--- img-1x1-4096-mbr.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.vhdf.hex > img-1x1-4096-mbr.vhdf
--- img-1x1-4096-mbr.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.vhdx.hex > img-1x1-4096-mbr.vhdx
--- img-1x1-4096-mbr.vmdk ---
--- all_subdir_tests ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iterator:742,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/optional:1292:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/variant: In member function 'void std::__1::__variant_detail::__assignment<_Traits>::__assign_alt(std::__1::__variant_detail::__alt<_Ip, _Tp>&, _Arg&&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/variant:931:81: warning: 'visibility' attribute ignored [-Wattributes]
  931 |         _LIBCPP_HIDDEN _LIBCPP_CONSTEXPR_SINCE_CXX20 void operator()(true_type) const {
      |                                                                                 ^~~~~
--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-4096-mbr.vmdk.hex > img-1x1-4096-mbr.vmdk
--- img-1x1-512-apm.qcow ---
--- all_subdir_tests ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/variant:934:82: warning: 'visibility' attribute ignored [-Wattributes]
  934 |         _LIBCPP_HIDDEN _LIBCPP_CONSTEXPR_SINCE_CXX20 void operator()(false_type) const {
      |                                                                                  ^~~~~
--- all_subdir_usr.bin ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.qcow.hex > img-1x1-512-apm.qcow
--- img-1x1-512-apm.qcow2 ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.qcow2.hex > img-1x1-512-apm.qcow2
--- img-1x1-512-apm.raw ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.raw.hex > img-1x1-512-apm.raw
--- img-1x1-512-apm.vhd ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.vhd.hex > img-1x1-512-apm.vhd
--- img-1x1-512-apm.vhdf ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.vhdf.hex > img-1x1-512-apm.vhdf
--- img-1x1-512-apm.vhdx ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.vhdx.hex > img-1x1-512-apm.vhdx
--- img-1x1-512-apm.vmdk ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-apm.vmdk.hex > img-1x1-512-apm.vmdk
--- img-1x1-512-bsd.qcow ---
sed -e '/^#.*/D' < /workspace/src/usr.bin/mkimg/tests/img-1x1-512-bsd.qcow.hex > img-1x1-512-bsd.qcow
--- img-1x1-512-bsd.qcow2 ---
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests ---
*** [link_addr_test.pieo] Error code 1

make[7]: stopped in /workspace/src/lib/libc/tests/net

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

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

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

make[3]: stopped in /workspace/src/tests

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

make[2]: stopped in /workspace/src
      177.97 real      1412.92 user       145.98 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/jenkins6379883036969045075.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