FreeBSD-main-amd64-gcc13_build - Build #1896 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Mon, 07 Oct 2024 14:29:34 UTC
FreeBSD-main-amd64-gcc13_build - Build #1896 (dfcb8de5ef803b45e9c1e3974ce12f507d43900d) - Still Failing

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

65e7a648693cc151990688f48c190df1c1fc858b by bapt:
genl: allow to monitor all know groups

f45132db215be4d811e0efa0d01bcab72e4d0a59 by bapt:
genl: subscribe to all if no group is provided

33938d88e35b88c5f28ca10aac89d871fc9edc3f by bapt:
genl(1): fix typo

883722891aa92fc6033020c67ec7f2f0d9fedf95 by bapt:
genl: add parser for nlsysevent

2918dbc1ccd899865fc6e5854fc056800617944f by kib:
sysctl.3: Remove KERN_QUANTUM

4e2803878f547f2036d8e9bde4633e0ed96bc46c by kib:
sysctl.3: document missing fixed oids from the kern. node

cdd9629921c6551abac583aeafc5c6bd380ccac2 by kib:
sysctl.3: document missing oids from kern.proc. node

3670421e21932c44225b9457c50dd67da3abcd84 by kib:
getrlimitusage.2: add the man page

dfcb8de5ef803b45e9c1e3974ce12f507d43900d by igoro:
dummymbuf: Log the entire rule set if no delimiters are present



The end of the build log:

[...truncated 87.25 MiB...]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string: In function 'bool std::__1::operator==(const basic_string<char, char_traits<char>, _Alloc>&, const basic_string<char, char_traits<char>, _Alloc>&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:3711:12: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 3711 |     return char_traits<char>::compare(__lp, __rp, __lhs_sz) == 0;
      |            ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:4046:69: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 4046 | struct __string_hash : public __unary_function<basic_string<_CharT, char_traits<_CharT>, _Allocator>, size_t> {
      |                                                                     ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:4048:41: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 4048 |   operator()(const basic_string<_CharT, char_traits<_CharT>, _Allocator>& __val) const _NOEXCEPT {
      |                                         ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:4054:32: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 4054 | struct hash<basic_string<char, char_traits<char>, _Allocator> > : __string_hash<char, _Allocator> {};
      |                                ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:4062:36: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 4062 | struct hash<basic_string<char16_t, char_traits<char16_t>, _Allocator> > : __string_hash<char16_t, _Allocator> {};
      |                                    ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:4065:36: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 4065 | struct hash<basic_string<char32_t, char_traits<char32_t>, _Allocator> > : __string_hash<char32_t, _Allocator> {};
      |                                    ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:4069:35: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 4069 | struct hash<basic_string<wchar_t, char_traits<wchar_t>, _Allocator> > : __string_hash<wchar_t, _Allocator> {};
      |                                   ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_lib ---
--- .depend.getusershell_test ---
echo getusershell_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> .depend.getusershell_test
--- getusershell_test.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common -I/workspace/src/tests   -fPIE -g -MD  -MF.depend.getusershell_test.getusershell_test.o -MTgetusershell_test.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member     -c /workspace/src/lib/libc/tests/nss/getusershell_test.c -o getusershell_test.o
--- all_subdir_share ---
--- sample5_unittest.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug sample5_unittest.full sample5_unittest.debug
--- sample5_unittest ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=sample5_unittest.debug  sample5_unittest.full sample5_unittest
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
===> stand/i386 (all)
--- all_subdir_stand/i386/btx ---
===> stand/i386/btx (all)
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_secure ---
In file included from /workspace/src/crypto/openssh/ssh-keygen.c:24:
/workspace/src/crypto/openssh/openbsd-compat/openssl-compat.h:69: warning: "EVP_CIPHER_CTX_get_iv" redefined
   69 | #  define EVP_CIPHER_CTX_get_iv EVP_CIPHER_CTX_get_updated_iv
      | 
--- all_subdir_stand ---
--- all_subdir_stand/i386/btx/btx ---
===> stand/i386/btx/btx (all)
--- all_subdir_secure ---
In file included from <command-line>:
/workspace/src/crypto/openssh/ssh_namespace.h:12: note: this is the location of the previous definition
   12 | #define EVP_CIPHER_CTX_get_iv                   Fssh_EVP_CIPHER_CTX_get_iv
      | 
--- all_subdir_stand ---
--- all_subdir_stand/userboot ---
--- userboot_cons.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic -DPIC  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-float -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -fPIC -I/workspace/src/stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common -DBF_DICTSIZE=30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DHELP_FILENAME=\"loader.help.userboot\" -I. -g -MD  -MF.depend.userboot_cons.pico -MTuserboot_cons.pico -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os     -c /workspace/src/stand/userboot/userboot_4th/../userboot/userboot_cons.c -o userboot_cons.pico
--- all_subdir_secure ---
/workspace/src/crypto/openssh/ssh-keygen.c: In function 'do_convert_to_pkcs8':
--- all_subdir_sbin ---
--- init.8.gz ---
gzip -cn /workspace/src/sbin/init/init.8 > init.8.gz
--- init.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug init.full init.debug
--- all_subdir_secure ---
/workspace/src/crypto/openssh/ssh-keygen.c:378:17: warning: 'PEM_write_RSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  378 |                 if (!PEM_write_RSA_PUBKEY(stdout, k->rsa))
      |                 ^~
In file included from /workspace/src/crypto/openssh/ssh-keygen.c:23:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:449:1: note: declared here
  449 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA)
      | ^~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:383:17: warning: 'PEM_write_DSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  383 |                 if (!PEM_write_DSA_PUBKEY(stdout, k->dsa))
      |                 ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:454:1: note: declared here
  454 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA)
      | ^~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:389:17: warning: 'PEM_write_EC_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  389 |                 if (!PEM_write_EC_PUBKEY(stdout, k->ecdsa))
      |                 ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:463:1: note: declared here
  463 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, EC_PUBKEY, EC_KEY)
      | ^~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c: In function 'do_convert_to_pem':
/workspace/src/crypto/openssh/ssh-keygen.c:404:17: warning: 'PEM_write_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  404 |                 if (!PEM_write_RSAPublicKey(stdout, k->rsa))
      |                 ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:448:1: note: declared here
  448 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA)
      | ^~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:409:17: warning: 'PEM_write_DSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  409 |                 if (!PEM_write_DSA_PUBKEY(stdout, k->dsa))
      |                 ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:454:1: note: declared here
  454 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA)
      | ^~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:415:17: warning: 'PEM_write_EC_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  415 |                 if (!PEM_write_EC_PUBKEY(stdout, k->ecdsa))
      |                 ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:463:1: note: declared here
  463 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, EC_PUBKEY, EC_KEY)
      | ^~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c: In function 'do_convert_private_ssh2':
/workspace/src/crypto/openssh/ssh-keygen.c:546:17: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  546 |                 if (!DSA_set0_pqg(key->dsa, dsa_p, dsa_q, dsa_g))
      |                 ^~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/x509.h:37,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:23:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:203:27: note: declared here
  203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
      |                           ^~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:549:17: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  549 |                 if (!DSA_set0_key(key->dsa, dsa_pub_key, dsa_priv_key))
      |                 ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:206:27: note: declared here
  206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
      |                           ^~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:587:17: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  587 |                 if (!RSA_set0_key(key->rsa, rsa_n, rsa_e, rsa_d))
      |                 ^~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/x509.h:36:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:207:27: note: declared here
  207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
      |                           ^~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:590:17: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  590 |                 if (!RSA_set0_factors(key->rsa, rsa_p, rsa_q))
      |                 ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:208:27: note: declared here
  208 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
      |                           ^~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c: In function 'do_convert_from_pkcs8':
/workspace/src/crypto/openssh/ssh-keygen.c:715:17: warning: 'EVP_PKEY_get1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  715 |                 (*k)->rsa = EVP_PKEY_get1_RSA(pubkey);
      |                 ^
In file included from /workspace/src/crypto/openssh/ssh-keygen.c:22:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/evp.h:1350:16: note: declared here
 1350 | struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
      |                ^~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:722:17: warning: 'EVP_PKEY_get1_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  722 |                 (*k)->dsa = EVP_PKEY_get1_DSA(pubkey);
      |                 ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/evp.h:1359:16: note: declared here
 1359 | struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
      |                ^~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:730:17: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  730 |                 (*k)->ecdsa = EVP_PKEY_get1_EC_KEY(pubkey);
      |                 ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/evp.h:1376:19: note: declared here
 1376 | struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
      |                   ^~~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c: In function 'do_convert_from_pem':
/workspace/src/crypto/openssh/ssh-keygen.c:750:9: warning: 'PEM_read_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  750 |         if ((rsa = PEM_read_RSAPublicKey(fp, NULL, NULL, NULL)) != NULL) {
      |         ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:448:1: note: declared here
  448 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA)
      | ^~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c: In function 'do_convert_from':
/workspace/src/crypto/openssh/ssh-keygen.c:796:25: warning: 'PEM_write_DSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  796 |                         ok = PEM_write_DSAPrivateKey(stdout, k->dsa, NULL,
      |                         ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:453:1: note: declared here
  453 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA)
      | ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:802:25: warning: 'PEM_write_ECPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  802 |                         ok = PEM_write_ECPrivateKey(stdout, k->ecdsa, NULL,
      |                         ^~
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
--- all_subdir_sbin ---
--- init ---
--- all_subdir_stand ---
include/x86 -> /workspace/src/sys/x86/include
--- btx.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common   -I/workspace/src/stand/i386/btx/lib -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-mmx -mno-sse  -msoft-float -march=i386 -I. -Iinclude -DBTX_FLAGS=0x0 -I/workspace/src/stand/i386/common -MD  -MF.depend.btx.o -MTbtx.o -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os -mpreferred-stack-boundary=2        -c /workspace/src/stand/i386/btx/btx/btx.S -o btx.o
--- all_subdir_sbin ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=init.debug  init.full init
--- all_subdir_secure ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:462:1: note: declared here
  462 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY)
      | ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/ssh-keygen.c:807:25: warning: 'PEM_write_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  807 |                         ok = PEM_write_RSAPrivateKey(stdout, k->rsa, NULL,
      |                         ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/pem.h:447:1: note: declared here
  447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
      | ^~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_stand ---
--- all_subdir_stand/i386/libi386 ---
===> stand/i386/libi386 (all)
--- all_subdir_stand/i386/btx ---
--- btx ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -pipe -fno-common -I/workspace/src/stand/i386/btx/lib -nostdinc -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-mmx -mno-sse -msoft-float -march=i386 -I. -Iinclude -DBTX_FLAGS=0x0 -I/workspace/src/stand/i386/common -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -Os -mpreferred-stack-boundary=2  -nostdlib -e start -Wl,--defsym,ORG=0x9000,-T,/workspace/src/stand/i386/boot.ldscript -Wl,-N,-S,--oformat,binary -Wl,--build-id=none -Wl,-zrelro -Wl,-znoexecstack   -o btx btx.o  
--- all_subdir_stand/userboot ---
--- userboot_disk.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic -DPIC  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-float -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -fPIC -I/workspace/src/stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common -DBF_DICTSIZE=30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DHELP_FILENAME=\"loader.help.userboot\" -I. -g -MD  -MF.depend.userboot_disk.pico -MTuserboot_disk.pico -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os     -c /workspace/src/stand/userboot/userboot_4th/../userboot/userboot_disk.c -o userboot_disk.pico
--- all_subdir_sbin ---
--- all_subdir_sbin/kldconfig ---
===> sbin/kldconfig (all)
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped
       60.35 real        82.82 user        11.03 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-gcc13_build] $ /bin/sh -xe /tmp/jenkins16216932840871053513.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc13_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