Date: Wed, 16 Aug 2023 19:14:48 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: dfr@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #1533 - Still Failing Message-ID: <1666293018.2136.1692213291112@jenkins.ci.freebsd.org> In-Reply-To: <325541662.2122.1692194501337@jenkins.ci.freebsd.org> References: <325541662.2122.1692194501337@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_2135_901735520.1692213288707 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-gcc12_build - Build #1533 (3af3571ca5b82a56ae88654ec5cb35acfbe5d12c) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1533/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1533/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1533/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) 182e8ae26d7cad119bcfce7cc788c1f5cb06e226 by dfr: netstat(1): teach netstat to attach to jails 3af3571ca5b82a56ae88654ec5cb35acfbe5d12c by dfr: netstat(1): fix manpage date The end of the build log: [...truncated 107.12 MB...] 206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1235:17: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1235 | DSA_free(dsa); | ^~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1253:9: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1253 | EVP_PKEY_assign_DSA(pkey, dsa); | ^~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1258:17: warning: 'DSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1258 | DSA_print_fp(stderr, dsa, 0); | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:180:27: note: declared here 180 | OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off); | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c: In function 'gen_gqkey': /workspace/src/contrib/ntp/util/ntp-keygen.c:1351:9: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1351 | RSA_get0_key(rsa, &n, NULL, NULL); | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:217:28: note: declared here 217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1390:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1390 | RSA_free(rsa); | ^~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1397:9: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1397 | RSA_set0_factors(rsa, BN_dup(u), BN_dup(v)); | ^~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:208:27: note: declared here 208 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q); | ^~~~~~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1434:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1434 | RSA_free(rsa); | ^~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1451:9: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1451 | RSA_set0_key(rsa, NULL, b, BN_dup(BN_value_one())); | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:207:27: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1452:9: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1452 | RSA_set0_crt_params(rsa, BN_dup(BN_value_one()), BN_dup(BN_value_one()), | ^~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:209:27: note: declared here 209 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r, | ^~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1456:9: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1456 | EVP_PKEY_assign_RSA(pkey, rsa); | ^~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1461:17: warning: 'RSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1461 | RSA_print_fp(stderr, rsa, 0); | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:339:27: note: declared here 339 | OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset); | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c: In function 'gen_mvkey': /workspace/src/contrib/ntp/util/ntp-keygen.c:1584:9: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1584 | dsa = DSA_new(); | ^~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:125:28: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); | ^~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1624:17: warning: 'BN_is_prime_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1624 | if (BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) | ^~ In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/params.h:16, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/evp.h:32: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/bn.h:373:5: note: declared here 373 | int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb); | ^~~~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1662:9: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1662 | DSA_set0_pqg(dsa, p, q, g); | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1859:9: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1859 | DSA_set0_key(dsa, pub_key, priv_key); | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:206:27: note: declared here 206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1861:9: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1861 | EVP_PKEY_assign_DSA(pkey, dsa); | ^~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1866:17: warning: 'DSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1866 | DSA_print_fp(stderr, dsa, 0); | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:180:27: note: declared here 180 | OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off); | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1880:9: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1880 | dsa2 = DSA_new(); | ^~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:125:28: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); | ^~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1881:9: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1881 | DSA_set0_pqg(dsa2, BN_dup(p), BN_dup(q), BN_dup(bige)); | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1882:9: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1882 | DSA_set0_key(dsa2, BN_dup(ghat), BN_dup(gbar)); | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:206:27: note: declared here 206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1884:9: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1884 | EVP_PKEY_assign_DSA(pkey1, dsa2); | ^~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1889:17: warning: 'DSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1889 | DSA_print_fp(stderr, dsa2, 0); | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:180:27: note: declared here 180 | OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off); | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1902:17: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1902 | sdsa = DSA_new(); | ^~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:125:28: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); | ^~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1903:17: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1903 | DSA_set0_pqg(sdsa, BN_dup(p), BN_dup(BN_value_one()), | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:203:27: note: declared here 203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1905:17: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1905 | DSA_set0_key(sdsa, BN_dup(xhat[j]), BN_dup(xbar[j])); | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:206:27: note: declared here 206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key, | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1907:17: warning: 'EVP_PKEY_set1_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1907 | EVP_PKEY_set1_DSA(pkey1, sdsa); | ^~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/evp.h:1353:5: note: declared here 1353 | int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key); | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:1912:25: warning: 'DSA_print_fp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1912 | DSA_print_fp(stderr, sdsa, 0); | ^~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:180:27: note: declared here 180 | OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off); | ^~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c: In function 'genRsaKeyPair': /workspace/src/contrib/ntp/util/ntp-keygen.c:2197:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2197 | RSA * rsa = RSA_new(); | ^~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:201:28: note: declared here 201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:2205:9: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2205 | if (!(rsa && gcb && bne && RSA_generate_key_ex( | ^~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:260:27: note: declared here 260 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, | ^~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:2208:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2208 | RSA_free(rsa); | ^~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/rsa.h:293:28: note: declared here 293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c: In function 'genDsaParams': /workspace/src/contrib/ntp/util/ntp-keygen.c:2223:9: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2223 | DSA * dsa = DSA_new(); | ^~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:125:28: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); | ^~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:2230:9: warning: 'DSA_generate_parameters_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2230 | if (!(dsa && gcb && DSA_generate_parameters_ex( | ^~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:167:27: note: declared here 167 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_parameters_ex(DSA *dsa, int bits, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/ntp/util/ntp-keygen.c:2233:17: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2233 | DSA_free(dsa); | ^~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ --- all_subdir_lib --- --- gmock_link_test --- --- gmock_link_test.o --- cc1plus: all warnings being treated as errors *** [gmock_link_test.o] Error code 1 make[7]: stopped in /workspace/src/lib/googletest/tests/gmock_main --- all_subdir_usr.sbin --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[5]: stopped in /workspace/src/tests/sys/fs make[4]: stopped in /workspace/src/tests/sys --- all_subdir_lib --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[3]: stopped in /workspace/src/tests make[2]: stopped in /workspace/src --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src 330.41 real 3458.74 user 319.02 sys make[1]: stopped in /workspace/src make: stopped in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins15449542908112152391.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc12_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_2135_901735520.1692213288707--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1666293018.2136.1692213291112>