FreeBSD-main-amd64-gcc13_build - Build #173 - Failure

From: <jenkins-admin_at_FreeBSD.org>
Date: Mon, 22 Jan 2024 04:19:17 UTC
FreeBSD-main-amd64-gcc13_build - Build #173 (91f78c32befa08bf4010db7afd4407277a3e585f) - Failure

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

91f78c32befa08bf4010db7afd4407277a3e585f by cy:
rc.d/kdc: Support start of MIT krb5kdc



The end of the build log:

[...truncated 70.63 MB...]
/workspace/src/crypto/openssh/kexecdh.c:104:9: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  104 |         if ((server_key = EC_KEY_new_by_curve_name(kex->ec_nid)) == NULL) {
      |         ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/ec.h:998:31: note: declared here
  998 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~
--- kexdh.o ---
  155 |         DH_get0_key(kex->dh, &pub_key, NULL);
      |         ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dh.h:260:28: note: declared here
  260 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
      |                            ^~~~~~~~~~~
/workspace/src/crypto/openssh/kexdh.c:168:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  168 |         DH_free(kex->dh);
      |         ^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dh.h:204:28: note: declared here
  204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
      |                            ^~~~~~~
/workspace/src/crypto/openssh/kexdh.c: In function 'Fssh_kex_dh_dec':
/workspace/src/crypto/openssh/kexdh.c:198:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  198 |         DH_free(kex->dh);
      |         ^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dh.h:204:28: note: declared here
--- kexsntrup761x25519.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.kexsntrup761x25519.o -MTkexsntrup761x25519.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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--- kexecdh.o ---
/workspace/src/crypto/openssh/kexecdh.c:108:9: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  108 |         if (EC_KEY_generate_key(server_key) != 1) {
      |         ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1101:27: note: declared here
 1101 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);
      |                           ^~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/kexecdh.c:112:9: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  112 |         group = EC_KEY_get0_group(server_key);
      |         ^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1034:39: note: declared here
 1034 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);
      |                                       ^~~~~~~~~~~~~~~~~
--- kexdh.o ---
  204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
      |                            ^~~~~~~
--- kexsntrup761x25519.o ---
 -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/kexsntrup761x25519.c -o kexsntrup761x25519.o
--- kexecdh.o ---
/workspace/src/crypto/openssh/kexecdh.c:118:9: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  118 |         pub_key = EC_KEY_get0_public_key(server_key);
      |         ^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1062:39: note: declared here
 1062 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);
      |                                       ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/kexecdh.c:132:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  132 |         EC_KEY_free(server_key);
      |         ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1003:28: note: declared here
 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
      |                            ^~~~~~~~~~~
/workspace/src/crypto/openssh/kexecdh.c: In function 'Fssh_kex_ecdh_dec_key_group':
/workspace/src/crypto/openssh/kexecdh.c:179:9: warning: 'ECDH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  179 |         if (ECDH_compute_key(kbuf, klen, dh_pub, key, NULL) != (int)klen ||
      |         ^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1296:27: note: declared here
 1296 | OSSL_DEPRECATEDIN_3_0 int ECDH_compute_key(void *out, size_t outlen,
      |                           ^~~~~~~~~~~~~~~~
/workspace/src/crypto/openssh/kexecdh.c: In function 'Fssh_kex_ecdh_dec':
/workspace/src/crypto/openssh/kexecdh.c:207:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  207 |         EC_KEY_free(kex->ec_client_key);
      |         ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1003:28: note: declared here
 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
      |                            ^~~~~~~~~~~
--- sntrup761.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.sntrup761.o -MTsntrup761.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/sntrup761.c -o sntrup761.o
--- kexgen.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.kexgen.o -MTkexgen.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/kexgen.c -o kexgen.o
--- sftp-realpath.o ---
--- platform-pledge.o ---
--- sftp-realpath.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.sftp-realpath.o -MTsftp-realpath.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/sftp-realpath.c -o sftp-realpath.o
--- platform-pledge.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.platform-pledge.o -MTplatform-pledge.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/platform-pledge.c -o platform-pledge.o
--- platform-tracing.o ---
--- kexgexc.o ---
In file included from /workspace/src/crypto/openssh/kexgexc.c:40:
/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
      | 
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
      | 
--- platform-tracing.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.platform-tracing.o -MTplatform-tracing.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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 -Wn--- kexgexc.o ---
/workspace/src/crypto/openssh/kexgexc.c: In function 'Fssh_input_kex_dh_gex_group':
--- platform-tracing.o ---
o-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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/platform-tracing.c -o platform-tracing.o
--- kexgexc.o ---
/workspace/src/crypto/openssh/kexgexc.c:123:9: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  123 |         DH_get0_key(kex->dh, &pub_key, NULL);
      |         ^~~~~~~~~~~
In file included from /workspace/src/crypto/openssh/kexgexc.c:33:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dh.h:260:28: note: declared here
  260 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
      |                            ^~~~~~~~~~~
/workspace/src/crypto/openssh/kexgexc.c: In function 'Fssh_input_kex_dh_gex_reply':
/workspace/src/crypto/openssh/kexgexc.c:187:9: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  187 |         DH_get0_key(kex->dh, &pub_key, NULL);
      |         ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dh.h:260:28: note: declared here
  260 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
      |                            ^~~~~~~~~~~
/workspace/src/crypto/openssh/kexgexc.c:188:9: warning: 'DH_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  188 |         DH_get0_pqg(kex->dh, &dh_p, NULL, &dh_g);
      |         ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dh.h:257:28: note: declared here
  257 | OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p,
      |                            ^~~~~~~~~~~
/workspace/src/crypto/openssh/kexgexc.c:231:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  231 |         DH_free(kex->dh);
      |         ^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dh.h:204:28: note: declared here
  204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
      |                            ^~~~~~~
--- kexgexs.o ---
In file included from /workspace/src/crypto/openssh/kexgexs.c:39:
/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
      | 
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
      | 
/workspace/src/crypto/openssh/kexgexs.c: In function 'Fssh_input_kex_dh_gex_request':
/workspace/src/crypto/openssh/kexgexs.c:108:9: warning: 'DH_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  108 |         DH_get0_pqg(kex->dh, &dh_p, NULL, &dh_g);
      |         ^~~~~~~~~~~
In file included from /workspace/src/crypto/openssh/kexgexs.c:37:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dh.h:257:28: note: declared here
  257 | OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p,
      |                            ^~~~~~~~~~~
/workspace/src/crypto/openssh/kexgexs.c: In function 'Fssh_input_kex_dh_gex_init':
/workspace/src/crypto/openssh/kexgexs.c:165:9: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  165 |         DH_get0_key(kex->dh, &pub_key, NULL);
      |         ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dh.h:260:28: note: declared here
  260 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
      |                            ^~~~~~~~~~~
/workspace/src/crypto/openssh/kexgexs.c:166:9: warning: 'DH_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  166 |         DH_get0_pqg(kex->dh, &dh_p, NULL, &dh_g);
      |         ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dh.h:257:28: note: declared here
  257 | OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p,
      |                            ^~~~~~~~~~~
/workspace/src/crypto/openssh/kexgexs.c:208:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  208 |         DH_free(kex->dh);
      |         ^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dh.h:204:28: note: declared here
  204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
      |                            ^~~~~~~
--- platform-misc.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.platform-misc.o -MTplatform-misc.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/platform-misc.c -o platform-misc.o
--- sshbuf-io.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.sshbuf-io.o -MTsshbuf-io.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/sshbuf-io.c -o sshbuf-io.o
--- ssh-sk-client.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.ssh-sk-client.o -MTssh-sk-client.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/ssh-sk-client.c -o ssh-sk-client.o
--- bcrypt_pbkdf.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.bcrypt_pbkdf.o -MTbcrypt_pbkdf.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/openbsd-compat/bcrypt_pbkdf.c -o bcrypt_pbkdf.o
--- blowfish.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.blowfish.o -MTblowfish.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/openbsd-compat/blowfish.c -o blowfish.o
--- bsd-misc.o ---
--- bsd-signal.o ---
--- bsd-misc.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.bsd-misc.o -MTbsd-misc.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/openbsd-compat/bsd-misc.c -o bsd-misc.o
--- bsd-signal.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.bsd-signal.o -MTbsd-signal.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/openbsd-compat/bsd-signal.c -o bsd-signal.o
--- explicit_bzero.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.explicit_bzero.o -MTexplicit_bzero.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/openbsd-compat/explicit_bzero.c -o explicit_bzero.o
--- fmt_scaled.o ---
--- freezero.o ---
--- fmt_scaled.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.fmt_scaled.o -MTfmt_scaled.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/openbsd-compat/fmt_scaled.c -o fmt_scaled.o
--- freezero.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.freezero.o -MTfreezero.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/openbsd-compat/freezero.c -o freezero.o
--- glob.o ---
--- libressl-api-compat.o ---
--- glob.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.glob.o -MTglob.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/openbsd-compat/glob.c -o glob.o
--- libressl-api-compat.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.libressl-api-compat.o -MTlibressl-api-compat.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/openbsd-compat/libressl-api-compat.c -o libressl-api-compat.o
--- mktemp.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.mktemp.o -MTmktemp.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/openbsd-compat/mktemp.c -o mktemp.o
--- kerberos5/lib/libhdb__L ---
--- libhdb.so.11.full ---
building shared library libhdb.so.11
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32 -DCOMPAT_LIBCOMPAT=\"32\" -DCOMPAT_libcompat=\"32\" -DCOMPAT_LIB32 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32 -Wl,--no-undefined  -Wl,-zrelro -Wl,--version-script=/workspace/src/crypto/heimdal/lib/hdb/version-script.map -Wl,-znoexecstack   -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel  -o libhdb.so.11.full -Wl,-soname,libhdb.so.11 common.pico db.pico dbinfo.pico ext.pico hdb-ldap.pico hdb.pico hdb_err.pico hdb-sqlite.pico hdb-keytab.pico hdb-mitdb.pico keys.pico keytab.pico mkey.pico ndbm.pico print.pico asn1_Salt.pico asn1_Key.pico asn1_Event.pico asn1_HDBFlags.pico asn1_GENERATION.pico asn1_HDB_Ext_PKINIT_acl.pico asn1_HDB_Ext_PKINIT_cert.pico asn1_HDB_Ext_PKINIT_hash.pico asn1_HDB_Ext_Constrained_delegation_acl.pico asn1_HDB_Ext_Lan_Manager_OWF.pico asn1_HDB_Ext_Password.pico asn1_HDB_Ext_Aliases.pico asn1_HDB_extension.pico asn1_HDB_extensions.pico asn1_hdb_entry.pico asn1_hdb_entry_alias.pico asn1_hdb_keyset.pico   -lasn1  -lcom_err  -lkrb5  -lroken -lprivatesqlite3 
--- secure/lib/libssh__L ---
--- openssl-compat.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.openssl-compat.o -MTopenssl-compat.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/openbsd-compat/openssl-compat.c -o openssl-compat.o
--- port-net.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=i686 -mmmx -msse -msse2 -m32    -DCOMPAT_LIBCOMPAT=\"32\"  -DCOMPAT_libcompat=\"32\"  -DCOMPAT_LIB32  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp  -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -B/tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib32  -O2 -pipe -fno-common  -I/workspace/src/crypto/openssh -include ssh_namespace.h -include sk_config.h -DHAVE_LDNS=1 -I/workspace/src/contrib/ldns -include krb5_config.h -g -MD  -MF.depend.port-net.o -MTport-net.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -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-error=overflow -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/crypto/openssh/openbsd-compat/port-net.c -o port-net.o
--- kerberos5/lib/libhdb__L ---
/usr/local/bin/x86_64-unknown-freebsd14.0-ld: asn1_hdb_entry.pico: in function `encode_hdb_entry':
/tmp/obj/workspace/src/amd64.amd64/obj-lib32/kerberos5/lib/libhdb/asn1_hdb_entry.c:179: undefined reference to `encode_Event'
/usr/local/bin/x86_64-unknown-freebsd14.0-ld: /tmp/obj/workspace/src/amd64.amd64/obj-lib32/kerberos5/lib/libhdb/asn1_hdb_entry.c:193: undefined reference to `encode_Event'
/usr/local/bin/x86_64-unknown-freebsd14.0-ld: asn1_hdb_entry.pico: in function `free_hdb_entry':
/tmp/obj/workspace/src/amd64.amd64/obj-lib32/kerberos5/lib/libhdb/asn1_hdb_entry.c:679: undefined reference to `free_Event'
/usr/local/bin/x86_64-unknown-freebsd14.0-ld: /tmp/obj/workspace/src/amd64.amd64/obj-lib32/kerberos5/lib/libhdb/asn1_hdb_entry.c:681: undefined reference to `free_Event'
/usr/local/bin/x86_64-unknown-freebsd14.0-ld: asn1_hdb_entry.pico: in function `decode_hdb_entry':
/tmp/obj/workspace/src/amd64.amd64/obj-lib32/kerberos5/lib/libhdb/asn1_hdb_entry.c:388: undefined reference to `decode_Event'
/usr/local/bin/x86_64-unknown-freebsd14.0-ld: /tmp/obj/workspace/src/amd64.amd64/obj-lib32/kerberos5/lib/libhdb/asn1_hdb_entry.c:407: undefined reference to `decode_Event'
/usr/local/bin/x86_64-unknown-freebsd14.0-ld: asn1_hdb_entry.pico: in function `length_hdb_entry':
/tmp/obj/workspace/src/amd64.amd64/obj-lib32/kerberos5/lib/libhdb/asn1_hdb_entry.c:771: undefined reference to `length_Event'
/usr/local/bin/x86_64-unknown-freebsd14.0-ld: /tmp/obj/workspace/src/amd64.amd64/obj-lib32/kerberos5/lib/libhdb/asn1_hdb_entry.c:778: undefined reference to `length_Event'
/usr/local/bin/x86_64-unknown-freebsd14.0-ld: asn1_hdb_entry.pico: in function `copy_hdb_entry':
/tmp/obj/workspace/src/amd64.amd64/obj-lib32/kerberos5/lib/libhdb/asn1_hdb_entry.c:880: undefined reference to `copy_Event'
/usr/local/bin/x86_64-unknown-freebsd14.0-ld: /tmp/obj/workspace/src/amd64.amd64/obj-lib32/kerberos5/lib/libhdb/asn1_hdb_entry.c:884: undefined reference to `copy_Event'
collect2: error: ld returned 1 exit status
*** [libhdb.so.11.full] Error code 1

make[4]: stopped in /workspace/src/kerberos5/lib/libhdb
1 error

make[4]: stopped in /workspace/src/kerberos5/lib/libhdb

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

make[3]: stopped in /workspace/src

make[2]: stopped in /workspace/src
      194.56 real      1983.24 user       224.92 sys
*** [build32] Error code 2

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

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/jenkins13454135746412648509.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