[INFO] cloning repository https://github.com/danielmbomfim/rspass-core [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danielmbomfim/rspass-core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielmbomfim%2Frspass-core", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielmbomfim%2Frspass-core'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0473e1c72fb5ef660cb009d76adcc26e1457e37d [INFO] checking danielmbomfim/rspass-core against try#15e8bc6907ab2b3623cb52acc726f4787458df64 for pr-141352 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanielmbomfim%2Frspass-core" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/danielmbomfim/rspass-core on toolchain 15e8bc6907ab2b3623cb52acc726f4787458df64 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+15e8bc6907ab2b3623cb52acc726f4787458df64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/danielmbomfim/rspass-core [INFO] finished tweaking git repo https://github.com/danielmbomfim/rspass-core [INFO] tweaked toml for git repo https://github.com/danielmbomfim/rspass-core written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/danielmbomfim/rspass-core 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" "+15e8bc6907ab2b3623cb52acc726f4787458df64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+15e8bc6907ab2b3623cb52acc726f4787458df64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 24d655f5cc2180f807cc438d8f666107dbe719070ace86ed54dcf7de82f132dc [INFO] running `Command { std: "docker" "start" "-a" "24d655f5cc2180f807cc438d8f666107dbe719070ace86ed54dcf7de82f132dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "24d655f5cc2180f807cc438d8f666107dbe719070ace86ed54dcf7de82f132dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24d655f5cc2180f807cc438d8f666107dbe719070ace86ed54dcf7de82f132dc", kill_on_drop: false }` [INFO] [stdout] 24d655f5cc2180f807cc438d8f666107dbe719070ace86ed54dcf7de82f132dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+15e8bc6907ab2b3623cb52acc726f4787458df64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 548a4bc0d5e87d1ae9ded197aabe2135d3e46ebb2ad5fb0c0569bf98f0729612 [INFO] running `Command { std: "docker" "start" "-a" "548a4bc0d5e87d1ae9ded197aabe2135d3e46ebb2ad5fb0c0569bf98f0729612", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.161 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Checking cpufeatures v0.2.14 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling libm v0.2.9 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking base16ct v0.2.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling serde v1.0.213 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking opaque-debug v0.3.1 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking fiat-crypto v0.1.20 [INFO] [stderr] Checking unicode-bidi v0.3.17 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling syn v2.0.85 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling crc24 v0.1.6 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling thiserror v1.0.65 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling cc v1.1.31 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking iana-time-zone v0.1.61 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking unicode-normalization v0.1.24 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking ff v0.13.0 [INFO] [stderr] Checking password-hash v0.5.0 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking keccak v0.1.5 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking flate2 v1.0.34 [INFO] [stderr] Checking bstr v1.10.0 [INFO] [stderr] Checking buffer-redux v1.0.2 [INFO] [stderr] Checking iter-read v1.1.0 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking bitfield v0.14.0 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling libz-sys v1.1.20 [INFO] [stderr] Compiling libssh2-sys v0.3.0 [INFO] [stderr] Compiling libgit2-sys v0.17.0+1.8.1 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling num_enum_derive v0.5.11 [INFO] [stderr] Checking num_enum v0.5.11 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Checking ed448-goldilocks v0.7.2 [INFO] [stderr] Checking x448 v0.6.0 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.65 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetagSwy8y/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: failed to probe system libgit2: [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: libgit2/src/util/hash/openssl.c: In function 'git_hash_sha256_init': [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: libgit2/src/util/hash/openssl.c:163:9: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: 163 | if (SHA256_Init(&ctx->c) != 1) { [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: | ^~ [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: In file included from libgit2/src/util/hash/openssl.h:14, [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: from libgit2/src/util/hash/openssl.c:8: [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: /usr/include/openssl/sha.h:73:27: note: declared here [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: | ^~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: libgit2/src/util/hash/openssl.c: In function 'git_hash_sha256_update': [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: libgit2/src/util/hash/openssl.c:175:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: 175 | if (SHA256_Update(&ctx->c, data, len) != 1) { [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: | ^~ [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: /usr/include/openssl/sha.h:74:27: note: declared here [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: libgit2/src/util/hash/openssl.c: In function 'git_hash_sha256_final': [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: libgit2/src/util/hash/openssl.c:187:9: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: 187 | if (SHA256_Final(out, &ctx->c) != 1) { [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: | ^~ [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: /usr/include/openssl/sha.h:76:27: note: declared here [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: | ^~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.17.0+1.8.1: ar: /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/libgit2.a: error reading /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/aa457269defa1a85-api.o: No space left on device [INFO] [stderr] error: failed to run custom build command for `libgit2-sys v0.17.0+1.8.1` [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/libgit2-sys-8d811352b4fe6180/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=LIBGIT2_NO_VENDOR [INFO] [stderr] cargo:rerun-if-env-changed=LIBGIT2_NO_PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=LIBGIT2_STATIC [INFO] [stderr] cargo:rerun-if-env-changed=LIBGIT2_DYNAMIC [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [INFO] [stderr] cargo:warning=failed to probe system libgit2: [INFO] [stderr] pkg-config exited with status code 1 [INFO] [stderr] > PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags libgit2 libgit2 >= 1.8.1 libgit2 < 1.9.0 [INFO] [stderr] [INFO] [stderr] The system library `libgit2` required by crate `libgit2-sys` was not found. [INFO] [stderr] The file `libgit2.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory. [INFO] [stderr] The PKG_CONFIG_PATH environment variable is not set. [INFO] [stderr] [INFO] [stderr] HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `libgit2.pc`. [INFO] [stderr] [INFO] [stderr] cargo:rustc-cfg=libgit2_vendored [INFO] [stderr] libgit2/include/git2.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2.h [INFO] [stderr] libgit2/include/git2/errors.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/errors.h [INFO] [stderr] libgit2/include/git2/refs.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/refs.h [INFO] [stderr] libgit2/include/git2/reflog.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/reflog.h [INFO] [stderr] libgit2/include/git2/signature.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/signature.h [INFO] [stderr] libgit2/include/git2/index.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/index.h [INFO] [stderr] libgit2/include/git2/object.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/object.h [INFO] [stderr] libgit2/include/git2/pack.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/pack.h [INFO] [stderr] libgit2/include/git2/revert.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/revert.h [INFO] [stderr] libgit2/include/git2/trace.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/trace.h [INFO] [stderr] libgit2/include/git2/apply.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/apply.h [INFO] [stderr] libgit2/include/git2/strarray.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/strarray.h [INFO] [stderr] libgit2/include/git2/revwalk.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/revwalk.h [INFO] [stderr] libgit2/include/git2/mailmap.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/mailmap.h [INFO] [stderr] libgit2/include/git2/remote.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/remote.h [INFO] [stderr] libgit2/include/git2/clone.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/clone.h [INFO] [stderr] libgit2/include/git2/branch.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/branch.h [INFO] [stderr] libgit2/include/git2/types.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/types.h [INFO] [stderr] libgit2/include/git2/transport.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/transport.h [INFO] [stderr] libgit2/include/git2/status.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/status.h [INFO] [stderr] libgit2/include/git2/tag.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/tag.h [INFO] [stderr] libgit2/include/git2/commit.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/commit.h [INFO] [stderr] libgit2/include/git2/indexer.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/indexer.h [INFO] [stderr] libgit2/include/git2/blob.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/blob.h [INFO] [stderr] libgit2/include/git2/proxy.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/proxy.h [INFO] [stderr] libgit2/include/git2/revparse.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/revparse.h [INFO] [stderr] libgit2/include/git2/message.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/message.h [INFO] [stderr] libgit2/include/git2/notes.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/notes.h [INFO] [stderr] libgit2/include/git2/buffer.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/buffer.h [INFO] [stderr] libgit2/include/git2/oidarray.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/oidarray.h [INFO] [stderr] libgit2/include/git2/odb_backend.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/odb_backend.h [INFO] [stderr] libgit2/include/git2/annotated_commit.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/annotated_commit.h [INFO] [stderr] libgit2/include/git2/describe.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/describe.h [INFO] [stderr] libgit2/include/git2/blame.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/blame.h [INFO] [stderr] libgit2/include/git2/stdint.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/stdint.h [INFO] [stderr] libgit2/include/git2/repository.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/repository.h [INFO] [stderr] libgit2/include/git2/email.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/email.h [INFO] [stderr] libgit2/include/git2/filter.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/filter.h [INFO] [stderr] libgit2/include/git2/common.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/common.h [INFO] [stderr] libgit2/include/git2/reset.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/reset.h [INFO] [stderr] libgit2/include/git2/net.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/net.h [INFO] [stderr] libgit2/include/git2/cherrypick.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/cherrypick.h [INFO] [stderr] libgit2/include/git2/deprecated.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/deprecated.h [INFO] [stderr] libgit2/include/git2/sys/errors.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/errors.h [INFO] [stderr] libgit2/include/git2/sys/refs.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/refs.h [INFO] [stderr] libgit2/include/git2/sys/midx.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/midx.h [INFO] [stderr] libgit2/include/git2/sys/reflog.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/reflog.h [INFO] [stderr] libgit2/include/git2/sys/index.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/index.h [INFO] [stderr] libgit2/include/git2/sys/mempack.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/mempack.h [INFO] [stderr] libgit2/include/git2/sys/remote.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/remote.h [INFO] [stderr] libgit2/include/git2/sys/transport.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/transport.h [INFO] [stderr] libgit2/include/git2/sys/commit_graph.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/commit_graph.h [INFO] [stderr] libgit2/include/git2/sys/openssl.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/openssl.h [INFO] [stderr] libgit2/include/git2/sys/commit.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/commit.h [INFO] [stderr] libgit2/include/git2/sys/hashsig.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/hashsig.h [INFO] [stderr] libgit2/include/git2/sys/alloc.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/alloc.h [INFO] [stderr] libgit2/include/git2/sys/odb_backend.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/odb_backend.h [INFO] [stderr] libgit2/include/git2/sys/cred.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/cred.h [INFO] [stderr] libgit2/include/git2/sys/repository.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/repository.h [INFO] [stderr] libgit2/include/git2/sys/path.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/path.h [INFO] [stderr] libgit2/include/git2/sys/email.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/email.h [INFO] [stderr] libgit2/include/git2/sys/filter.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/filter.h [INFO] [stderr] libgit2/include/git2/sys/merge.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/merge.h [INFO] [stderr] libgit2/include/git2/sys/config.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/config.h [INFO] [stderr] libgit2/include/git2/sys/stream.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/stream.h [INFO] [stderr] libgit2/include/git2/sys/credential.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/credential.h [INFO] [stderr] libgit2/include/git2/sys/diff.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/diff.h [INFO] [stderr] libgit2/include/git2/sys/refdb_backend.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/sys/refdb_backend.h [INFO] [stderr] libgit2/include/git2/merge.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/merge.h [INFO] [stderr] libgit2/include/git2/config.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/config.h [INFO] [stderr] libgit2/include/git2/patch.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/patch.h [INFO] [stderr] libgit2/include/git2/pathspec.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/pathspec.h [INFO] [stderr] libgit2/include/git2/stash.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/stash.h [INFO] [stderr] libgit2/include/git2/credential.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/credential.h [INFO] [stderr] libgit2/include/git2/version.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/version.h [INFO] [stderr] libgit2/include/git2/experimental.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/experimental.h [INFO] [stderr] libgit2/include/git2/refspec.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/refspec.h [INFO] [stderr] libgit2/include/git2/diff.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/diff.h [INFO] [stderr] libgit2/include/git2/odb.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/odb.h [INFO] [stderr] libgit2/include/git2/worktree.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/worktree.h [INFO] [stderr] libgit2/include/git2/transaction.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/transaction.h [INFO] [stderr] libgit2/include/git2/attr.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/attr.h [INFO] [stderr] libgit2/include/git2/tree.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/tree.h [INFO] [stderr] libgit2/include/git2/global.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/global.h [INFO] [stderr] libgit2/include/git2/checkout.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/checkout.h [INFO] [stderr] libgit2/include/git2/submodule.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/submodule.h [INFO] [stderr] libgit2/include/git2/cred_helpers.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/cred_helpers.h [INFO] [stderr] libgit2/include/git2/ignore.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/ignore.h [INFO] [stderr] libgit2/include/git2/credential_helpers.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/credential_helpers.h [INFO] [stderr] libgit2/include/git2/refdb.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/refdb.h [INFO] [stderr] libgit2/include/git2/cert.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/cert.h [INFO] [stderr] libgit2/include/git2/rebase.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/rebase.h [INFO] [stderr] libgit2/include/git2/oid.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/oid.h [INFO] [stderr] libgit2/include/git2/graph.h => /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/include/git2/graph.h [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=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] RUSTC_WRAPPER = 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] 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] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] cargo:warning=libgit2/src/util/hash/openssl.c: In function 'git_hash_sha256_init': [INFO] [stderr] cargo:warning=libgit2/src/util/hash/openssl.c:163:9: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] cargo:warning= 163 | if (SHA256_Init(&ctx->c) != 1) { [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=In file included from libgit2/src/util/hash/openssl.h:14, [INFO] [stderr] cargo:warning= from libgit2/src/util/hash/openssl.c:8: [INFO] [stderr] cargo:warning=/usr/include/openssl/sha.h:73:27: note: declared here [INFO] [stderr] cargo:warning= 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~ [INFO] [stderr] cargo:warning=libgit2/src/util/hash/openssl.c: In function 'git_hash_sha256_update': [INFO] [stderr] cargo:warning=libgit2/src/util/hash/openssl.c:175:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] cargo:warning= 175 | if (SHA256_Update(&ctx->c, data, len) != 1) { [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=/usr/include/openssl/sha.h:74:27: note: declared here [INFO] [stderr] cargo:warning= 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=libgit2/src/util/hash/openssl.c: In function 'git_hash_sha256_final': [INFO] [stderr] cargo:warning=libgit2/src/util/hash/openssl.c:187:9: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] [INFO] [stderr] cargo:warning= 187 | if (SHA256_Final(out, &ctx->c) != 1) { [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=/usr/include/openssl/sha.h:76:27: note: declared here [INFO] [stderr] cargo:warning= 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] cargo:rerun-if-env-changed=AR_x86_64-unknown-linux-gnu [INFO] [stderr] AR_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=AR_x86_64_unknown_linux_gnu [INFO] [stderr] AR_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_AR [INFO] [stderr] HOST_AR = None [INFO] [stderr] cargo:rerun-if-env-changed=AR [INFO] [stderr] AR = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] ARFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] ARFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_ARFLAGS [INFO] [stderr] HOST_ARFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS [INFO] [stderr] ARFLAGS = None [INFO] [stderr] cargo:warning=ar: /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/libgit2.a: error reading /opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/aa457269defa1a85-api.o: No space left on device [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command ZERO_AR_DATE="1" "ar" "cq" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/libgit2.a" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/9646caca89e97167-trailer.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/9646caca89e97167-transaction.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/9646caca89e97167-transport.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/9646caca89e97167-tree-cache.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/9646caca89e97167-tree.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/9646caca89e97167-worktree.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-alloc.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-date.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-errors.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-filebuf.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-fs_path.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-futils.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-hash.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-net.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-pool.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-posix.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-pqueue.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-rand.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-regexp.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-runtime.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-sortedcache.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-str.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-strlist.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-strmap.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-thread.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-tsort.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-utf8.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-util.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-varint.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-vector.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-wildmatch.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/f0f7908ee800b4e1-zstream.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-auth.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-auth_gssapi.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-auth_ntlmclient.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-auth_sspi.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-credential.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-credential_helpers.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-git.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-http.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-httpclient.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-httpparser.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-local.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-smart.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-smart_pkt.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-smart_protocol.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-ssh.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-ssh_exec.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-ssh_libssh2.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/410d9c059e9f9dc4-winhttp.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/cccc76fb850512eb-mbedtls.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/cccc76fb850512eb-openssl.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/cccc76fb850512eb-openssl_dynamic.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/cccc76fb850512eb-openssl_legacy.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/cccc76fb850512eb-registry.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/cccc76fb850512eb-schannel.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/cccc76fb850512eb-socket.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/cccc76fb850512eb-stransport.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/cccc76fb850512eb-tls.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/aa457269defa1a85-api.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/aa457269defa1a85-http.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/aa457269defa1a85-llhttp.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/da97a00384bf24ac-xdiffi.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/da97a00384bf24ac-xemit.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/da97a00384bf24ac-xhistogram.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/da97a00384bf24ac-xmerge.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/da97a00384bf24ac-xpatience.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/da97a00384bf24ac-xprepare.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/da97a00384bf24ac-xutils.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_byte_order.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_chartables.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_compile.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_config.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_dfa_exec.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_exec.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_fullinfo.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_get.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_globals.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_jit_compile.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_maketables.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_newline.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_ord2utf8.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_printint.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_refcount.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_string_utils.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_study.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_tables.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_ucd.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_valid_utf8.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_version.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcre_xclass.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2222b295de79a116-pcreposix.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/97443a9db67825d3-failalloc.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/97443a9db67825d3-stdalloc.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/b6fe06331fe638b0-map.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/b6fe06331fe638b0-process.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/b6fe06331fe638b0-realpath.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/96639c8a8c534100-collisiondetect.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2c5e64b7dfc76262-sha1.o" "/opt/rustwide/target/debug/build/libgit2-sys-67e09d52589c47d8/out/build/2c5e64b7dfc76262-ubc_check.o" with args ar 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] [stderr] error: could not compile `darling_core` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustceDEKVJ/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustceDEKVJ/symbols.o" "<10 object files omitted>" "/opt/rustwide/target/debug/deps/zerocopy_derive-3572b655388e99fb.bdbv5psrqyq8t5vuff7khp99x.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-2393dcb910dab600.rlib,libquote-7fc2064ba2fff4e2.rlib,libproc_macro2-9e07246079e797d1.rlib,libunicode_ident-d14904b1232aa2ec.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustceDEKVJ/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libzerocopy_derive-3572b655388e99fb.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `zerocopy-derive` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetapO6rxQ" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `derive_more-impl` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustclAQFeK/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustclAQFeK/symbols.o" "<16 object files omitted>" "/opt/rustwide/target/debug/deps/thiserror_impl-e4e177925996eadc.2gm2w0ojnbkrhw35rwxvynywh.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-2393dcb910dab600.rlib,libquote-7fc2064ba2fff4e2.rlib,libproc_macro2-9e07246079e797d1.rlib,libunicode_ident-d14904b1232aa2ec.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustclAQFeK/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libthiserror_impl-e4e177925996eadc.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `thiserror-impl` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "548a4bc0d5e87d1ae9ded197aabe2135d3e46ebb2ad5fb0c0569bf98f0729612", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "548a4bc0d5e87d1ae9ded197aabe2135d3e46ebb2ad5fb0c0569bf98f0729612", kill_on_drop: false }` [INFO] [stdout] 548a4bc0d5e87d1ae9ded197aabe2135d3e46ebb2ad5fb0c0569bf98f0729612