[INFO] fetching crate log-cli 0.0.9... [INFO] checking log-cli-0.0.9 against master#2e6fc425411280c658d852813de01c5157255088 for pr-128013 [INFO] extracting crate log-cli 0.0.9 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate log-cli 0.0.9 on toolchain 2e6fc425411280c658d852813de01c5157255088 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate log-cli 0.0.9 [INFO] finished tweaking crates.io crate log-cli 0.0.9 [INFO] tweaked toml for crates.io crate log-cli 0.0.9 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate crates.io crate log-cli 0.0.9 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" "+2e6fc425411280c658d852813de01c5157255088" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `clap` dependency) [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b2392d4e4aee49f76fa35fae0e6451152dabf9e97de15d64c629f936a53d00f0 [INFO] running `Command { std: "docker" "start" "-a" "b2392d4e4aee49f76fa35fae0e6451152dabf9e97de15d64c629f936a53d00f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b2392d4e4aee49f76fa35fae0e6451152dabf9e97de15d64c629f936a53d00f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2392d4e4aee49f76fa35fae0e6451152dabf9e97de15d64c629f936a53d00f0", kill_on_drop: false }` [INFO] [stdout] b2392d4e4aee49f76fa35fae0e6451152dabf9e97de15d64c629f936a53d00f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 450f68bb6ecbef106cb09f7ff2e7c6c716b90d5006145522e1431b19f097e55c [INFO] running `Command { std: "docker" "start" "-a" "450f68bb6ecbef106cb09f7ff2e7c6c716b90d5006145522e1431b19f097e55c", kill_on_drop: false }` [INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `clap` dependency) [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking iana-time-zone v0.1.46 [INFO] [stderr] Checking once_cell v1.13.1 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Checking num-integer v0.1.45 [INFO] [stderr] Checking clap v3.2.17 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking chrono v0.4.22 [INFO] [stderr] Checking log-cli v0.0.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/query.rs:306:31 [INFO] [stdout] | [INFO] [stdout] 306 | .add_eval(evals[0].clone(), None) [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/query.rs:307:31 [INFO] [stdout] | [INFO] [stdout] 307 | .add_eval(evals[1].clone(), None) [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/query.rs:308:31 [INFO] [stdout] | [INFO] [stdout] 308 | .add_eval(evals[2].clone(), Some(2)); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `Command { std: "docker" "inspect" "450f68bb6ecbef106cb09f7ff2e7c6c716b90d5006145522e1431b19f097e55c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "450f68bb6ecbef106cb09f7ff2e7c6c716b90d5006145522e1431b19f097e55c", kill_on_drop: false }` [INFO] [stdout] 450f68bb6ecbef106cb09f7ff2e7c6c716b90d5006145522e1431b19f097e55c