=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/net/megatools", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for megatools-1.11.4.20250411nb6 ninja: Entering directory `output' [1/17] Compiling C object megatools.p/lib_http.c.o In file included from ../lib/http.c:23: ../lib/http.c: In function 'http_set_progress_callback': /tmp/work/net/megatools/work/.buildlink/include/curl/typecheck-gcc.h:84:13: warning: call to 'Wcurl_easy_setopt_err_xferinfo_cb' declared with attribute warning: curl_easy_setopt expects a curl_xferinfo_callback argument [-Wattribute-warning] 84 | Wcurl_easy_setopt_err_xferinfo_cb(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ ../lib/http.c:261:17: note: in expansion of macro 'curl_easy_setopt' 261 | curl_easy_setopt(h->curl, CURLOPT_XFERINFOFUNCTION, curl_progress); | ^~~~~~~~~~~~~~~~ ../lib/http.c: In function 'http_post_stream_download': /tmp/work/net/megatools/work/.buildlink/include/curl/typecheck-gcc.h:50:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 50 | Wcurl_easy_setopt_err_long(); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/curl/curl.h:54:7: note: in definition of macro 'CURL_IGNORE_DEPRECATION' 54 | statements \ | ^~~~~~~~~~ ../lib/http.c:469:9: note: in expansion of macro 'curl_easy_setopt' 469 | curl_easy_setopt(h->curl, CURLOPT_POSTFIELDSIZE, 0); | ^~~~~~~~~~~~~~~~ [2/17] Compiling C object megatools.p/lib_tools.c.o [3/17] Compiling C object megatools.p/tools_df.c.o [4/17] Compiling C object megatools.p/lib_sjson.gen.c.o [5/17] Compiling C object megatools.p/tools_dl.c.o [6/17] Compiling C object megatools.p/tools_get.c.o [7/17] Compiling C object megatools.p/lib_mega.c.o ../lib/mega.c: In function 'aes128_decrypt': ../lib/mega.c:350:9: warning: 'AES_set_decrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 350 | AES_set_decrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ In file included from ../lib/mega.c:31: /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:53:5: note: declared here 53 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../lib/mega.c:353:17: warning: 'AES_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 353 | AES_decrypt(in + off, out + off, &k); | ^~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:59:6: note: declared here 59 | void AES_decrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ ../lib/mega.c: In function 'aes128_encrypt': ../lib/mega.c:371:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 371 | AES_set_encrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:50:5: note: declared here 50 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../lib/mega.c:374:17: warning: 'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 374 | AES_encrypt(in + off, out + off, &k); | ^~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:56:6: note: declared here 56 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ ../lib/mega.c: In function 'b64_aes128_decrypt': ../lib/mega.c:393:9: warning: 'AES_set_decrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 393 | AES_set_decrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:53:5: note: declared here 53 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../lib/mega.c:404:17: warning: 'AES_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 404 | AES_decrypt(cipher + off, data + off, &k); | ^~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:59:6: note: declared here 59 | void AES_decrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ ../lib/mega.c: In function 'b64_aes128_encrypt': ../lib/mega.c:426:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 426 | AES_set_encrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:50:5: note: declared here 50 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../lib/mega.c:430:17: warning: 'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 430 | AES_encrypt(data + off, cipher + off, &k); | ^~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:56:6: note: declared here 56 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ ../lib/mega.c: In function 'b64_aes128_cbc_decrypt': ../lib/mega.c:448:9: warning: 'AES_set_decrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 448 | AES_set_decrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:53:5: note: declared here 53 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../lib/mega.c:459:9: warning: 'AES_cbc_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 459 | AES_cbc_encrypt(cipher, data, cipherlen, &k, iv, 0); | ^~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:65:6: note: declared here 65 | void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~~~~~ ../lib/mega.c: In function 'b64_aes128_cbc_encrypt': ../lib/mega.c:481:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 481 | AES_set_encrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:50:5: note: declared here 50 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../lib/mega.c:484:9: warning: 'AES_cbc_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 484 | AES_cbc_encrypt(data, cipher, len, &k, iv, 1); | ^~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:65:6: note: declared here 65 | void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~~~~~ ../lib/mega.c: In function 'rsa_key_gen': ../lib/mega.c:770:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 770 | key = RSA_new(); | ^~~ In file included from ../lib/mega.c:34: /tmp/work/net/megatools/work/.buildlink/include/openssl/rsa.h:212:28: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ ../lib/mega.c:776:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 776 | RSA_free(key); | ^~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../lib/mega.c:782:9: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 782 | if (!RSA_generate_key_ex(key, 2048, e, NULL)) | ^~ /tmp/work/net/megatools/work/.buildlink/include/openssl/rsa.h:270:27: note: declared here 270 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, | ^~~~~~~~~~~~~~~~~~~ ../lib/mega.c:785:9: warning: 'RSA_check_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 785 | if (RSA_check_key(key) != 1) { | ^~ /tmp/work/net/megatools/work/.buildlink/include/openssl/rsa.h:288:27: note: declared here 288 | OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *); | ^~~~~~~~~~~~~ ../lib/mega.c:786:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 786 | RSA_free(key); | ^~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../lib/mega.c:792:9: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 792 | RSA_get0_key(key, &m, &_e, &d); | ^~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/rsa.h:228:28: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ ../lib/mega.c:793:9: warning: 'RSA_get0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 793 | RSA_get0_factors(key, &q, &p); | ^~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/rsa.h:231:28: note: declared here 231 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r, | ^~~~~~~~~~~~~~~~ ../lib/mega.c:794:9: warning: 'RSA_get0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 794 | RSA_get0_crt_params(key, NULL, NULL, &u); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/rsa.h:236:28: note: declared here 236 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r, | ^~~~~~~~~~~~~~~~~~~ ../lib/mega.c:814:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 814 | RSA_free(key); | ^~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../lib/mega.c: In function 'make_password_key': ../lib/mega.c:877:25: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 877 | AES_set_encrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:50:5: note: declared here 50 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../lib/mega.c:878:25: warning: 'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 878 | AES_encrypt(pkey, pkey_tmp, &k); | ^~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:56:6: note: declared here 56 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ ../lib/mega.c: In function 'make_username_hash': ../lib/mega.c:898:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 898 | AES_set_encrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:50:5: note: declared here 50 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../lib/mega.c:904:17: warning: 'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 904 | AES_encrypt(hash, hash_tmp, &k); | ^~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:56:6: note: declared here 56 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ ../lib/mega.c: In function 'mega_session_new_node_attribute': ../lib/mega.c:3068:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3068 | AES_set_encrypt_key(key, 128, &k); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:50:5: note: declared here 50 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../lib/mega.c:3073:9: warning: 'AES_cbc_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3073 | AES_cbc_encrypt(plain, cipher, len + pad, &k, iv, 1); | ^~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:65:6: note: declared here 65 | void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~~~~~ ../lib/mega.c: In function 'tman_run_upload_transfer': ../lib/mega.c:3947:9: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 3947 | AES_set_encrypt_key(file_key, 128, &t.k); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/net/megatools/work/.buildlink/include/openssl/aes.h:50:5: note: declared here 50 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ [8/17] Compiling C object megatools.p/tools_ls.c.o [9/17] Compiling C object megatools.p/tools_test.c.o [10/17] Compiling C object megatools.p/tools_export.c.o [11/17] Compiling C object megatools.p/tools_mkdir.c.o [12/17] Compiling C object megatools.p/tools_put.c.o [13/17] Compiling C object megatools.p/tools_reg.c.o [14/17] Compiling C object megatools.p/tools_rm.c.o [15/17] Compiling C object megatools.p/tools_copy.c.o [16/17] Compiling C object megatools.p/tools_shell.c.o [17/17] Linking target megatools *** Please use pkgtools/verifypc to sanity check dependencies.