From nobody Mon Jan 22 04:19:17 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TJH6b4CdZz56ySY for ; Mon, 22 Jan 2024 04:19:19 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TJH6b1pggz52JV; Mon, 22 Jan 2024 04:19:19 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705897159; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: list-id; bh=ngfO1Sa/cJU6NPWcZdhD7SuGQRbvOrwtAkvaYYIcbeI=; b=CPJdzyFY5o9oh1Imegopv/13zmxTi72UrT1DZral3IpRlgc3IZQ3zD4ds2BkD/jsJAG14w hw1wJL7PjtoVDl5rOW+xufqGRU3nn7XjkbaDfzdXZ8R6CgieeyyTBJlG3QfOJsMcJuRo2Q ZzKiYv56wFKi+BUtrZ+GNZOGpFd9sRLmoLGbza9AG79tbc01cPzYjl2PtSIDaK9m//kP4b fIYTiyUNZhkwRoDzVyqaVcLpJKvMG9J/yYxUcnGZyQsZMXKvWJwD2r7rrMoAcC9ENVIQuU 0Haouazgtu9hJW1bo4iO91Kx8COEAcCeLhLjY7Dz4QZJyvbBnAnJqoHU+m7W6A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705897159; a=rsa-sha256; cv=none; b=xj9iZfvdja0d9nBjY/5cO8x+OUiqSyLmhZ7MbXYgTHEyyLIrarteqUb+fyRNbXYQUggUEA ctmtmw1p/ppx2qSyjcINbd/N+IiXtARfDFdTWIaxpA8K63/TokRZ8eCAEMesU6owiBxkLm Db1hUu3PYA7Mot5Ec/u5XllRDwKitgvtsZhEMwEex2/tyC/2BU89T/Ww8gwqKcH5nHpERn q9mTSBbWErqrMg7dcS7YEtlYRZTN40sndkfsS89+tkzh8WYookZdVSHrjYyOvJbuj8zYWE fYu1z83RePAInl0FW850KwzIc9kabHx0QdQ/b0Fl2QhxWiGpy9tmGrQdKILZSw== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4TJH6b0kllznFS; Mon, 22 Jan 2024 04:19:19 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 22 Jan 2024 04:19:17 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: cy@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1513319643.1031.1705897159109@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-gcc13_build - Build #173 - Failure List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-ci@freebsd.org X-BeenThere: dev-ci@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1030_1600429118.1705897157167" X-Jenkins-Job: FreeBSD-main-amd64-gcc13_build X-Jenkins-Result: FAILURE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_1030_1600429118.1705897157167 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc13_build - Build #173 (91f78c32befa08bf4010db7afd4407= 277a3e585f) - Failure Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_buil= d/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/1= 73/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_curv= e_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 104 | if ((server_key =3D EC_KEY_new_by_curve_name(kex->ec_nid)) = =3D=3D NULL) { | ^~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/ec.h:998:31: not= e: 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: not= e: 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 deprecat= ed: 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: not= e: 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 deprecat= ed: 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: not= e: declared here --- kexsntrup761x25519.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.kexsntrup761x25519.o -MT= kexsntrup761x25519.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector= -strong -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darr= ay-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dca= st-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses= -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunuse= d-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dm= aybe-uninitialized--- kexecdh.o --- /workspace/src/crypto/openssh/kexecdh.c:108:9: warning: 'EC_KEY_generate_ke= y' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 108 | if (EC_KEY_generate_key(server_key) !=3D 1) { | ^~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1101:27: no= te: 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 =3D EC_KEY_get0_group(server_key); | ^~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1034:39: no= te: declared here 1034 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KE= Y *key); | ^~~~~~~~~~~~~~~~~ --- kexdh.o --- 204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ --- kexsntrup761x25519.o --- -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error= =3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo= l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-= error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici= t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size= -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa= re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization= s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul= tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc= ess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type= -Wno-address-of-packed-member -c /workspace/src/crypto/openssh/kexsn= trup761x25519.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 =3D EC_KEY_get0_public_key(server_key); | ^~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1062:39: no= te: 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 de= precated: 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: no= te: 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) !=3D (i= nt)klen || | ^~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1296:27: no= te: 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 de= precated: 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: no= te: 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=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.sntrup761.o -MTsntrup761= .o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-point= er-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compar= e -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstri= ct-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized= -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error= =3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo= l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-= error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici= t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size= -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa= re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization= s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul= tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc= ess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type= -Wno-address-of-packed-member -c /workspace/src/crypto/openssh/sntru= p761.c -o sntrup761.o --- kexgen.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.kexgen.o -MTkexgen.o -st= d=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sig= n -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno= -error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-ali= asing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3D= unused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-= error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtaut= ological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-opera= tion -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error= =3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fal= lthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno= -error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -W= no-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wn= o-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultista= tement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -= Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -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=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.sftp-realpath.o -MTsftp-= realpath.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -W= no-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -= Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denu= m-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-erro= r=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-unini= tialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wn= o-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-erro= r=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-define= d -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3D= implicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-e= lt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointe= r-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optim= izations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-erro= r=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer= -memaccess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-retu= rn-type -Wno-address-of-packed-member -c /workspace/src/crypto/openss= h/sftp-realpath.c -o sftp-realpath.o --- platform-pledge.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.platform-pledge.o -MTpla= tform-pledge.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-stron= g -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bou= nds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-ali= gn -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wn= o-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-fu= nction -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe= -uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-val= ue -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wn= o-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-= defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-er= ror=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dme= mset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3D= pointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop= -optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wn= o-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-p= ointer-memaccess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wn= o-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 |=20 In file included from : /workspace/src/crypto/openssh/ssh_namespace.h:12: note: this is the locatio= n of the previous definition 12 | #define EVP_CIPHER_CTX_get_iv Fssh_EVP_CIPHER_CTX= _get_iv |=20 --- platform-tracing.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.platform-tracing.o -MTpl= atform-tracing.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-str= ong -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-b= ounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-a= lign -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wn= o-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-fu= nction -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe= -uninitialized -Wn--- kexgexc.o --- /workspace/src/crypto/openssh/kexgexc.c: In function 'Fssh_input_kex_dh_gex= _group': --- platform-tracing.o --- o-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dta= utological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-ope= ration -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error= =3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fal= lthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno= -error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -W= no-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wn= o-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultista= tement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -= Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type -Wno= -address-of-packed-member -c /workspace/src/crypto/openssh/platform-t= racing.c -o platform-tracing.o --- kexgexc.o --- /workspace/src/crypto/openssh/kexgexc.c:123:9: warning: 'DH_get0_key' is de= precated: 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: not= e: 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 de= precated: 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: not= e: 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 de= precated: 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: not= e: 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 deprec= ated: 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: not= e: 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 |=20 In file included from : /workspace/src/crypto/openssh/ssh_namespace.h:12: note: this is the locatio= n of the previous definition 12 | #define EVP_CIPHER_CTX_get_iv Fssh_EVP_CIPHER_CTX= _get_iv |=20 /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 de= precated: 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: not= e: 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 de= precated: 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: not= e: 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 de= precated: 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: not= e: 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 deprec= ated: 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: not= e: 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=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.platform-misc.o -MTplatf= orm-misc.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -W= no-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -= Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denu= m-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-erro= r=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-unini= tialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wn= o-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-erro= r=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-define= d -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3D= implicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-e= lt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointe= r-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optim= izations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-erro= r=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer= -memaccess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-retu= rn-type -Wno-address-of-packed-member -c /workspace/src/crypto/openss= h/platform-misc.c -o platform-misc.o --- sshbuf-io.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.sshbuf-io.o -MTsshbuf-io= .o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-point= er-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compar= e -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstri= ct-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized= -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error= =3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo= l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-= error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici= t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size= -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa= re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization= s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul= tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc= ess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type= -Wno-address-of-packed-member -c /workspace/src/crypto/openssh/sshbu= f-io.c -o sshbuf-io.o --- ssh-sk-client.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.ssh-sk-client.o -MTssh-s= k-client.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -W= no-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -= Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denu= m-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-erro= r=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-unini= tialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wn= o-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-erro= r=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-define= d -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3D= implicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-e= lt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointe= r-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optim= izations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-erro= r=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer= -memaccess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-retu= rn-type -Wno-address-of-packed-member -c /workspace/src/crypto/openss= h/ssh-sk-client.c -o ssh-sk-client.o --- bcrypt_pbkdf.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.bcrypt_pbkdf.o -MTbcrypt= _pbkdf.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno= -pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn= o-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-= compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error= =3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function = -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninit= ialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno= -error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error= =3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined= -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Di= mplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-el= t-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer= -compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimi= zations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error= =3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-= memaccess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-retur= n-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=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.blowfish.o -MTblowfish.o= -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer= -sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare= -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-err= or=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized = -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error= =3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo= l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-= error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici= t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size= -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa= re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization= s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul= tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc= ess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type= -Wno-address-of-packed-member -c /workspace/src/crypto/openssh/openb= sd-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=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.bsd-misc.o -MTbsd-misc.o= -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer= -sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare= -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-err= or=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized = -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error= =3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo= l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-= error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici= t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size= -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa= re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization= s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul= tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc= ess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type= -Wno-address-of-packed-member -c /workspace/src/crypto/openssh/openb= sd-compat/bsd-misc.c -o bsd-misc.o --- bsd-signal.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.bsd-signal.o -MTbsd-sign= al.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-poi= nter-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-comp= are -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dst= rict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitializ= ed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-erro= r=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbo= ol-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno= -error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplic= it-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-siz= e -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-comp= are -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizatio= ns -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmu= ltistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memac= cess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-typ= e -Wno-address-of-packed-member -c /workspace/src/crypto/openssh/open= bsd-compat/bsd-signal.c -o bsd-signal.o --- explicit_bzero.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.explicit_bzero.o -MTexpl= icit_bzero.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong = -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bound= s -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align= -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3De= num-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-er= ror=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uni= nitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -= Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-er= ror=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defi= ned -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error= =3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemse= t-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpoi= nter-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-op= timizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-e= rror=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-poin= ter-memaccess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-r= eturn-type -Wno-address-of-packed-member -c /workspace/src/crypto/ope= nssh/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=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.fmt_scaled.o -MTfmt_scal= ed.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-poi= nter-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-comp= are -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dst= rict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitializ= ed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-erro= r=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbo= ol-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno= -error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplic= it-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-siz= e -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-comp= are -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizatio= ns -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmu= ltistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memac= cess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-typ= e -Wno-address-of-packed-member -c /workspace/src/crypto/openssh/open= bsd-compat/fmt_scaled.c -o fmt_scaled.o --- freezero.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.freezero.o -MTfreezero.o= -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer= -sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare= -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-err= or=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized = -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error= =3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo= l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-= error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici= t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size= -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa= re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization= s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul= tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc= ess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type= -Wno-address-of-packed-member -c /workspace/src/crypto/openssh/openb= sd-compat/freezero.c -o freezero.o --- glob.o --- --- libressl-api-compat.o --- --- glob.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.glob.o -MTglob.o -std=3D= gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -W= date-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-err= or=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasin= g -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunus= ed-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-erro= r=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautolog= ical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation= -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dfor= mat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrou= gh -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error= =3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-err= or=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-erro= r=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement= -macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-er= ror=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type -Wno-addre= ss-of-packed-member -c /workspace/src/crypto/openssh/openbsd-compat/g= lob.c -o glob.o --- libressl-api-compat.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.libressl-api-compat.o -M= Tlibressl-api-compat.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protect= or-strong -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Da= rray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3D= cast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno= -error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parenthes= es -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunu= sed-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error= =3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-nega= tive-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-vari= able -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpan= sion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation= -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-er= ror=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-= error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggress= ive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-v= alue -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3D= sizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-error=3Dover= flow -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=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.mktemp.o -MTmktemp.o -st= d=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sig= n -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno= -error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-ali= asing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3D= unused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-= error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtaut= ological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-opera= tion -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error= =3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fal= lthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno= -error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -W= no-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wn= o-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultista= tement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -= Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type -Wno= -address-of-packed-member -c /workspace/src/crypto/openssh/openbsd-co= mpat/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=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DCOMPAT= _LIB32 --sysroot=3D/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/li= b32 -Wl,--no-undefined -Wl,-zrelro -Wl,--version-script=3D/workspace/src/c= rypto/heimdal/lib/hdb/version-script.map -Wl,-znoexecstack -fstack-protec= tor-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.pic= o ext.pico hdb-ldap.pico hdb.pico hdb_err.pico hdb-sqlite.pico hdb-keytab.p= ico hdb-mitdb.pico keys.pico keytab.pico mkey.pico ndbm.pico print.pico asn= 1_Salt.pico asn1_Key.pico asn1_Event.pico asn1_HDBFlags.pico asn1_GENERATIO= N.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.pi= co asn1_HDB_extension.pico asn1_HDB_extensions.pico asn1_hdb_entry.pico asn= 1_hdb_entry_alias.pico asn1_hdb_keyset.pico -lasn1 -lcom_err -lkrb5 -l= roken -lprivatesqlite3=20 --- secure/lib/libssh__L --- --- openssl-compat.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.openssl-compat.o -MTopen= ssl-compat.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong = -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bound= s -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align= -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3De= num-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-er= ror=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uni= nitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -= Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-er= ror=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defi= ned -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error= =3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemse= t-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpoi= nter-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-op= timizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-e= rror=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-poin= ter-memaccess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-r= eturn-type -Wno-address-of-packed-member -c /workspace/src/crypto/ope= nssh/openbsd-compat/openssl-compat.c -o openssl-compat.o --- port-net.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 -march=3Di686 -mmmx -msse -= msse2 -m32 -DCOMPAT_LIBCOMPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DC= OMPAT_LIB32 --sysroot=3D/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/loc= al/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=3D1 -I/workspace/src/cont= rib/ldns -include krb5_config.h -g -MD -MF.depend.port-net.o -MTport-net.o= -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer= -sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare= -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-err= or=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized = -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error= =3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dboo= l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-= error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici= t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size= -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa= re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization= s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul= tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc= ess -Wno-error=3Dstringop-truncation -Wno-error=3Doverflow -Wno-return-type= -Wno-address-of-packed-member -c /workspace/src/crypto/openssh/openb= sd-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 funct= ion `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 refere= nce to `encode_Event' /usr/local/bin/x86_64-unknown-freebsd14.0-ld: asn1_hdb_entry.pico: in funct= ion `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 refere= nce to `free_Event' /usr/local/bin/x86_64-unknown-freebsd14.0-ld: asn1_hdb_entry.pico: in funct= ion `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 refere= nce to `decode_Event' /usr/local/bin/x86_64-unknown-freebsd14.0-ld: asn1_hdb_entry.pico: in funct= ion `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 refere= nce to `length_Event' /usr/local/bin/x86_64-unknown-freebsd14.0-ld: asn1_hdb_entry.pico: in funct= ion `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 refere= nce 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/jenkins1345413574641264= 8509.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 ------=_Part_1030_1600429118.1705897157167--