FreeBSD-main-amd64-build - Build #26631 - Failure
Date: Sat, 20 May 2023 18:59:40 UTC
FreeBSD-main-amd64-build - Build #26631 (c6750ddec9177b67bb4883717933e87ac24a3a44) - Failure
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-build/26631/
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/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)
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: 'SSL_free' declared here
void SSL_free(SSL *ssl);
^
--- host2str.o ---
cc -target x86_64-unknown-freebsd14.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-common -I/usr/src/contrib/ldns -DOPENSSL_API_COMPAT=0x10100000L -g -gz=zlib -MD -MF.depend.host2str.o -MThost2str.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Qunused-arguments -c /usr/src/contrib/ldns/host2str.c -o host2str.o
--- dnssec_sign.o ---
/usr/src/contrib/ldns/dnssec_sign.c:365:17: error: call to undeclared function 'DSA_SIG_free'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
DSA_SIG_free(sig);
^
/usr/src/contrib/ldns/dnssec_sign.c:365:17: note: did you mean 'ECDSA_SIG_free'?
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1140:6: note: 'ECDSA_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=/usr/obj/usr/src/amd64.amd64/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/usr/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=zlib -MD -MF.depend.get_host_realm.o -MTget_host_realm.o -std=gnu99 -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=unused-but-set-variable -Wno-error=unused-but-set-parameter -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/crypto/heimdal/lib/krb5/get_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 'DSA_set0_key'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
if (!DSA_set0_key(dsa, Y, NULL)) {
^
/usr/src/contrib/ldns/dnssec.c:398:3: error: call to undeclared function 'DSA_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 'BN_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 = 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: 'BIO_new' declared here
BIO *BIO_new(const BIO_METHOD *type);
^
/usr/src/contrib/ldns/dnssec.c:444:11: error: incompatible integer to pointer conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int' [-Wint-conversion]
exponent = BN_new();
^ ~~~~~~~~
/usr/src/contrib/ldns/dnssec.c:446:9: error: call to undeclared function 'BN_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 pointer conversion assigning to 'BIGNUM *' (aka 'struct bignum_st *') from 'int' [-Wint-conversion]
modulus = BN_new();
^ ~~~~~~~~
/usr/src/contrib/ldns/dnssec.c:452:3: error: call to undeclared function 'BN_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 function 'DSA_SIG_get0'; ISO C99 and later do not support implicit function declarations [-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_get0'?
--- dnssec.o ---
fatal error: too many errors emitted, stopping now [-ferror-limit=]
--- dnssec_sign.o ---
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/openssl/ec.h:1165:6: note: 'ECDSA_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=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-common -I/usr/src/contrib/ldns -DOPENSSL_API_COMPAT=0x10100000L -g -gz=zlib -MD -MF.depend.host2wire.o -MThost2wire.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Qunused-arguments -c /usr/src/contrib/ldns/host2wire.c -o host2wire.o
--- dnssec_sign.o ---
/usr/src/contrib/ldns/dnssec_sign.c:376:22: error: call to undeclared function 'BN_num_bytes'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
pad = 20 - (size_t) BN_num_bytes(R);
^
/usr/src/contrib/ldns/dnssec_sign.c:380:2: error: call to undeclared function 'BN_bn2bin'; ISO C99 and later do not support implicit function declarations [-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 function 'DSA_SIG_free'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
DSA_SIG_free(sig);
^
--- dnssec_verify.o ---
/usr/src/contrib/ldns/dnssec_verify.c:597:8: error: call to undeclared function 'ERR_load_crypto_strings'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
ERR_load_crypto_strings();
^
--- dnssec_sign.o ---
/usr/src/contrib/ldns/dnssec_sign.c:578:11: error: call to undeclared function 'RSA_sign'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
result = RSA_sign(NID_sha1, sha1_hash, SHA_DIGEST_LENGTH,
^
/usr/src/contrib/ldns/dnssec_sign.c:612:2: error: call to undeclared function 'RSA_sign'; ISO C99 and later do not support implicit function declarations [-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=/usr/obj/usr/src/amd64.amd64/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/usr/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=zlib -MD -MF.depend.get_in_tkt.o -MTget_in_tkt.o -std=gnu99 -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=unused-but-set-variable -Wno-error=unused-but-set-parameter -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/crypto/heimdal/lib/krb5/get_in_tkt.c -o get_in_tkt.o
--- lib/libldns__L ---
cc -target x86_64-unknown-freebsd14.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-common -I/usr/src/contrib/ldns -DOPENSSL_API_COMPAT=0x10100000L -g -gz=zlib -MD -MF.depend.keys.o -MTkeys.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Qunused-arguments -c /usr/src/contrib/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 function 'BN_bn2bin'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
int i = 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 declarations [-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 declarations [-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 = ENGINE_load_private_key(e, key_id, UI_OpenSSL(), NULL);
^
/usr/src/contrib/ldns/keys.c:111:51: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'UI_METHOD *' (aka 'struct ui_method_st *') [-Wint-conversion]
k->_key.key = ENGINE_load_private_key(e, key_id, UI_OpenSSL(), NULL);
^~~~~~~~~~~~
/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 = 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 = 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 [-Werror,-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: 'BIO_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 [-Werror,-Wimplicit-function-declaration]
rsa = 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: 'SSL_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-conversion]
rsa = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 = 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 declarations [-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: 'SSL_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 declarations [-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 declarations [-Werror,-Wimplicit-function-declaration]
DSA_get0_key(dsa, &pub_key, &priv_key);
^
--- 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 declarations [-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 declarations [-Werror,-Wimplicit-function-declaration]
if(!RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp))
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
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