libssh2-sys 0.3.0

Native bindings to the libssh2 library
Documentation
Build #1643147 2025-01-19 00:31:46
# rustc version
rustc 1.86.0-nightly (6067b3631 2025-01-17)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/libssh2-sys-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/libssh2-sys-0.3.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250117-1.86.0-nightly-6067b3631\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 78a677b018713b04995fa8c46ddbe704895e8ec3080e2b02e3730c63c15ee96f
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "78a677b018713b04995fa8c46ddbe704895e8ec3080e2b02e3730c63c15ee96f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/hostkey.c: In function 'hostkey_method_ssh_rsa_dtor':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/hostkey.c:403:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   403 |     _libssh2_rsa_free(rsactx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/hostkey.c:39:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:298:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/hostkey.c: In function 'hostkey_method_ssh_dss_dtor':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/hostkey.c:672:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   672 |     _libssh2_dsa_free(dsactx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:26,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/hostkey.c:39:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/dsa.h:127:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/hostkey.c: In function 'hostkey_method_ssh_ecdsa_dtor':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/hostkey.c:952:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   952 |         _libssh2_ecdsa_free(keyctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/hostkey.c:39:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1003:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/kex.c: In function 'kex_method_ecdh_key_exchange':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/kex.c:2322:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  2322 |         _libssh2_ecdsa_free(key_state->private_key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/kex.c:39:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1003:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/knownhost.c: In function 'knownhost_check':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/knownhost.c:423:21: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   423 |                     libssh2_hmac_ctx_init(ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                     ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/knownhost.c:39:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:33:33: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                                 ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/knownhost.c:430:21: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   430 |                     libssh2_hmac_sha1_init(&ctx, (unsigned char *)node->salt,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                     ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/knownhost.c:39:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:43:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/knownhost.c:432:21: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   432 |                     libssh2_hmac_update(ctx, (unsigned char *)host,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/knownhost.c:39:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/knownhost.c:434:21: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   434 |                     libssh2_hmac_final(ctx, hash);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                     ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/knownhost.c:39:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:47:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/knownhost.c:435:21: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   435 |                     libssh2_hmac_cleanup(&ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                     ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/knownhost.c:39:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:35:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c: In function 'mac_method_hmac_sha2_512_hash':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:117:5: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   117 |     libssh2_hmac_ctx_init(ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:33:33: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                                 ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:118:5: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   118 |     libssh2_hmac_sha512_init(&ctx, *abstract, 64);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:43:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:119:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   119 |     libssh2_hmac_update(ctx, seqno_buf, 4);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:120:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   120 |     libssh2_hmac_update(ctx, packet, packet_len);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:122:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   122 |         libssh2_hmac_update(ctx, addtl, addtl_len);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:124:5: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   124 |     libssh2_hmac_final(ctx, buf);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:47:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:125:5: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   125 |     libssh2_hmac_cleanup(&ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:35:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c: In function 'mac_method_hmac_sha2_256_hash':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:162:5: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   162 |     libssh2_hmac_ctx_init(ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:33:33: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                                 ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:163:5: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   163 |     libssh2_hmac_sha256_init(&ctx, *abstract, 32);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:43:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:164:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   164 |     libssh2_hmac_update(ctx, seqno_buf, 4);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:165:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   165 |     libssh2_hmac_update(ctx, packet, packet_len);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:167:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   167 |         libssh2_hmac_update(ctx, addtl, addtl_len);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:169:5: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   169 |     libssh2_hmac_final(ctx, buf);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:47:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:170:5: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   170 |     libssh2_hmac_cleanup(&ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:35:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c: In function 'mac_method_hmac_sha1_hash':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:207:5: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   207 |     libssh2_hmac_ctx_init(ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:33:33: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                                 ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:208:5: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   208 |     libssh2_hmac_sha1_init(&ctx, *abstract, 20);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:43:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:209:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   209 |     libssh2_hmac_update(ctx, seqno_buf, 4);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:210:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   210 |     libssh2_hmac_update(ctx, packet, packet_len);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:212:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   212 |         libssh2_hmac_update(ctx, addtl, addtl_len);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:214:5: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   214 |     libssh2_hmac_final(ctx, buf);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:47:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:215:5: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   215 |     libssh2_hmac_cleanup(&ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:35:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c: In function 'mac_method_hmac_md5_hash':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:280:5: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   280 |     libssh2_hmac_ctx_init(ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:33:33: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                                 ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:281:5: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   281 |     libssh2_hmac_md5_init(&ctx, *abstract, 16);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:43:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:282:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   282 |     libssh2_hmac_update(ctx, seqno_buf, 4);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:283:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   283 |     libssh2_hmac_update(ctx, packet, packet_len);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:285:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   285 |         libssh2_hmac_update(ctx, addtl, addtl_len);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:287:5: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   287 |     libssh2_hmac_final(ctx, buf);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:47:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:288:5: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   288 |     libssh2_hmac_cleanup(&ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:35:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c: In function 'mac_method_hmac_ripemd160_hash':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:353:5: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   353 |     libssh2_hmac_ctx_init(ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:33:33: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                                 ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:354:5: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   354 |     libssh2_hmac_ripemd160_init(&ctx, *abstract, 20);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:43:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:355:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   355 |     libssh2_hmac_update(ctx, seqno_buf, 4);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:356:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   356 |     libssh2_hmac_update(ctx, packet, packet_len);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:358:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   358 |         libssh2_hmac_update(ctx, addtl, addtl_len);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:45:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:360:5: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   360 |     libssh2_hmac_final(ctx, buf);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:47:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/mac.c:361:5: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   361 |     libssh2_hmac_cleanup(&ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:92,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/mac.c:38:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/hmac.h:35:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:    35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_rsa_new':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:131:5: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   131 |     *rsa = RSA_new();
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:206:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   206 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:133:5: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   133 |     RSA_set0_key(*rsa, n, e, d);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:212:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   212 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:141:5: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   141 |     RSA_set0_factors(*rsa, p, q);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:213:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   213 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:148:5: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   148 |     RSA_set0_crt_params(*rsa, dmp1, dmq1, iqmp);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:214:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   214 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_rsa_sha2_verify':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:191:5: warning: 'RSA_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   191 |     ret = RSA_verify(nid_type, hash, hash_len,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:356:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   356 | OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_dsa_new':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:245:5: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   245 |     *dsactx = DSA_new();
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:26,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/dsa.h:125:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:248:5: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   248 |     DSA_set0_pqg(*dsactx, p_bn, q_bn, g_bn);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:26,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/dsa.h:203:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   203 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:256:5: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   256 |     DSA_set0_key(*dsactx, pub_key, priv_key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:26,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/dsa.h:206:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   206 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_dsa_sha1_verify':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:289:9: warning: 'DSA_do_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   289 |         ret = DSA_do_verify(hash, SHA_DIGEST_LENGTH, dsasig, dsactx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:26,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/dsa.h:115:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   115 | OSSL_DEPRECATEDIN_3_0 int DSA_do_verify(const unsigned char *dgst, int dgst_len,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_ecdsa_get_curve_type':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:308:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   308 |     const EC_GROUP *group = EC_KEY_get0_group(ec_ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1034:39: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1034 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                                       ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_ecdsa_curve_name_with_octal_new':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:359:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   359 |     EC_KEY *ec_key = EC_KEY_new_by_curve_name(curve);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:998:31: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   998 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                               ^~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:363:9: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   363 |         ec_group = EC_KEY_get0_group(ec_key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1034:39: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1034 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                                       ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:366:9: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   366 |         ret = EC_KEY_set_public_key(ec_key, point);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1070:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1070 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_ecdsa_verify':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:416:9: warning: 'ECDSA_do_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   416 |         LIBSSH2_ECDSA_VERIFY(256);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1391:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1391 | OSSL_DEPRECATEDIN_3_0 int ECDSA_do_verify(const unsigned char *dgst, int dgst_len,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:419:9: warning: 'ECDSA_do_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   419 |         LIBSSH2_ECDSA_VERIFY(384);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1391:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1391 | OSSL_DEPRECATEDIN_3_0 int ECDSA_do_verify(const unsigned char *dgst, int dgst_len,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:422:9: warning: 'ECDSA_do_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   422 |         LIBSSH2_ECDSA_VERIFY(512);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1391:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1391 | OSSL_DEPRECATEDIN_3_0 int ECDSA_do_verify(const unsigned char *dgst, int dgst_len,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_openssl_crypto_init':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:689:5: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   689 |     ENGINE_load_builtin_engines();
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/engine.h:358:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:690:5: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   690 |     ENGINE_register_all_complete();
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/engine.h:415:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_rsa_new_private_frommemory':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:807:9: warning: 'PEM_read_bio_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   807 |         (pem_read_bio_func) &PEM_read_bio_RSAPrivateKey;
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/ui.h:30,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from /usr/include/openssl/engine.h:30,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/pem.h:447:1: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
[INFO] [stderr] warning: libssh2-sys@0.3.0:       | ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function 'gen_publickey_from_rsa':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:833:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   833 |     RSA_get0_key(rsa, &n, &e, NULL);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:222:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   222 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function 'gen_publickey_from_rsa_evp':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:881:5: warning: 'EVP_PKEY_get1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   881 |     rsa = EVP_PKEY_get1_RSA(pk);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/rand.h:23,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from /usr/include/openssl/engine.h:29,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/evp.h:1348:16: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1348 | struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:896:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   896 |     RSA_free(rsa);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:298:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:907:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   907 |         RSA_free(rsa);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:298:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_rsa_new_additional_parameters':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:930:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   930 |     RSA_get0_key(rsa, NULL, NULL, &d);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:222:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   222 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:931:5: warning: 'RSA_get0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   931 |     RSA_get0_factors(rsa, &p, &q);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:225:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   225 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:969:5: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:   969 |     RSA_set0_crt_params(rsa, dmp1, dmq1, NULL);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:214:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   214 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function 'gen_publickey_from_rsa_openssh_priv_data':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1066:9: warning: 'EVP_PKEY_set1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1066 |         EVP_PKEY_set1_RSA(pk, rsa);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/rand.h:23,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from /usr/include/openssl/engine.h:29,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/evp.h:1344:5: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1344 | int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, struct rsa_st *key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1079:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1079 |         RSA_free(rsa);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:298:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1086:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1086 |         RSA_free(rsa);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:298:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_rsa_new_private':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1157:9: warning: 'PEM_read_bio_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1157 |         (pem_read_bio_func) &PEM_read_bio_RSAPrivateKey;
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/ui.h:30,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from /usr/include/openssl/engine.h:30,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/pem.h:447:1: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
[INFO] [stderr] warning: libssh2-sys@0.3.0:       | ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_dsa_new_private_frommemory':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1182:9: warning: 'PEM_read_bio_DSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1182 |         (pem_read_bio_func) &PEM_read_bio_DSAPrivateKey;
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/ui.h:30,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from /usr/include/openssl/engine.h:30,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/pem.h:453:1: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   453 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA)
[INFO] [stderr] warning: libssh2-sys@0.3.0:       | ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function 'gen_publickey_from_dsa':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1211:5: warning: 'DSA_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1211 |     DSA_get0_pqg(dsa, &p_bn, &q, &g);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:26,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/dsa.h:201:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   201 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1219:5: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1219 |     DSA_get0_key(dsa, &pub_key, NULL);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:26,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/dsa.h:204:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function 'gen_publickey_from_dsa_evp':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1270:5: warning: 'EVP_PKEY_get1_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1270 |     dsa = EVP_PKEY_get1_DSA(pk);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/rand.h:23,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from /usr/include/openssl/engine.h:29,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/evp.h:1357:16: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1357 | struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1285:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1285 |     DSA_free(dsa);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:26,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/dsa.h:127:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1296:9: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1296 |         DSA_free(dsa);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:26,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/dsa.h:127:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function 'gen_publickey_from_dsa_openssh_priv_data':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1366:9: warning: 'EVP_PKEY_set1_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1366 |         EVP_PKEY_set1_DSA(pk, dsa);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/rand.h:23,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from /usr/include/openssl/engine.h:29,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/evp.h:1353:5: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1353 | int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1379:9: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1379 |         DSA_free(dsa);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:26,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/dsa.h:127:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1386:9: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1386 |         DSA_free(dsa);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:26,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/dsa.h:127:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_dsa_new_private':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1457:9: warning: 'PEM_read_bio_DSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1457 |         (pem_read_bio_func) &PEM_read_bio_DSAPrivateKey;
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/ui.h:30,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from /usr/include/openssl/engine.h:30,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/pem.h:453:1: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   453 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA)
[INFO] [stderr] warning: libssh2-sys@0.3.0:       | ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_ecdsa_new_private_frommemory':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1485:9: warning: 'PEM_read_bio_ECPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1485 |         (pem_read_bio_func) &PEM_read_bio_ECPrivateKey;
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/ui.h:30,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from /usr/include/openssl/engine.h:30,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/pem.h:462:1: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   462 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY)
[INFO] [stderr] warning: libssh2-sys@0.3.0:       | ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_rsa_sha2_sign':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1919:5: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1919 |     sig_len = RSA_size(rsactx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:209:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   209 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1927:9: warning: 'RSA_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1927 |         ret = RSA_sign(NID_sha1, hash, hash_len, sig, &sig_len, rsactx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:353:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   353 | OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1929:9: warning: 'RSA_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1929 |         ret = RSA_sign(NID_sha256, hash, hash_len, sig, &sig_len, rsactx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:353:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   353 | OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1931:9: warning: 'RSA_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1931 |         ret = RSA_sign(NID_sha512, hash, hash_len, sig, &sig_len, rsactx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from libssh2/src/openssl.h:81,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/rsa.h:353:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   353 | OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_dsa_sha1_sign':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:1974:5: warning: 'DSA_do_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1974 |     sig = DSA_do_sign(hash, SHA_DIGEST_LENGTH, dsactx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:26,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/dsa.h:113:32: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:   113 | OSSL_DEPRECATEDIN_3_0 DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                                ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_ecdsa_sign':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:2022:5: warning: 'ECDSA_do_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  2022 |     ECDSA_SIG *sig = ECDSA_do_sign(hash, hash_len, ec_ctx);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1365:34: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1365 | OSSL_DEPRECATEDIN_3_0 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst,
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                                  ^~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function 'gen_publickey_from_ec_evp':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:2344:5: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  2344 |     ec = EVP_PKEY_get1_EC_KEY(pk);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/rand.h:23,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from /usr/include/openssl/engine.h:29,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/evp.h:1374:19: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1374 | struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:2350:5: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  2350 |     public_key = EC_KEY_get0_public_key(ec);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1062:39: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1062 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                                       ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:2351:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  2351 |     group = EC_KEY_get0_group(ec);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1034:39: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1034 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                                       ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:2425:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  2425 |         EC_KEY_free(ec);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1003:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function 'gen_publickey_from_ecdsa_openssh_priv_data':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:2499:5: warning: 'EC_KEY_set_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  2499 |     rc = (EC_KEY_set_private_key(ec_key, bn_exponent) != 1);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1056:27: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1056 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                           ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:2503:9: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  2503 |         EVP_PKEY_set1_EC_KEY(pk, ec_key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/rand.h:23,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from /usr/include/openssl/engine.h:29,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/evp.h:1370:5: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1370 | int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:2516:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  2516 |         EC_KEY_free(ec_key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1003:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:2522:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  2522 |         EC_KEY_free(ec_key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |         ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/engine.h:28,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/crypto.h:42,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/libssh2_priv.h:141,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.c:41:
[INFO] [stderr] warning: libssh2-sys@0.3.0: /usr/include/openssl/ec.h:1003:28: note: declared here
[INFO] [stderr] warning: libssh2-sys@0.3.0:  1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |                            ^~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c: In function '_libssh2_ecdsa_new_private':
[INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/openssl.c:2593:5: warning: 'PEM_read_bio_ECPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
[INFO] [stderr] warning: libssh2-sys@0.3.0:  2593 |     pem_read_bio_func read_ec = (pem_read_bio_func) &PEM_read_bio_ECPrivateKey;
[INFO] [stderr] warning: libssh2-sys@0.3.0:       |     ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: libssh2-sys@0.3.0: In file included from /usr/include/openssl/ui.h:30,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from /usr/include/openssl/engine.h:30,
[INFO] [stderr] warning: libssh2-sys@0.3.0:                  from libssh2/src/openssl.h:83,
[WARN] too much data in the log, truncating it