[1832/1880] CXX obj/src/node_mksnapshot.node_snapshot_stub.o [1833/1880] CXX obj/src/crypto/libnode.crypto_x509.o In file included from ../../src/crypto/crypto_x509.h:7, from ../../src/crypto/crypto_x509.cc:2: ../../src/crypto/crypto_util.h:66:45: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 66 | using RSAPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:21: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../../src/crypto/crypto_util.h:67:50: warning: 'void EC_KEY_free(EC_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 67 | using ECPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:16: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../../src/crypto/crypto_util.h:73:53: warning: 'void EC_KEY_free(EC_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 73 | using ECKeyPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../../src/crypto/crypto_util.h:74:42: warning: 'void DH_free(DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 74 | using DHPointer = DeleteFnPtr; | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dsa.h:31, from ../../src/crypto/crypto_util.h:15: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ../../src/crypto/crypto_util.h:76:59: warning: 'void HMAC_CTX_free(HMAC_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 76 | using HMACCtxPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:19: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ ../../src/crypto/crypto_util.h:78:45: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 78 | using RsaPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../../src/crypto/crypto_util.h:79:45: warning: 'void DSA_free(DSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 79 | using DsaPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dsa.h:132:28: note: declared here 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ In file included from ../../src/util-inl.h:30, from ../../src/aliased_buffer-inl.h:7, from ../../src/env-inl.h:27, from ../../src/base_object-inl.h:28, from ../../src/crypto/crypto_x509.cc:1: ../../src/crypto/crypto_util.h: In member function 'void node::crypto::EnginePointer::reset(ENGINE*, bool)': ../../src/crypto/crypto_util.h:583:31: warning: 'int ENGINE_finish(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 583 | CHECK_EQ(ENGINE_finish(engine), 1); | ~~~~~~~~~~~~~^~~~~~~~ ../../src/util.h:159:44: note: in definition of macro 'UNLIKELY' 159 | #define UNLIKELY(expr) __builtin_expect(!!(expr), 0) | ^~~~ ../../src/util.h:177:24: note: in expansion of macro 'CHECK' 177 | #define CHECK_EQ(a, b) CHECK((a) == (b)) | ^~~~~ ../../src/crypto/crypto_util.h:583:9: note: in expansion of macro 'CHECK_EQ' 583 | CHECK_EQ(ENGINE_finish(engine), 1); | ^~~~~~~~ In file included from ../../src/crypto/crypto_util.h:24: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ ../../src/crypto/crypto_util.h:585:29: warning: 'int ENGINE_free(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 585 | CHECK_EQ(ENGINE_free(engine), 1); | ~~~~~~~~~~~^~~~~~~~ ../../src/util.h:159:44: note: in definition of macro 'UNLIKELY' 159 | #define UNLIKELY(expr) __builtin_expect(!!(expr), 0) | ^~~~ ../../src/util.h:177:24: note: in expansion of macro 'CHECK' 177 | #define CHECK_EQ(a, b) CHECK((a) == (b)) | ^~~~~ ../../src/crypto/crypto_util.h:585:9: note: in expansion of macro 'CHECK_EQ' 585 | CHECK_EQ(ENGINE_free(engine), 1); | ^~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ [1834/1880] STAMP obj/embedtest.compile_depends.stamp [1835/1880] CXX obj/src/libnode.node_crypto.o In file included from ../../src/crypto/crypto_keys.h:6, from ../../src/crypto/crypto_cipher.h:6, from ../../src/crypto/crypto_aes.h:6, from ../../src/node_crypto.h:31, from ../../src/node_crypto.cc:22: ../../src/crypto/crypto_util.h:66:45: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 66 | using RSAPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:21: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../../src/crypto/crypto_util.h:67:50: warning: 'void EC_KEY_free(EC_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 67 | using ECPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:16: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../../src/crypto/crypto_util.h:73:53: warning: 'void EC_KEY_free(EC_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 73 | using ECKeyPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../../src/crypto/crypto_util.h:74:42: warning: 'void DH_free(DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 74 | using DHPointer = DeleteFnPtr; | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dsa.h:31, from ../../src/crypto/crypto_util.h:15: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ../../src/crypto/crypto_util.h:76:59: warning: 'void HMAC_CTX_free(HMAC_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 76 | using HMACCtxPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:19: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ ../../src/crypto/crypto_util.h:78:45: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 78 | using RsaPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../../src/crypto/crypto_util.h:79:45: warning: 'void DSA_free(DSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 79 | using DsaPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dsa.h:132:28: note: declared here 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ In file included from ../../src/node_mutex.h:6, from ../../src/node_options.h:11, from ../../src/inspector_agent.h:9, from ../../src/env.h:29, from ../../src/crypto/crypto_util.h:7: ../../src/crypto/crypto_util.h: In member function 'void node::crypto::EnginePointer::reset(ENGINE*, bool)': ../../src/crypto/crypto_util.h:583:31: warning: 'int ENGINE_finish(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 583 | CHECK_EQ(ENGINE_finish(engine), 1); | ~~~~~~~~~~~~~^~~~~~~~ ../../src/util.h:159:44: note: in definition of macro 'UNLIKELY' 159 | #define UNLIKELY(expr) __builtin_expect(!!(expr), 0) | ^~~~ ../../src/util.h:177:24: note: in expansion of macro 'CHECK' 177 | #define CHECK_EQ(a, b) CHECK((a) == (b)) | ^~~~~ ../../src/crypto/crypto_util.h:583:9: note: in expansion of macro 'CHECK_EQ' 583 | CHECK_EQ(ENGINE_finish(engine), 1); | ^~~~~~~~ In file included from ../../src/crypto/crypto_util.h:24: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ ../../src/crypto/crypto_util.h:585:29: warning: 'int ENGINE_free(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 585 | CHECK_EQ(ENGINE_free(engine), 1); | ~~~~~~~~~~~^~~~~~~~ ../../src/util.h:159:44: note: in definition of macro 'UNLIKELY' 159 | #define UNLIKELY(expr) __builtin_expect(!!(expr), 0) | ^~~~ ../../src/util.h:177:24: note: in expansion of macro 'CHECK' 177 | #define CHECK_EQ(a, b) CHECK((a) == (b)) | ^~~~~ ../../src/crypto/crypto_util.h:585:9: note: in expansion of macro 'CHECK_EQ' 585 | CHECK_EQ(ENGINE_free(engine), 1); | ^~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ [1836/1880] CXX obj/src/crypto/libnode.crypto_tls.o In file included from ../../src/crypto/crypto_keys.h:6, from ../../src/crypto/crypto_context.h:7, from ../../src/crypto/crypto_tls.h:27, from ../../src/crypto/crypto_tls.cc:22: ../../src/crypto/crypto_util.h:66:45: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 66 | using RSAPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:21: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../../src/crypto/crypto_util.h:67:50: warning: 'void EC_KEY_free(EC_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 67 | using ECPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:16: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../../src/crypto/crypto_util.h:73:53: warning: 'void EC_KEY_free(EC_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 73 | using ECKeyPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../../src/crypto/crypto_util.h:74:42: warning: 'void DH_free(DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 74 | using DHPointer = DeleteFnPtr; | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dsa.h:31, from ../../src/crypto/crypto_util.h:15: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ../../src/crypto/crypto_util.h:76:59: warning: 'void HMAC_CTX_free(HMAC_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 76 | using HMACCtxPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:19: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ ../../src/crypto/crypto_util.h:78:45: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 78 | using RsaPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../../src/crypto/crypto_util.h:79:45: warning: 'void DSA_free(DSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 79 | using DsaPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dsa.h:132:28: note: declared here 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ In file included from ../../src/node_mutex.h:6, from ../../src/node_options.h:11, from ../../src/inspector_agent.h:9, from ../../src/env.h:29, from ../../src/crypto/crypto_util.h:7: ../../src/crypto/crypto_util.h: In member function 'void node::crypto::EnginePointer::reset(ENGINE*, bool)': ../../src/crypto/crypto_util.h:583:31: warning: 'int ENGINE_finish(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 583 | CHECK_EQ(ENGINE_finish(engine), 1); | ~~~~~~~~~~~~~^~~~~~~~ ../../src/util.h:159:44: note: in definition of macro 'UNLIKELY' 159 | #define UNLIKELY(expr) __builtin_expect(!!(expr), 0) | ^~~~ ../../src/util.h:177:24: note: in expansion of macro 'CHECK' 177 | #define CHECK_EQ(a, b) CHECK((a) == (b)) | ^~~~~ ../../src/crypto/crypto_util.h:583:9: note: in expansion of macro 'CHECK_EQ' 583 | CHECK_EQ(ENGINE_finish(engine), 1); | ^~~~~~~~ In file included from ../../src/crypto/crypto_util.h:24: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ ../../src/crypto/crypto_util.h:585:29: warning: 'int ENGINE_free(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 585 | CHECK_EQ(ENGINE_free(engine), 1); | ~~~~~~~~~~~^~~~~~~~ ../../src/util.h:159:44: note: in definition of macro 'UNLIKELY' 159 | #define UNLIKELY(expr) __builtin_expect(!!(expr), 0) | ^~~~ ../../src/util.h:177:24: note: in expansion of macro 'CHECK' 177 | #define CHECK_EQ(a, b) CHECK((a) == (b)) | ^~~~~ ../../src/crypto/crypto_util.h:585:9: note: in expansion of macro 'CHECK_EQ' 585 | CHECK_EQ(ENGINE_free(engine), 1); | ^~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ ../../src/crypto/crypto_tls.cc: In member function 'void node::crypto::TLSWrap::ClearOut()': ../../src/crypto/crypto_tls.cc:820:49: warning: 'const char* ERR_func_error_string(long unsigned int)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 820 | const char* fs = ERR_func_error_string(ssl_err); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from ../../src/crypto/crypto_util.h:17: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/err.h:459:35: note: declared here 459 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); | ^~~~~~~~~~~~~~~~~~~~~ [1837/1880] AR obj/libnode.a [1838/1880] STAMP obj/node_mksnapshot.actions_depends.stamp [1839/1880] STAMP obj/fuzz_env.actions_depends.stamp [1840/1880] STAMP obj/embedtest.actions_depends.stamp [1841/1880] STAMP obj/cctest.actions_depends.stamp [1842/1880] STAMP obj/cctest.compile_depends.stamp [1843/1880] CXX obj/src/embedtest.node_snapshot_stub.o [1844/1880] CXX obj/test/embedding/embedtest.embedtest.o [1845/1880] CXX obj/src/cctest.node_snapshot_stub.o [1846/1880] CXX obj/tools/snapshot/node_mksnapshot.node_mksnapshot.o [1847/1880] CXX obj/test/cctest/cctest.node_test_fixture.o [1848/1880] LINK embedtest [1849/1880] LINK node_mksnapshot [1850/1880] STAMP obj/node.actions_depends.stamp [1851/1880] ACTION node: node_mksnapshot_9b7a2d2290b02e76d66661df74749f56 [1852/1880] ACTION node: reset_openssl_cnf_9b7a2d2290b02e76d66661df74749f56 [1853/1880] STAMP obj/node.actions_rules_copies.stamp [1854/1880] CXX obj/test/cctest/cctest.test_base64.o [1855/1880] CXX obj/src/node.node_main.o [1856/1880] CXX obj/test/cctest/cctest.test_aliased_buffer.o [1857/1880] CXX obj/test/cctest/cctest.test_base_object_ptr.o [1858/1880] CXX obj/obj/gen/node.node_snapshot.o [1859/1880] CXX obj/test/cctest/cctest.test_cppgc.o [1860/1880] CXX obj/test/cctest/cctest.test_node_postmortem_metadata.o [1861/1880] LINK node [1862/1880] CXX obj/test/cctest/cctest.test_linked_binding.o [1863/1880] CXX obj/test/cctest/cctest.test_environment.o [1864/1880] CXX obj/test/cctest/cctest.test_node_api.o [1865/1880] CXX obj/test/cctest/cctest.test_per_process.o [1866/1880] CXX obj/test/cctest/cctest.test_json_utils.o [1867/1880] CXX obj/test/cctest/cctest.test_report.o [1868/1880] CXX obj/test/cctest/cctest.test_platform.o [1869/1880] CXX obj/test/cctest/cctest.test_traced_value.o [1870/1880] CXX obj/test/cctest/cctest.test_sockaddr.o [1871/1880] CXX obj/test/cctest/cctest.test_crypto_clienthello.o [1872/1880] CXX obj/test/cctest/cctest.test_dataqueue.o [1873/1880] CXX obj/test/cctest/cctest.test_quic_cid.o [1874/1880] CXX obj/test/cctest/cctest.test_quic_tokens.o [1875/1880] CXX obj/test/cctest/cctest.test_node_crypto.o In file included from ../../src/crypto/crypto_keys.h:6, from ../../src/crypto/crypto_context.h:7, from ../../test/cctest/test_node_crypto.cc:5: ../../src/crypto/crypto_util.h:66:45: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 66 | using RSAPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:21: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../../src/crypto/crypto_util.h:67:50: warning: 'void EC_KEY_free(EC_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 67 | using ECPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:16: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../../src/crypto/crypto_util.h:73:53: warning: 'void EC_KEY_free(EC_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 73 | using ECKeyPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../../src/crypto/crypto_util.h:74:42: warning: 'void DH_free(DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 74 | using DHPointer = DeleteFnPtr; | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dsa.h:31, from ../../src/crypto/crypto_util.h:15: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ../../src/crypto/crypto_util.h:76:59: warning: 'void HMAC_CTX_free(HMAC_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 76 | using HMACCtxPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:19: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ ../../src/crypto/crypto_util.h:78:45: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 78 | using RsaPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../../src/crypto/crypto_util.h:79:45: warning: 'void DSA_free(DSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 79 | using DsaPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dsa.h:132:28: note: declared here 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ In file included from ../../src/node_mutex.h:6, from ../../src/node_options.h:11, from ../../src/inspector_agent.h:9, from ../../src/env.h:29, from ../../src/crypto/crypto_util.h:7: ../../src/crypto/crypto_util.h: In member function 'void node::crypto::EnginePointer::reset(ENGINE*, bool)': ../../src/crypto/crypto_util.h:583:31: warning: 'int ENGINE_finish(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 583 | CHECK_EQ(ENGINE_finish(engine), 1); | ~~~~~~~~~~~~~^~~~~~~~ ../../src/util.h:159:44: note: in definition of macro 'UNLIKELY' 159 | #define UNLIKELY(expr) __builtin_expect(!!(expr), 0) | ^~~~ ../../src/util.h:177:24: note: in expansion of macro 'CHECK' 177 | #define CHECK_EQ(a, b) CHECK((a) == (b)) | ^~~~~ ../../src/crypto/crypto_util.h:583:9: note: in expansion of macro 'CHECK_EQ' 583 | CHECK_EQ(ENGINE_finish(engine), 1); | ^~~~~~~~ In file included from ../../src/crypto/crypto_util.h:24: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ ../../src/crypto/crypto_util.h:585:29: warning: 'int ENGINE_free(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 585 | CHECK_EQ(ENGINE_free(engine), 1); | ~~~~~~~~~~~^~~~~~~~ ../../src/util.h:159:44: note: in definition of macro 'UNLIKELY' 159 | #define UNLIKELY(expr) __builtin_expect(!!(expr), 0) | ^~~~ ../../src/util.h:177:24: note: in expansion of macro 'CHECK' 177 | #define CHECK_EQ(a, b) CHECK((a) == (b)) | ^~~~~ ../../src/crypto/crypto_util.h:585:9: note: in expansion of macro 'CHECK_EQ' 585 | CHECK_EQ(ENGINE_free(engine), 1); | ^~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ [1876/1880] CXX obj/test/cctest/cctest.test_util.o [1877/1880] CXX obj/test/cctest/cctest.test_node_crypto_env.o In file included from ../../src/crypto/crypto_keys.h:6, from ../../src/crypto/crypto_cipher.h:6, from ../../src/crypto/crypto_aes.h:6, from ../../src/node_crypto.h:31, from ../../src/crypto/crypto_bio.h:27, from ../../test/cctest/test_node_crypto_env.cc:1: ../../src/crypto/crypto_util.h:66:45: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 66 | using RSAPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:21: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../../src/crypto/crypto_util.h:67:50: warning: 'void EC_KEY_free(EC_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 67 | using ECPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:16: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../../src/crypto/crypto_util.h:73:53: warning: 'void EC_KEY_free(EC_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 73 | using ECKeyPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../../src/crypto/crypto_util.h:74:42: warning: 'void DH_free(DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 74 | using DHPointer = DeleteFnPtr; | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dsa.h:31, from ../../src/crypto/crypto_util.h:15: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ../../src/crypto/crypto_util.h:76:59: warning: 'void HMAC_CTX_free(HMAC_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 76 | using HMACCtxPointer = DeleteFnPtr; | ^ In file included from ../../src/crypto/crypto_util.h:19: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ ../../src/crypto/crypto_util.h:78:45: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 78 | using RsaPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ ../../src/crypto/crypto_util.h:79:45: warning: 'void DSA_free(DSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 79 | using DsaPointer = DeleteFnPtr; | ^ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/dsa.h:132:28: note: declared here 132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ In file included from ../../src/node_mutex.h:6, from ../../src/node_options.h:11, from ../../src/inspector_agent.h:9, from ../../src/env.h:29, from ../../src/crypto/crypto_util.h:7: ../../src/crypto/crypto_util.h: In member function 'void node::crypto::EnginePointer::reset(ENGINE*, bool)': ../../src/crypto/crypto_util.h:583:31: warning: 'int ENGINE_finish(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 583 | CHECK_EQ(ENGINE_finish(engine), 1); | ~~~~~~~~~~~~~^~~~~~~~ ../../src/util.h:159:44: note: in definition of macro 'UNLIKELY' 159 | #define UNLIKELY(expr) __builtin_expect(!!(expr), 0) | ^~~~ ../../src/util.h:177:24: note: in expansion of macro 'CHECK' 177 | #define CHECK_EQ(a, b) CHECK((a) == (b)) | ^~~~~ ../../src/crypto/crypto_util.h:583:9: note: in expansion of macro 'CHECK_EQ' 583 | CHECK_EQ(ENGINE_finish(engine), 1); | ^~~~~~~~ In file included from ../../src/crypto/crypto_util.h:24: /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ ../../src/crypto/crypto_util.h:585:29: warning: 'int ENGINE_free(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 585 | CHECK_EQ(ENGINE_free(engine), 1); | ~~~~~~~~~~~^~~~~~~~ ../../src/util.h:159:44: note: in definition of macro 'UNLIKELY' 159 | #define UNLIKELY(expr) __builtin_expect(!!(expr), 0) | ^~~~ ../../src/util.h:177:24: note: in expansion of macro 'CHECK' 177 | #define CHECK_EQ(a, b) CHECK((a) == (b)) | ^~~~~ ../../src/crypto/crypto_util.h:585:9: note: in expansion of macro 'CHECK_EQ' 585 | CHECK_EQ(ENGINE_free(engine), 1); | ^~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/per-package/host-nodejs-src/host/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ [1878/1880] CXX obj/test/cctest/cctest.test_inspector_socket.o [1879/1880] CXX obj/test/cctest/cctest.test_inspector_socket_server.o [1880/1880] LINK cctest if [ ! -r node ] || [ ! -L node ]; then ln -fs out/Release/node node; fi make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-nodejs-src-20.12.0' make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'