[INFO] cloning repository https://github.com/mosttt/exe [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mosttt/exe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmosttt%2Fexe", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmosttt%2Fexe'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f40e07708c15fa11162ea1dcfc5be1a6000216e0 [INFO] checking mosttt/exe against master#cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9 for pr-136968 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmosttt%2Fexe" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mosttt/exe on toolchain cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mosttt/exe [INFO] finished tweaking git repo https://github.com/mosttt/exe [INFO] tweaked toml for git repo https://github.com/mosttt/exe written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mosttt/exe already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4c166771862176ec78116ca8552cbad47b9043bce57eb38479c2fcb01b507698 [INFO] running `Command { std: "docker" "start" "-a" "4c166771862176ec78116ca8552cbad47b9043bce57eb38479c2fcb01b507698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c166771862176ec78116ca8552cbad47b9043bce57eb38479c2fcb01b507698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c166771862176ec78116ca8552cbad47b9043bce57eb38479c2fcb01b507698", kill_on_drop: false }` [INFO] [stdout] 4c166771862176ec78116ca8552cbad47b9043bce57eb38479c2fcb01b507698 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c7a536b17f285d4bf260a780cf51b9c619e2b8b9687773a20c8a928dda75f7c2 [INFO] running `Command { std: "docker" "start" "-a" "c7a536b17f285d4bf260a780cf51b9c619e2b8b9687773a20c8a928dda75f7c2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Checking linux-raw-sys v0.4.3 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking bitflags v2.3.3 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking anstyle v1.0.1 [INFO] [stderr] Checking anstyle-parse v0.2.1 [INFO] [stderr] Compiling serde v1.0.177 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling anyhow v1.0.72 [INFO] [stderr] Checking hashbrown v0.14.0 [INFO] [stderr] Checking clap_lex v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.177 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking unsafe-libyaml v0.2.9 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Checking unicode-width v0.1.10 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking pin-project-lite v0.2.10 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling libz-sys v1.1.12 [INFO] [stderr] Compiling openssl-sys v0.9.90 [INFO] [stderr] Compiling libssh2-sys v0.3.0 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Checking indexmap v2.0.0 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking console v0.15.7 [INFO] [stderr] Compiling syn v2.0.27 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking anstream v0.3.2 [INFO] [stderr] Checking clap_builder v4.3.19 [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/knownhost.c: At top level: [INFO] [stderr] warning: libssh2-sys@0.3.0: libssh2/src/knownhost.c:1271:1: fatal error: error writing to /tmp/ccNFYhI8.s: No space left on device [INFO] [stderr] warning: libssh2-sys@0.3.0: 1271 | } [INFO] [stderr] warning: libssh2-sys@0.3.0: | ^ [INFO] [stderr] warning: libssh2-sys@0.3.0: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `libssh2-sys v0.3.0` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/libssh2-sys-bee8c9120f703e1c/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=LIBSSH2_SYS_USE_PKG_CONFIG [INFO] [stderr] cargo:include=/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include [INFO] [stderr] cargo:root=/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out [INFO] [stderr] cargo:rerun-if-env-changed=DEP_Z_INCLUDE [INFO] [stderr] cargo:rerun-if-env-changed=DEP_OPENSSL_INCLUDE [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include" "-I" "libssh2/src" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build" "-I" "/usr/include" "-fvisibility=hidden" "-DHAVE_LONGLONG" "-DHAVE_SNPRINTF" "-DHAVE_UNISTD_H" "-DHAVE_INTTYPES_H" "-DHAVE_STDLIB_H" "-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_SOCKET_H" "-DHAVE_SYS_IOCTL_H" "-DHAVE_SYS_TIME_H" "-DHAVE_SYS_UN_H" "-DHAVE_O_NONBLOCK" "-DLIBSSH2_OPENSSL" "-DHAVE_LIBCRYPT32" "-DHAVE_EVP_AES_128_CTR" "-DHAVE_POLL" "-DHAVE_GETTIMEOFDAY" "-DLIBSSH2_DH_GEX_NEW" "-DLIBSSH2_HAVE_ZLIB" "-DLIBSSH2DEBUG" "-o" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build/libssh2/src/agent.o" "-c" "libssh2/src/agent.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include" "-I" "libssh2/src" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build" "-I" "/usr/include" "-fvisibility=hidden" "-DHAVE_LONGLONG" "-DHAVE_SNPRINTF" "-DHAVE_UNISTD_H" "-DHAVE_INTTYPES_H" "-DHAVE_STDLIB_H" "-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_SOCKET_H" "-DHAVE_SYS_IOCTL_H" "-DHAVE_SYS_TIME_H" "-DHAVE_SYS_UN_H" "-DHAVE_O_NONBLOCK" "-DLIBSSH2_OPENSSL" "-DHAVE_LIBCRYPT32" "-DHAVE_EVP_AES_128_CTR" "-DHAVE_POLL" "-DHAVE_GETTIMEOFDAY" "-DLIBSSH2_DH_GEX_NEW" "-DLIBSSH2_HAVE_ZLIB" "-DLIBSSH2DEBUG" "-o" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build/libssh2/src/bcrypt_pbkdf.o" "-c" "libssh2/src/bcrypt_pbkdf.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include" "-I" "libssh2/src" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build" "-I" "/usr/include" "-fvisibility=hidden" "-DHAVE_LONGLONG" "-DHAVE_SNPRINTF" "-DHAVE_UNISTD_H" "-DHAVE_INTTYPES_H" "-DHAVE_STDLIB_H" "-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_SOCKET_H" "-DHAVE_SYS_IOCTL_H" "-DHAVE_SYS_TIME_H" "-DHAVE_SYS_UN_H" "-DHAVE_O_NONBLOCK" "-DLIBSSH2_OPENSSL" "-DHAVE_LIBCRYPT32" "-DHAVE_EVP_AES_128_CTR" "-DHAVE_POLL" "-DHAVE_GETTIMEOFDAY" "-DLIBSSH2_DH_GEX_NEW" "-DLIBSSH2_HAVE_ZLIB" "-DLIBSSH2DEBUG" "-o" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build/libssh2/src/blowfish.o" "-c" "libssh2/src/blowfish.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include" "-I" "libssh2/src" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build" "-I" "/usr/include" "-fvisibility=hidden" "-DHAVE_LONGLONG" "-DHAVE_SNPRINTF" "-DHAVE_UNISTD_H" "-DHAVE_INTTYPES_H" "-DHAVE_STDLIB_H" "-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_SOCKET_H" "-DHAVE_SYS_IOCTL_H" "-DHAVE_SYS_TIME_H" "-DHAVE_SYS_UN_H" "-DHAVE_O_NONBLOCK" "-DLIBSSH2_OPENSSL" "-DHAVE_LIBCRYPT32" "-DHAVE_EVP_AES_128_CTR" "-DHAVE_POLL" "-DHAVE_GETTIMEOFDAY" "-DLIBSSH2_DH_GEX_NEW" "-DLIBSSH2_HAVE_ZLIB" "-DLIBSSH2DEBUG" "-o" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build/libssh2/src/channel.o" "-c" "libssh2/src/channel.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include" "-I" "libssh2/src" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build" "-I" "/usr/include" "-fvisibility=hidden" "-DHAVE_LONGLONG" "-DHAVE_SNPRINTF" "-DHAVE_UNISTD_H" "-DHAVE_INTTYPES_H" "-DHAVE_STDLIB_H" "-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_SOCKET_H" "-DHAVE_SYS_IOCTL_H" "-DHAVE_SYS_TIME_H" "-DHAVE_SYS_UN_H" "-DHAVE_O_NONBLOCK" "-DLIBSSH2_OPENSSL" "-DHAVE_LIBCRYPT32" "-DHAVE_EVP_AES_128_CTR" "-DHAVE_POLL" "-DHAVE_GETTIMEOFDAY" "-DLIBSSH2_DH_GEX_NEW" "-DLIBSSH2_HAVE_ZLIB" "-DLIBSSH2DEBUG" "-o" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build/libssh2/src/comp.o" "-c" "libssh2/src/comp.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include" "-I" "libssh2/src" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build" "-I" "/usr/include" "-fvisibility=hidden" "-DHAVE_LONGLONG" "-DHAVE_SNPRINTF" "-DHAVE_UNISTD_H" "-DHAVE_INTTYPES_H" "-DHAVE_STDLIB_H" "-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_SOCKET_H" "-DHAVE_SYS_IOCTL_H" "-DHAVE_SYS_TIME_H" "-DHAVE_SYS_UN_H" "-DHAVE_O_NONBLOCK" "-DLIBSSH2_OPENSSL" "-DHAVE_LIBCRYPT32" "-DHAVE_EVP_AES_128_CTR" "-DHAVE_POLL" "-DHAVE_GETTIMEOFDAY" "-DLIBSSH2_DH_GEX_NEW" "-DLIBSSH2_HAVE_ZLIB" "-DLIBSSH2DEBUG" "-o" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build/libssh2/src/crypt.o" "-c" "libssh2/src/crypt.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include" "-I" "libssh2/src" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build" "-I" "/usr/include" "-fvisibility=hidden" "-DHAVE_LONGLONG" "-DHAVE_SNPRINTF" "-DHAVE_UNISTD_H" "-DHAVE_INTTYPES_H" "-DHAVE_STDLIB_H" "-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_SOCKET_H" "-DHAVE_SYS_IOCTL_H" "-DHAVE_SYS_TIME_H" "-DHAVE_SYS_UN_H" "-DHAVE_O_NONBLOCK" "-DLIBSSH2_OPENSSL" "-DHAVE_LIBCRYPT32" "-DHAVE_EVP_AES_128_CTR" "-DHAVE_POLL" "-DHAVE_GETTIMEOFDAY" "-DLIBSSH2_DH_GEX_NEW" "-DLIBSSH2_HAVE_ZLIB" "-DLIBSSH2DEBUG" "-o" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build/libssh2/src/global.o" "-c" "libssh2/src/global.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include" "-I" "libssh2/src" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build" "-I" "/usr/include" "-fvisibility=hidden" "-DHAVE_LONGLONG" "-DHAVE_SNPRINTF" "-DHAVE_UNISTD_H" "-DHAVE_INTTYPES_H" "-DHAVE_STDLIB_H" "-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_SOCKET_H" "-DHAVE_SYS_IOCTL_H" "-DHAVE_SYS_TIME_H" "-DHAVE_SYS_UN_H" "-DHAVE_O_NONBLOCK" "-DLIBSSH2_OPENSSL" "-DHAVE_LIBCRYPT32" "-DHAVE_EVP_AES_128_CTR" "-DHAVE_POLL" "-DHAVE_GETTIMEOFDAY" "-DLIBSSH2_DH_GEX_NEW" "-DLIBSSH2_HAVE_ZLIB" "-DLIBSSH2DEBUG" "-o" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build/libssh2/src/hostkey.o" "-c" "libssh2/src/hostkey.c" [INFO] [stderr] cargo:warning=libssh2/src/hostkey.c: In function 'hostkey_method_ssh_rsa_dtor': [INFO] [stderr] cargo:warning=libssh2/src/hostkey.c:403:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] cargo:warning= 403 | _libssh2_rsa_free(rsactx); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from libssh2/src/openssl.h:81, [INFO] [stderr] cargo:warning= from libssh2/src/crypto.h:42, [INFO] [stderr] cargo:warning= from libssh2/src/libssh2_priv.h:141, [INFO] [stderr] cargo:warning= from libssh2/src/hostkey.c:39: [INFO] [stderr] cargo:warning=/usr/include/openssl/rsa.h:298:28: note: declared here [INFO] [stderr] cargo:warning= 298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); [INFO] [stderr] cargo:warning= | ^~~~~~~~ [INFO] [stderr] cargo:warning=libssh2/src/hostkey.c: In function 'hostkey_method_ssh_dss_dtor': [INFO] [stderr] cargo:warning=libssh2/src/hostkey.c:672:5: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] cargo:warning= 672 | _libssh2_dsa_free(dsactx); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from /usr/include/openssl/engine.h:26, [INFO] [stderr] cargo:warning= from libssh2/src/openssl.h:83, [INFO] [stderr] cargo:warning= from libssh2/src/crypto.h:42, [INFO] [stderr] cargo:warning= from libssh2/src/libssh2_priv.h:141, [INFO] [stderr] cargo:warning= from libssh2/src/hostkey.c:39: [INFO] [stderr] cargo:warning=/usr/include/openssl/dsa.h:127:28: note: declared here [INFO] [stderr] cargo:warning= 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); [INFO] [stderr] cargo:warning= | ^~~~~~~~ [INFO] [stderr] cargo:warning=libssh2/src/hostkey.c: In function 'hostkey_method_ssh_ecdsa_dtor': [INFO] [stderr] cargo:warning=libssh2/src/hostkey.c:952:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] cargo:warning= 952 | _libssh2_ecdsa_free(keyctx); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from /usr/include/openssl/engine.h:28, [INFO] [stderr] cargo:warning= from libssh2/src/openssl.h:83, [INFO] [stderr] cargo:warning= from libssh2/src/crypto.h:42, [INFO] [stderr] cargo:warning= from libssh2/src/libssh2_priv.h:141, [INFO] [stderr] cargo:warning= from libssh2/src/hostkey.c:39: [INFO] [stderr] cargo:warning=/usr/include/openssl/ec.h:1003:28: note: declared here [INFO] [stderr] cargo:warning= 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include" "-I" "libssh2/src" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build" "-I" "/usr/include" "-fvisibility=hidden" "-DHAVE_LONGLONG" "-DHAVE_SNPRINTF" "-DHAVE_UNISTD_H" "-DHAVE_INTTYPES_H" "-DHAVE_STDLIB_H" "-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_SOCKET_H" "-DHAVE_SYS_IOCTL_H" "-DHAVE_SYS_TIME_H" "-DHAVE_SYS_UN_H" "-DHAVE_O_NONBLOCK" "-DLIBSSH2_OPENSSL" "-DHAVE_LIBCRYPT32" "-DHAVE_EVP_AES_128_CTR" "-DHAVE_POLL" "-DHAVE_GETTIMEOFDAY" "-DLIBSSH2_DH_GEX_NEW" "-DLIBSSH2_HAVE_ZLIB" "-DLIBSSH2DEBUG" "-o" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build/libssh2/src/keepalive.o" "-c" "libssh2/src/keepalive.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include" "-I" "libssh2/src" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build" "-I" "/usr/include" "-fvisibility=hidden" "-DHAVE_LONGLONG" "-DHAVE_SNPRINTF" "-DHAVE_UNISTD_H" "-DHAVE_INTTYPES_H" "-DHAVE_STDLIB_H" "-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_SOCKET_H" "-DHAVE_SYS_IOCTL_H" "-DHAVE_SYS_TIME_H" "-DHAVE_SYS_UN_H" "-DHAVE_O_NONBLOCK" "-DLIBSSH2_OPENSSL" "-DHAVE_LIBCRYPT32" "-DHAVE_EVP_AES_128_CTR" "-DHAVE_POLL" "-DHAVE_GETTIMEOFDAY" "-DLIBSSH2_DH_GEX_NEW" "-DLIBSSH2_HAVE_ZLIB" "-DLIBSSH2DEBUG" "-o" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build/libssh2/src/kex.o" "-c" "libssh2/src/kex.c" [INFO] [stderr] cargo:warning=libssh2/src/kex.c: In function 'kex_method_ecdh_key_exchange': [INFO] [stderr] cargo:warning=libssh2/src/kex.c:2322:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] cargo:warning= 2322 | _libssh2_ecdsa_free(key_state->private_key); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from /usr/include/openssl/engine.h:28, [INFO] [stderr] cargo:warning= from libssh2/src/openssl.h:83, [INFO] [stderr] cargo:warning= from libssh2/src/crypto.h:42, [INFO] [stderr] cargo:warning= from libssh2/src/libssh2_priv.h:141, [INFO] [stderr] cargo:warning= from libssh2/src/kex.c:39: [INFO] [stderr] cargo:warning=/usr/include/openssl/ec.h:1003:28: note: declared here [INFO] [stderr] cargo:warning= 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include" "-I" "libssh2/src" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build" "-I" "/usr/include" "-fvisibility=hidden" "-DHAVE_LONGLONG" "-DHAVE_SNPRINTF" "-DHAVE_UNISTD_H" "-DHAVE_INTTYPES_H" "-DHAVE_STDLIB_H" "-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_SOCKET_H" "-DHAVE_SYS_IOCTL_H" "-DHAVE_SYS_TIME_H" "-DHAVE_SYS_UN_H" "-DHAVE_O_NONBLOCK" "-DLIBSSH2_OPENSSL" "-DHAVE_LIBCRYPT32" "-DHAVE_EVP_AES_128_CTR" "-DHAVE_POLL" "-DHAVE_GETTIMEOFDAY" "-DLIBSSH2_DH_GEX_NEW" "-DLIBSSH2_HAVE_ZLIB" "-DLIBSSH2DEBUG" "-o" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build/libssh2/src/knownhost.o" "-c" "libssh2/src/knownhost.c" [INFO] [stderr] cargo:warning=libssh2/src/knownhost.c: In function 'knownhost_check': [INFO] [stderr] cargo:warning=libssh2/src/knownhost.c:423:21: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] cargo:warning= 423 | libssh2_hmac_ctx_init(ctx); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from libssh2/src/openssl.h:92, [INFO] [stderr] cargo:warning= from libssh2/src/crypto.h:42, [INFO] [stderr] cargo:warning= from libssh2/src/libssh2_priv.h:141, [INFO] [stderr] cargo:warning= from libssh2/src/knownhost.c:39: [INFO] [stderr] cargo:warning=/usr/include/openssl/hmac.h:33:33: note: declared here [INFO] [stderr] cargo:warning= 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~ [INFO] [stderr] cargo:warning=libssh2/src/knownhost.c:430:21: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] cargo:warning= 430 | libssh2_hmac_sha1_init(&ctx, (unsigned char *)node->salt, [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from libssh2/src/openssl.h:92, [INFO] [stderr] cargo:warning= from libssh2/src/crypto.h:42, [INFO] [stderr] cargo:warning= from libssh2/src/libssh2_priv.h:141, [INFO] [stderr] cargo:warning= from libssh2/src/knownhost.c:39: [INFO] [stderr] cargo:warning=/usr/include/openssl/hmac.h:43:27: note: declared here [INFO] [stderr] cargo:warning= 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~ [INFO] [stderr] cargo:warning=libssh2/src/knownhost.c:432:21: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] cargo:warning= 432 | libssh2_hmac_update(ctx, (unsigned char *)host, [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from libssh2/src/openssl.h:92, [INFO] [stderr] cargo:warning= from libssh2/src/crypto.h:42, [INFO] [stderr] cargo:warning= from libssh2/src/libssh2_priv.h:141, [INFO] [stderr] cargo:warning= from libssh2/src/knownhost.c:39: [INFO] [stderr] cargo:warning=/usr/include/openssl/hmac.h:45:27: note: declared here [INFO] [stderr] cargo:warning= 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~ [INFO] [stderr] cargo:warning=libssh2/src/knownhost.c:434:21: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] cargo:warning= 434 | libssh2_hmac_final(ctx, hash); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from libssh2/src/openssl.h:92, [INFO] [stderr] cargo:warning= from libssh2/src/crypto.h:42, [INFO] [stderr] cargo:warning= from libssh2/src/libssh2_priv.h:141, [INFO] [stderr] cargo:warning= from libssh2/src/knownhost.c:39: [INFO] [stderr] cargo:warning=/usr/include/openssl/hmac.h:47:27: note: declared here [INFO] [stderr] cargo:warning= 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, [INFO] [stderr] cargo:warning= | ^~~~~~~~~~ [INFO] [stderr] cargo:warning=libssh2/src/knownhost.c:435:21: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] cargo:warning= 435 | libssh2_hmac_cleanup(&ctx); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from libssh2/src/openssl.h:92, [INFO] [stderr] cargo:warning= from libssh2/src/crypto.h:42, [INFO] [stderr] cargo:warning= from libssh2/src/libssh2_priv.h:141, [INFO] [stderr] cargo:warning= from libssh2/src/knownhost.c:39: [INFO] [stderr] cargo:warning=/usr/include/openssl/hmac.h:35:28: note: declared here [INFO] [stderr] cargo:warning= 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=libssh2/src/knownhost.c: At top level: [INFO] [stderr] cargo:warning=libssh2/src/knownhost.c:1271:1: fatal error: error writing to /tmp/ccNFYhI8.s: No space left on device [INFO] [stderr] cargo:warning= 1271 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide) [INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/include" "-I" "libssh2/src" "-I" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build" "-I" "/usr/include" "-fvisibility=hidden" "-DHAVE_LONGLONG" "-DHAVE_SNPRINTF" "-DHAVE_UNISTD_H" "-DHAVE_INTTYPES_H" "-DHAVE_STDLIB_H" "-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_SOCKET_H" "-DHAVE_SYS_IOCTL_H" "-DHAVE_SYS_TIME_H" "-DHAVE_SYS_UN_H" "-DHAVE_O_NONBLOCK" "-DLIBSSH2_OPENSSL" "-DHAVE_LIBCRYPT32" "-DHAVE_EVP_AES_128_CTR" "-DHAVE_POLL" "-DHAVE_GETTIMEOFDAY" "-DLIBSSH2_DH_GEX_NEW" "-DLIBSSH2_HAVE_ZLIB" "-DLIBSSH2DEBUG" "-o" "/opt/rustwide/target/debug/build/libssh2-sys-080fb4b7d13472e4/out/build/libssh2/src/knownhost.o" "-c" "libssh2/src/knownhost.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetavrBmvm/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaB0CvaQ/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "c7a536b17f285d4bf260a780cf51b9c619e2b8b9687773a20c8a928dda75f7c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7a536b17f285d4bf260a780cf51b9c619e2b8b9687773a20c8a928dda75f7c2", kill_on_drop: false }` [INFO] [stdout] c7a536b17f285d4bf260a780cf51b9c619e2b8b9687773a20c8a928dda75f7c2