Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2023 18:59:40 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        ngie@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-build - Build #26631 - Failure
Message-ID:  <637157563.4453.1684609181205@jenkins.ci.freebsd.org>

next in thread | raw e-mail | index | archive | help
------=_Part_4452_1068761848.1684609180724
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

FreeBSD-main-amd64-build - Build #26631 (c6750ddec9177b67bb4883717933e87ac2=
4a3a44) - Failure

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-build/2663=
1/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-build/26631/=
changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-build/26631/c=
onsole

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)

c6750ddec9177b67bb4883717933e87ac24a3a44 by ngie:
Require the OpenSSL 1.1 APIs when compiling ldns



The end of the build log:

[...truncated 16.35 MB...]
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/openssl/ssl.h:1827:6: note: 'S=
SL_free' declared here
void SSL_free(SSL *ssl);
     ^
--- host2str.o ---
cc -target x86_64-unknown-freebsd14.0 --sysroot=3D/usr/obj/usr/src/amd64.am=
d64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe -fno-common -=
I/usr/src/contrib/ldns -DOPENSSL_API_COMPAT=3D0x10100000L   -g -gz=3Dzlib -=
MD  -MF.depend.host2str.o -MThost2str.o -std=3Dgnu99 -Wno-format-zero-lengt=
h -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -=
W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitial=
ized -Wno-pointer-sign -Wdate-time -Wno-empty-body -Wno-string-plus-int -Wn=
o-unused-const-variable -Wno-error=3Dunused-but-set-variable -Wno-error=3Du=
nused-but-set-parameter -Wno-tautological-compare -Wno-unused-value -Wno-pa=
rentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-lo=
cal-typedef -Wno-address-of-packed-member  -Qunused-arguments    -c /usr/sr=
c/contrib/ldns/host2str.c -o host2str.o
--- dnssec_sign.o ---
/usr/src/contrib/ldns/dnssec_sign.c:365:17: error: call to undeclared funct=
ion 'DSA_SIG_free'; ISO C99 and later do not support implicit function decl=
arations [-Werror,-Wimplicit-function-declaration]
                DSA_SIG_free(sig);
                ^
/usr/src/contrib/ldns/dnssec_sign.c:365:17: note: did you mean 'ECDSA_SIG_f=
ree'?
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1140:6: note: 'EC=
DSA_SIG_free' declared here
void ECDSA_SIG_free(ECDSA_SIG *sig);
     ^
--- kerberos5/lib/libkrb5__L ---
--- get_host_realm.o ---
cc -target x86_64-unknown-freebsd14.0 --sysroot=3D/usr/obj/usr/src/amd64.am=
d64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe -fno-common -=
I/usr/src/crypto/heimdal/lib/krb5  -I/usr/src/crypto/heimdal/lib/asn1  -I/u=
sr/src/crypto/heimdal/lib/roken  -I/usr/src/crypto/heimdal/lib/ipc  -I/usr/=
src/crypto/heimdal/base  -I/usr/src/contrib/com_err  -I.   -DHAVE_CONFIG_H =
-I/usr/src/kerberos5/include -g -gz=3Dzlib -MD  -MF.depend.get_host_realm.o=
 -MTget_host_realm.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector=
-strong -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-absolut=
e-value -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wn=
o-error=3Dunused-but-set-variable -Wno-error=3Dunused-but-set-parameter -Wn=
o-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unu=
sed-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of=
-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wn=
o-parentheses  -Qunused-arguments    -c /usr/src/crypto/heimdal/lib/krb5/ge=
t_host_realm.c -o get_host_realm.o
--- lib/libldns__L ---
--- dnssec.o ---
/usr/src/contrib/ldns/dnssec.c:396:7: error: call to undeclared function 'D=
SA_set0_key'; ISO C99 and later do not support implicit function declaratio=
ns [-Werror,-Wimplicit-function-declaration]
        if (!DSA_set0_key(dsa, Y, NULL)) {
             ^
/usr/src/contrib/ldns/dnssec.c:398:3: error: call to undeclared function 'D=
SA_free'; ISO C99 and later do not support implicit function declarations [=
-Werror,-Wimplicit-function-declaration]
                DSA_free(dsa);
                ^
/usr/src/contrib/ldns/dnssec.c:399:3: error: call to undeclared function 'B=
N_free'; ISO C99 and later do not support implicit function declarations [-=
Werror,-Wimplicit-function-declaration]
                BN_free(Y);
                ^
/usr/src/contrib/ldns/dnssec.c:444:13: error: call to undeclared function '=
BN_new'; ISO C99 and later do not support implicit function declarations [-=
Werror,-Wimplicit-function-declaration]
        exponent =3D BN_new();
                   ^
/usr/src/contrib/ldns/dnssec.c:444:13: note: did you mean 'BIO_new'?
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/openssl/bio.h:571:6: note: 'BI=
O_new' declared here
BIO *BIO_new(const BIO_METHOD *type);
     ^
/usr/src/contrib/ldns/dnssec.c:444:11: error: incompatible integer to point=
er conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int'=
 [-Wint-conversion]
        exponent =3D BN_new();
                 ^ ~~~~~~~~
/usr/src/contrib/ldns/dnssec.c:446:9: error: call to undeclared function 'B=
N_bin2bn'; ISO C99 and later do not support implicit function declarations =
[-Werror,-Wimplicit-function-declaration]
        (void) BN_bin2bn(key+offset, (int)exp, exponent);
               ^
/usr/src/contrib/ldns/dnssec.c:450:10: error: incompatible integer to point=
er conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int'=
 [-Wint-conversion]
        modulus =3D BN_new();
                ^ ~~~~~~~~
/usr/src/contrib/ldns/dnssec.c:452:3: error: call to undeclared function 'B=
N_free'; ISO C99 and later do not support implicit function declarations [-=
Werror,-Wimplicit-function-declaration]
                BN_free(exponent);
                ^
--- host2wire.o ---
--- dnssec_sign.o ---
/usr/src/contrib/ldns/dnssec_sign.c:371:2: error: call to undeclared functi=
on 'DSA_SIG_get0'; ISO C99 and later do not support implicit function decla=
rations [-Werror,-Wimplicit-function-declaration]
        DSA_SIG_get0(sig, &R, &S);
        ^
/usr/src/contrib/ldns/dnssec_sign.c:371:2: note: did you mean 'ECDSA_SIG_ge=
t0'?
--- dnssec.o ---
fatal error: too many errors emitted, stopping now [-ferror-limit=3D]
--- dnssec_sign.o ---
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1165:6: note: 'EC=
DSA_SIG_get0' declared here
void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM *=
*ps);
     ^
--- host2wire.o ---
cc -target x86_64-unknown-freebsd14.0 --sysroot=3D/usr/obj/usr/src/amd64.am=
d64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe -fno-common -=
I/usr/src/contrib/ldns -DOPENSSL_API_COMPAT=3D0x10100000L   -g -gz=3Dzlib -=
MD  -MF.depend.host2wire.o -MThost2wire.o -std=3Dgnu99 -Wno-format-zero-len=
gth -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k=
 -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uniniti=
alized -Wno-pointer-sign -Wdate-time -Wno-empty-body -Wno-string-plus-int -=
Wno-unused-const-variable -Wno-error=3Dunused-but-set-variable -Wno-error=
=3Dunused-but-set-parameter -Wno-tautological-compare -Wno-unused-value -Wn=
o-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unuse=
d-local-typedef -Wno-address-of-packed-member  -Qunused-arguments    -c /us=
r/src/contrib/ldns/host2wire.c -o host2wire.o
--- dnssec_sign.o ---
/usr/src/contrib/ldns/dnssec_sign.c:376:22: error: call to undeclared funct=
ion 'BN_num_bytes'; ISO C99 and later do not support implicit function decl=
arations [-Werror,-Wimplicit-function-declaration]
        pad =3D 20 - (size_t) BN_num_bytes(R);
                            ^
/usr/src/contrib/ldns/dnssec_sign.c:380:2: error: call to undeclared functi=
on 'BN_bn2bin'; ISO C99 and later do not support implicit function declarat=
ions [-Werror,-Wimplicit-function-declaration]
        BN_bn2bin(R, (unsigned char *) (data + 1) + pad);
        ^
/usr/src/contrib/ldns/dnssec_sign.c:394:9: error: call to undeclared functi=
on 'DSA_SIG_free'; ISO C99 and later do not support implicit function decla=
rations [-Werror,-Wimplicit-function-declaration]
        DSA_SIG_free(sig);
        ^
--- dnssec_verify.o ---
/usr/src/contrib/ldns/dnssec_verify.c:597:8: error: call to undeclared func=
tion 'ERR_load_crypto_strings'; ISO C99 and later do not support implicit f=
unction declarations [-Werror,-Wimplicit-function-declaration]
                                                        ERR_load_crypto_str=
ings();
                                                        ^
--- dnssec_sign.o ---
/usr/src/contrib/ldns/dnssec_sign.c:578:11: error: call to undeclared funct=
ion 'RSA_sign'; ISO C99 and later do not support implicit function declarat=
ions [-Werror,-Wimplicit-function-declaration]
        result =3D RSA_sign(NID_sha1, sha1_hash, SHA_DIGEST_LENGTH,
                 ^
/usr/src/contrib/ldns/dnssec_sign.c:612:2: error: call to undeclared functi=
on 'RSA_sign'; ISO C99 and later do not support implicit function declarati=
ons [-Werror,-Wimplicit-function-declaration]
        RSA_sign(NID_md5, md5_hash, MD5_DIGEST_LENGTH,
        ^
--- dnssec.o ---
20 errors generated.
--- keys.o ---
--- kerberos5/lib/libkrb5__L ---
--- get_in_tkt.o ---
cc -target x86_64-unknown-freebsd14.0 --sysroot=3D/usr/obj/usr/src/amd64.am=
d64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe -fno-common -=
I/usr/src/crypto/heimdal/lib/krb5  -I/usr/src/crypto/heimdal/lib/asn1  -I/u=
sr/src/crypto/heimdal/lib/roken  -I/usr/src/crypto/heimdal/lib/ipc  -I/usr/=
src/crypto/heimdal/base  -I/usr/src/contrib/com_err  -I.   -DHAVE_CONFIG_H =
-I/usr/src/kerberos5/include -g -gz=3Dzlib -MD  -MF.depend.get_in_tkt.o -MT=
get_in_tkt.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong =
-Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-absolute-value =
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-error=
=3Dunused-but-set-variable -Wno-error=3Dunused-but-set-parameter -Wno-tauto=
logical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-fun=
ction -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed=
-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-paren=
theses  -Qunused-arguments    -c /usr/src/crypto/heimdal/lib/krb5/get_in_tk=
t.c -o get_in_tkt.o
--- lib/libldns__L ---
cc -target x86_64-unknown-freebsd14.0 --sysroot=3D/usr/obj/usr/src/amd64.am=
d64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe -fno-common -=
I/usr/src/contrib/ldns -DOPENSSL_API_COMPAT=3D0x10100000L   -g -gz=3Dzlib -=
MD  -MF.depend.keys.o -MTkeys.o -std=3Dgnu99 -Wno-format-zero-length -fstac=
k-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-u=
nused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wn=
o-pointer-sign -Wdate-time -Wno-empty-body -Wno-string-plus-int -Wno-unused=
-const-variable -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-bu=
t-set-parameter -Wno-tautological-compare -Wno-unused-value -Wno-parenthese=
s-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-type=
def -Wno-address-of-packed-member  -Qunused-arguments    -c /usr/src/contri=
b/ldns/keys.c -o keys.o
--- dnssec.o ---
*** [dnssec.o] Error code 1

make[4]: stopped in /usr/src/lib/libldns
--- kerberos5/lib/libkrb5__L ---

make[3]: stopped in /usr/src
--- lib/libldns__L ---
--- dnssec_sign.o ---
10 errors generated.
--- dnssec_verify.o ---
1 error generated.
--- dnssec_sign.o ---
*** [dnssec_sign.o] Error code 1

make[4]: stopped in /usr/src/lib/libldns
--- dnssec_verify.o ---
*** [dnssec_verify.o] Error code 1

make[4]: stopped in /usr/src/lib/libldns
--- host2str.o ---
/usr/src/contrib/ldns/host2str.c:1942:11: error: call to undeclared functio=
n 'BN_bn2bin'; ISO C99 and later do not support implicit function declarati=
ons [-Werror,-Wimplicit-function-declaration]
                int i =3D BN_bn2bin(num, bignumbuf);
                        ^
/usr/src/contrib/ldns/host2str.c:2053:6: error: call to undeclared function=
 'RSA_get0_key'; ISO C99 and later do not support implicit function declara=
tions [-Werror,-Wimplicit-function-declaration]
                                        RSA_get0_key(rsa, &n, &e, &d);
                                        ^
/usr/src/contrib/ldns/host2str.c:2054:6: error: call to undeclared function=
 'RSA_get0_factors'; ISO C99 and later do not support implicit function dec=
larations [-Werror,-Wimplicit-function-declaration]
                                        RSA_get0_factors(rsa, &p, &q);
                                        ^
--- keys.o ---
/usr/src/contrib/ldns/keys.c:111:51: error: call to undeclared function 'UI=
_OpenSSL'; ISO C99 and later do not support implicit function declarations =
[-Werror,-Wimplicit-function-declaration]
        k->_key.key =3D ENGINE_load_private_key(e, key_id, UI_OpenSSL(), NU=
LL);
                                                         ^
/usr/src/contrib/ldns/keys.c:111:51: error: incompatible integer to pointer=
 conversion passing 'int' to parameter of type 'UI_METHOD *' (aka 'struct u=
i_method_st *') [-Wint-conversion]
        k->_key.key =3D ENGINE_load_private_key(e, key_id, UI_OpenSSL(), NU=
LL);
                                                         ^~~~~~~~~~~~
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/openssl/engine.h:575:46: note:=
 passing argument to parameter 'ui_method' here
                                  UI_METHOD *ui_method, void *callback_data=
);
                                             ^
/usr/src/contrib/ldns/keys.c:274:7: error: call to undeclared function 'BN_=
bin2bn'; ISO C99 and later do not support implicit function declarations [-=
Werror,-Wimplicit-function-declaration]
        bn =3D BN_bin2bn(pp, (int)ldns_rdf_size(b64rdf), NULL);
             ^
/usr/src/contrib/ldns/keys.c:274:5: error: incompatible integer to pointer =
conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int' [-=
Wint-conversion]
        bn =3D BN_bin2bn(pp, (int)ldns_rdf_size(b64rdf), NULL);
           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/contrib/ldns/keys.c:281:9: error: call to undeclared function 'BN_=
free'; ISO C99 and later do not support implicit function declarations [-We=
rror,-Wimplicit-function-declaration]
        BN_free(bn);
        ^
/usr/src/contrib/ldns/keys.c:281:9: note: did you mean 'BIO_free'?
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/openssl/bio.h:572:5: note: 'BI=
O_free' declared here
int BIO_free(BIO *a);
    ^
/usr/src/contrib/ldns/keys.c:810:8: error: call to undeclared function 'RSA=
_new'; ISO C99 and later do not support implicit function declarations [-We=
rror,-Wimplicit-function-declaration]
        rsa =3D RSA_new();
              ^
/usr/src/contrib/ldns/keys.c:810:8: note: did you mean 'SSL_new'?
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/openssl/ssl.h:1735:6: note: 'S=
SL_new' declared here
SSL *SSL_new(SSL_CTX *ctx);
     ^
/usr/src/contrib/ldns/keys.c:810:6: error: incompatible integer to pointer =
conversion assigning to 'RSA *' (aka 'struct rsa_st *') from 'int' [-Wint-c=
onversion]
        rsa =3D RSA_new();
            ^ ~~~~~~~~~
/usr/src/contrib/ldns/keys.c:825:6: error: call to undeclared function 'BN_=
bin2bn'; ISO C99 and later do not support implicit function declarations [-=
Werror,-Wimplicit-function-declaration]
        n =3D BN_bin2bn((const char unsigned*)buf, i, NULL);
            ^
/usr/src/contrib/ldns/keys.c:825:4: error: incompatible integer to pointer =
conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int' [-=
Wint-conversion]
        n =3D BN_bin2bn((const char unsigned*)buf, i, NULL);
          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/contrib/ldns/keys.c:835:4: error: incompatible integer to pointer =
conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int' [-=
Wint-conversion]
        e =3D BN_bin2bn((const char unsigned*)buf, i, NULL);
          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/contrib/ldns/keys.c:845:4: error: incompatible integer to pointer =
conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int' [-=
Wint-conversion]
        d =3D BN_bin2bn((const char unsigned*)buf, i, NULL);
          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/contrib/ldns/keys.c:855:4: error: incompatible integer to pointer =
conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int' [-=
Wint-conversion]
        p =3D BN_bin2bn((const char unsigned*)buf, i, NULL);
          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/contrib/ldns/keys.c:865:4: error: incompatible integer to pointer =
conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int' [-=
Wint-conversion]
        q =3D BN_bin2bn((const char unsigned*)buf, i, NULL);
          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/contrib/ldns/keys.c:875:7: error: incompatible integer to pointer =
conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int' [-=
Wint-conversion]
        dmp1 =3D BN_bin2bn((const char unsigned*)buf, i, NULL);
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/contrib/ldns/keys.c:885:7: error: incompatible integer to pointer =
conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int' [-=
Wint-conversion]
        dmq1 =3D BN_bin2bn((const char unsigned*)buf, i, NULL);
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/contrib/ldns/keys.c:895:7: error: incompatible integer to pointer =
conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int' [-=
Wint-conversion]
        iqmp =3D BN_bin2bn((const char unsigned*)buf, i, NULL);
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- host2str.o ---
/usr/src/contrib/ldns/host2str.c:2055:6: error: call to undeclared function=
 'RSA_get0_crt_params'; ISO C99 and later do not support implicit function =
declarations [-Werror,-Wimplicit-function-declaration]
                                        RSA_get0_crt_params(rsa, &dmp1,
                                        ^
/usr/src/contrib/ldns/host2str.c:2077:5: error: call to undeclared function=
 'RSA_free'; ISO C99 and later do not support implicit function declaration=
s [-Werror,-Wimplicit-function-declaration]
                                RSA_free(rsa);
                                ^
/usr/src/contrib/ldns/host2str.c:2077:5: note: did you mean 'SSL_free'?
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/openssl/ssl.h:1827:6: note: 'S=
SL_free' declared here
void SSL_free(SSL *ssl);
     ^
--- keys.o ---
/usr/src/contrib/ldns/keys.c:913:6: error: call to undeclared function 'RSA=
_set0_key'; ISO C99 and later do not support implicit function declarations=
 [-Werror,-Wimplicit-function-declaration]
        if(!RSA_set0_key(rsa, n, e, d))
            ^
--- host2str.o ---
/usr/src/contrib/ldns/host2str.c:2104:6: error: call to undeclared function=
 'DSA_get0_pqg'; ISO C99 and later do not support implicit function declara=
tions [-Werror,-Wimplicit-function-declaration]
                                        DSA_get0_pqg(dsa, &p, &q, &g);
                                        ^
/usr/src/contrib/ldns/host2str.c:2105:6: error: call to undeclared function=
 'DSA_get0_key'; ISO C99 and later do not support implicit function declara=
tions [-Werror,-Wimplicit-function-declaration]
                                        DSA_get0_key(dsa, &pub_key, &priv_k=
ey);
                                        ^
--- keys.o ---
/usr/src/contrib/ldns/keys.c:918:6: error: call to undeclared function 'RSA=
_set0_factors'; ISO C99 and later do not support implicit function declarat=
ions [-Werror,-Wimplicit-function-declaration]
        if(!RSA_set0_factors(rsa, p, q))
            ^
--- host2str.o ---
7 errors generated.
*** [host2str.o] Error code 1

make[4]: stopped in /usr/src/lib/libldns
--- keys.o ---
/usr/src/contrib/ldns/keys.c:922:6: error: call to undeclared function 'RSA=
_set0_crt_params'; ISO C99 and later do not support implicit function decla=
rations [-Werror,-Wimplicit-function-declaration]
        if(!RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp))
            ^
fatal error: too many errors emitted, stopping now [-ferror-limit=3D]
20 errors generated.
*** [keys.o] Error code 1

make[4]: stopped in /usr/src/lib/libldns
5 errors

make[4]: stopped in /usr/src/lib/libldns

make[3]: stopped in /usr/src
--- lib/libsqlite3__L ---

make[3]: stopped in /usr/src

make[2]: stopped in /usr/src
      113.27 real      1530.83 user       347.83 sys

make[1]: stopped in /usr/src

make: stopped in /usr/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
FTP: Current build result is [FAILURE], not going to run.
[PostBuildScript] - [INFO] Executing post build scripts.
[PostBuildScript] - [INFO] Build does not have any of the results [SUCCESS]=
. Did not execute build step #0.
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-build] $ /bin/sh -xe /tmp/jenkins4678963047566014323.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-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_4452_1068761848.1684609180724--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?637157563.4453.1684609181205>