[INFO] fetching crate self_update_danger_no_ssl_verify 0.38.0...
[INFO] checking self_update_danger_no_ssl_verify-0.38.0 against 1.95.0 for pr-155915
[INFO] extracting crate self_update_danger_no_ssl_verify 0.38.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate self_update_danger_no_ssl_verify 0.38.0
[INFO] finished tweaking crates.io crate self_update_danger_no_ssl_verify 0.38.0
[INFO] tweaked toml for crates.io crate self_update_danger_no_ssl_verify 0.38.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate self_update_danger_no_ssl_verify 0.38.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate self_update_danger_no_ssl_verify 0.38.0 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded openssl-sys v0.9.84
[INFO] [stderr]   Downloaded errno v0.3.0
[INFO] [stderr]   Downloaded zip v0.6.4
[INFO] [stderr]   Downloaded filetime v0.2.20
[INFO] [stderr]   Downloaded time v0.3.20
[INFO] [stderr]   Downloaded quick-xml v0.23.1
[INFO] [stderr]   Downloaded syn v2.0.13
[INFO] [stderr]   Downloaded openssl v0.10.49
[INFO] [stderr]   Downloaded rustix v0.37.6
[INFO] [stderr]   Downloaded libc v0.2.140
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2355e299b8425dfc2f124d3471814c970cdbcb16cc7ce95e7452907a5512a27b
[INFO] running `Command { std: "docker" "start" "-a" "2355e299b8425dfc2f124d3471814c970cdbcb16cc7ce95e7452907a5512a27b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2355e299b8425dfc2f124d3471814c970cdbcb16cc7ce95e7452907a5512a27b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2355e299b8425dfc2f124d3471814c970cdbcb16cc7ce95e7452907a5512a27b", kill_on_drop: false }`
[INFO] [stdout] 2355e299b8425dfc2f124d3471814c970cdbcb16cc7ce95e7452907a5512a27b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 316a42e6584e9ed9f4a0f37933392af6eee6cde6b1403916012d7b80f1b4bd40
[INFO] running `Command { std: "docker" "start" "-a" "316a42e6584e9ed9f4a0f37933392af6eee6cde6b1403916012d7b80f1b4bd40", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]    Compiling tokio v1.27.0
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling openssl v0.10.49
[INFO] [stderr]    Compiling serde v1.0.159
[INFO] [stderr]    Compiling syn v2.0.13
[INFO] [stderr]    Compiling io-lifetimes v1.0.9
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling rustix v0.37.6
[INFO] [stderr]    Compiling serde_json v1.0.95
[INFO] [stderr]    Compiling portable-atomic v0.3.19
[INFO] [stderr]     Checking linux-raw-sys v0.3.1
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling semver v1.0.17
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]     Checking aho-corasick v0.7.20
[INFO] [stderr]     Checking encoding_rs v0.8.32
[INFO] [stderr]     Checking base64 v0.21.0
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]    Compiling self_update_danger_no_ssl_verify v0.38.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking ipnet v2.7.2
[INFO] [stderr]     Checking quick-xml v0.23.1
[INFO] [stderr]    Compiling openssl-sys v0.9.84
[INFO] [stderr]     Checking urlencoding v2.1.2
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking regex v1.7.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking console v0.15.5
[INFO] [stderr]     Checking indicatif v0.17.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tempfile v3.5.0
[INFO] [stderr]     Checking tokio-util v0.7.7
[INFO] [stderr]     Checking h2 v0.3.16
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v0.14.25
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.16
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/lib.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::all))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `archive-tar`, `archive-zip`, `compression-flate2`, `compression-zip-bzip2`, `compression-zip-deflate`, `default`, `either`, `flate2`, `rustls`, `tar`, and `zip`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> src/lib.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::all))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `archive-tar`, `archive-zip`, `compression-flate2`, `compression-zip-bzip2`, `compression-zip-deflate`, `default`, `either`, `flate2`, `rustls`, `tar`, and `zip`
[INFO] [stdout]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/lib.rs:1054:9
[INFO] [stdout]      |
[INFO] [stdout] 1054 |         mut archive_file: fs::File,
[INFO] [stdout]      |         ----^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `archive_file`
[INFO] [stdout]     --> src/lib.rs:1054:9
[INFO] [stdout]      |
[INFO] [stdout] 1054 |         mut archive_file: fs::File,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_archive_file`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `archive_file_path`
[INFO] [stdout]     --> src/lib.rs:1058:13
[INFO] [stdout]      |
[INFO] [stdout] 1058 |         let archive_file_path = archive_file_path.as_ref();
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_archive_file_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_extract_into` is never used
[INFO] [stdout]    --> src/lib.rs:989:8
[INFO] [stdout]     |
[INFO] [stdout] 989 |     fn test_extract_into(tmpfile_prefix: &str, src_archive_path: &str, archive_kind: ArchiveKind) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_extract_file` is never used
[INFO] [stdout]     --> src/lib.rs:1020:8
[INFO] [stdout]      |
[INFO] [stdout] 1020 |     fn test_extract_file(tmpfile_prefix: &str, src_archive_path: &str, archive_kind: ArchiveKind) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_test_archive` is never used
[INFO] [stdout]     --> src/lib.rs:1053:8
[INFO] [stdout]      |
[INFO] [stdout] 1053 |     fn build_test_archive<T: AsRef<Path>>(
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.43s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.49
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] running `Command { std: "docker" "inspect" "316a42e6584e9ed9f4a0f37933392af6eee6cde6b1403916012d7b80f1b4bd40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "316a42e6584e9ed9f4a0f37933392af6eee6cde6b1403916012d7b80f1b4bd40", kill_on_drop: false }`
[INFO] [stdout] 316a42e6584e9ed9f4a0f37933392af6eee6cde6b1403916012d7b80f1b4bd40
