FreeBSD-stable-14-amd64-gcc12_build - Build #2326 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Mon, 16 Feb 2026 23:15:03 UTC
FreeBSD-stable-14-amd64-gcc12_build - Build #2326 (b4c9b7d8c7eaf297981b6197f4d3f15631703e36) - Still Failing

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

d4763c1fe5bcb803ad32645f6e316efce9e21571 by markj:
ifconfig: Exit with a non-zero status when SIOCSIFFIB fails

0e0455aaa799a27bd359468cb32b6a390aebb144 by markj:
ip6_mroute: Mark functions as static

49dbd7670300e015a217ffb00a3110db5ef28c7d by markj:
netstat: Fix whitespace in libxo output for multicast routes

8845df6a4caa08a0ae52eedfcf177b1b53a1057a by markj:
atf_python: Run vnet handlers in $HOME

289fadef716377b06f02988beaaa2d78aecb7bc6 by markj:
atf_python: Fix a typo in a type annotation

cd784bf4d0010085cd029ed76d0a55b1c57a8e9e by markj:
ip_mroute: Convert to using a regular mutex

85250c12e509582048b4a80d10a996cee0eab3a2 by markj:
ip6_mroute: Remove an unused constant

2e8f0a46d391c43f22c8deaa88e2c03cf205b8a4 by markj:
ip_mroute: Make privilege checking more consistent

20f81dcba99874bef290745e39abb53f94a8474f by markj:
ip6_mroute: Make MF6CFIND a regular function

80e444f1f92670d88bad35e227427c19b98800bc by markj:
ip6_mroute: Remove an unhelpful comment

21fe380f2d83fdbbebd3a97aff801476e24e4a16 by markj:
ip6_mroute: Fix the UPCALL_TIMING build

30aaec7a23cb580fe7a1e953340e8ae03d340f80 by markj:
tests/mac_ipacl: restore sysctls after modification

b4c9b7d8c7eaf297981b6197f4d3f15631703e36 by markj:
tests/mac_portacl: restore sysctls after modification



The end of the build log:

[...truncated 77.66 MiB...]
--- EVP_KDF-X942-ASN1.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_KDF-X942-ASN1.7 > EVP_KDF-X942-ASN1.7.gz
--- EVP_KDF-X942-CONCAT.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_KDF-X942-CONCAT.7 > EVP_KDF-X942-CONCAT.7.gz
--- all_subdir_lib ---
/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_secure ---
--- EVP_KDF-X963.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_KDF-X963.7 > EVP_KDF-X963.7.gz
--- EVP_KEM-RSA.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_KEM-RSA.7 > EVP_KEM-RSA.7.gz
--- EVP_KEYEXCH-DH.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_KEYEXCH-DH.7 > EVP_KEYEXCH-DH.7.gz
--- EVP_KEYEXCH-ECDH.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_KEYEXCH-ECDH.7 > EVP_KEYEXCH-ECDH.7.gz
--- EVP_KEYEXCH-X25519.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_KEYEXCH-X25519.7 > EVP_KEYEXCH-X25519.7.gz
--- all_subdir_stand ---
--- modsi3.o ---
--- all_subdir_lib ---
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_secure ---
--- EVP_MAC-BLAKE2.7.gz ---
--- all_subdir_stand ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -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 -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD  -MF.depend.modsi3.o -MTmodsi3.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    -c /workspace/src/contrib/llvm-project/compiler-rt/lib/builtins//modsi3.c -o modsi3.o
--- all_subdir_secure ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MAC-BLAKE2.7 > EVP_MAC-BLAKE2.7.gz
--- all_subdir_lib ---
/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_secure ---
--- EVP_MAC-CMAC.7.gz ---
--- all_subdir_bin ---
--- all_subdir_bin/dd/tests ---
===> bin/dd/tests (all)
--- all_subdir_share ---
--- be_BY.CP1131.LC_CTYPE ---
localedef -l -D -U -c -w /workspace/src/share/ctypedef/../../tools/tools/locale/etc/final-maps/widths.txt  -f /workspace/src/share/ctypedef/../../tools/tools/locale/etc/final-maps/map.CP1131  -i /workspace/src/share/ctypedef/be_BY.CP1131.src /tmp/obj/workspace/src/amd64.amd64/share/ctypedef/be_BY.CP1131
--- all_subdir_rescue ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/rescue/rescue/workspace/src/sbin/kldunload...]
--- all_subdir_secure ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MAC-CMAC.7 > EVP_MAC-CMAC.7.gz
--- EVP_MAC-GMAC.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MAC-GMAC.7 > EVP_MAC-GMAC.7.gz
--- EVP_MAC-HMAC.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MAC-HMAC.7 > EVP_MAC-HMAC.7.gz
--- EVP_MAC-KMAC.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MAC-KMAC.7 > EVP_MAC-KMAC.7.gz
--- EVP_MAC-Poly1305.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MAC-Poly1305.7 > EVP_MAC-Poly1305.7.gz
--- all_subdir_bin ---
--- dd2_test ---
--- all_subdir_secure ---
--- EVP_MAC-Siphash.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MAC-Siphash.7 > EVP_MAC-Siphash.7.gz
--- EVP_MD-BLAKE2.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-BLAKE2.7 > EVP_MD-BLAKE2.7.gz
--- all_subdir_bin ---
echo '#! /usr/libexec/atf-sh' > dd2_test.tmp
cat /workspace/src/bin/dd/tests/dd2_test.sh >>dd2_test.tmp
chmod +x dd2_test.tmp
mv dd2_test.tmp dd2_test
--- dd_test ---
echo '#! /usr/libexec/atf-sh' > dd_test.tmp
cat /workspace/src/contrib/netbsd-tests/bin/dd/t_dd.sh >>dd_test.tmp
chmod +x dd_test.tmp
mv dd_test.tmp dd_test
--- all_subdir_secure ---
--- EVP_MD-MD2.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-MD2.7 > EVP_MD-MD2.7.gz
--- all_subdir_bin ---
--- Kyuafile ---
--- all_subdir_secure ---
--- EVP_MD-MD4.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-MD4.7 > EVP_MD-MD4.7.gz
--- all_subdir_stand ---
--- udivmoddi4.o ---
--- all_subdir_bin ---
--- dd.full ---
--- all_subdir_stand ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -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 -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD  -MF.depend.udivmoddi4.o -MTudivmoddi4.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-err--- all_subdir_kerberos5 ---
In function 'my_fgetln',
    inlined from 'mit_prop_dump' at /workspace/src/crypto/heimdal/kdc/mit_dump.c:156:19:
/workspace/src/crypto/heimdal/kdc/mit_dump.c:119:13: error: 'realloc' called on unallocated object 'line' [-Werror=free-nonheap-object]
  119 |         n = realloc(buf, *sz + (*sz >> 1));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/heimdal/kdc/mit_dump.c: In function 'mit_prop_dump':
/workspace/src/crypto/heimdal/kdc/mit_dump.c:139:11: note: declared here
  139 |     char *line = NULL;
      |           ^~~~
--- all_subdir_rescue ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/rescue/rescue/workspace/src/sbin/ldconfig...]
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/rescue/rescue/workspace/src/sbin/md5...]
--- all_subdir_secure ---
--- EVP_MD-MD5-SHA1.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-MD5-SHA1.7 > EVP_MD-MD5-SHA1.7.gz
--- EVP_MD-MD5.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-MD5.7 > EVP_MD-MD5.7.gz
--- EVP_MD-MDC2.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-MDC2.7 > EVP_MD-MDC2.7.gz
--- EVP_MD-NULL.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-NULL.7 > EVP_MD-NULL.7.gz
--- EVP_MD-RIPEMD160.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-RIPEMD160.7 > EVP_MD-RIPEMD160.7.gz
--- EVP_MD-SHA1.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-SHA1.7 > EVP_MD-SHA1.7.gz
--- EVP_MD-SHA2.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-SHA2.7 > EVP_MD-SHA2.7.gz
--- EVP_MD-SHA3.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-SHA3.7 > EVP_MD-SHA3.7.gz
--- EVP_MD-SHAKE.7.gz ---
--- all_subdir_bin ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -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=--- all_subdir_stand ---
or=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/contrib/llvm-project/compiler-rt/lib/builtins//udivmoddi4.c -o udivmoddi4.o
--- all_subdir_stand/libsa32 ---
--- strdup.o ---
--- all_subdir_secure ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-SHAKE.7 > EVP_MD-SHAKE.7.gz
--- EVP_MD-SM3.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-SM3.7 > EVP_MD-SM3.7.gz
--- EVP_MD-WHIRLPOOL.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-WHIRLPOOL.7 > EVP_MD-WHIRLPOOL.7.gz
--- EVP_MD-common.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_MD-common.7 > EVP_MD-common.7.gz
--- EVP_PKEY-DH.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_PKEY-DH.7 > EVP_PKEY-DH.7.gz
--- EVP_PKEY-DSA.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_PKEY-DSA.7 > EVP_PKEY-DSA.7.gz
--- EVP_PKEY-EC.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_PKEY-EC.7 > EVP_PKEY-EC.7.gz
--- EVP_PKEY-FFC.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_PKEY-FFC.7 > EVP_PKEY-FFC.7.gz
--- EVP_PKEY-HMAC.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_PKEY-HMAC.7 > EVP_PKEY-HMAC.7.gz
--- all_subdir_bin ---
nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type  -Wl,-zrelro -pie -Wl,-znoexecstack  -o dd.full args.pieo conv.pieo conv_tab.pieo dd.pieo misc.pieo position.pieo   -lutil 
--- dd.1.gz ---
gzip -cn /workspace/src/bin/dd/dd.1 > dd.1.gz
--- dd.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug dd.full dd.debug
--- dd ---
--- all_subdir_stand ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common   -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 -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD  -MF.depend.strdup.o -MTstrdup.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--- all_subdir_secure ---
--- EVP_PKEY-RSA.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_PKEY-RSA.7 > EVP_PKEY-RSA.7.gz
--- EVP_PKEY-SM2.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_PKEY-SM2.7 > EVP_PKEY-SM2.7.gz
--- all_subdir_bin ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=dd.debug  dd.full dd
--- all_subdir_bin/df ---
===> bin/df (all)
--- .depend ---
echo df.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libxo.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a >> .depend
--- df.pieo ---
--- all_subdir_stand ---
-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/libsa/strdup.c -o strdup.o
--- strerror.o ---
--- all_subdir_bin ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC  -O2 -pipe -fno-common   -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD  -MF.depend.df.pieo -MTdf.pieo -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=emp--- all_subdir_stand ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -O2 -pipe -fno-common   -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 -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD  -MF.depend.strerror.o -MTstrerror.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=st--- all_subdir_bin ---
ty-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/bin/df/df.c -o df.pieo
--- all_subdir_stand ---
rict-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/libsa/strerror.c -o strerror.o
--- all_subdir_secure ---
--- EVP_PKEY-X25519.7.gz ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_PKEY-X25519.7 > EVP_PKEY-X25519.7.gz
--- EVP_RAND-CTR-DRBG.7.gz ---
--- all_subdir_kerberos5 ---
cc1: all warnings being treated as errors
--- all_subdir_secure ---
gzip -cn /workspace/src/secure/lib/libcrypto/man/man7/EVP_RAND-CTR-DRBG.7 > EVP_RAND-CTR-DRBG.7.gz
--- all_subdir_stand ---
--- all_subdir_stand/libsa ---
--- udivmodsi4.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/  -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 -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD  -MF.depend.udivmodsi4.o -MTudivmodsi4.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    -c /workspace/src/contrib/llvm-project/compiler-rt/lib/builtins//udivmodsi4.c -o udivmodsi4.o
--- all_subdir_kerberos5 ---
*** [mit_dump.pieo] Error code 1

make[5]: stopped in /workspace/src/kerberos5/libexec/hprop
        4.45 real         2.39 user         0.34 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-stable-14-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins3169824467492327938.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-14-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