[INFO] fetching crate config-it 0.6.1... [INFO] checking config-it-0.6.1 against try#024378d9203a4009ed73d6db2681b88a8d74ce7a for pr-112160 [INFO] extracting crate config-it 0.6.1 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate config-it 0.6.1 on toolchain 024378d9203a4009ed73d6db2681b88a8d74ce7a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate config-it 0.6.1 [INFO] finished tweaking crates.io crate config-it 0.6.1 [INFO] tweaked toml for crates.io crate config-it 0.6.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f2995a6d99d773f910bea2a824ca268edda254b2035a83096cd6347b3cab990e [INFO] running `Command { std: "docker" "start" "-a" "f2995a6d99d773f910bea2a824ca268edda254b2035a83096cd6347b3cab990e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f2995a6d99d773f910bea2a824ca268edda254b2035a83096cd6347b3cab990e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2995a6d99d773f910bea2a824ca268edda254b2035a83096cd6347b3cab990e", kill_on_drop: false }` [INFO] [stdout] f2995a6d99d773f910bea2a824ca268edda254b2035a83096cd6347b3cab990e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+024378d9203a4009ed73d6db2681b88a8d74ce7a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b5c308bfd8b532dade5cd96fdcb71aff0948d6d0a9fc4c62a4bd223a7b2b1963 [INFO] running `Command { std: "docker" "start" "-a" "b5c308bfd8b532dade5cd96fdcb71aff0948d6d0a9fc4c62a4bd223a7b2b1963", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.145 [INFO] [stderr] Compiling serde v1.0.163 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling syn v2.0.18 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling rustversion v1.0.12 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Compiling winnow v0.4.6 [INFO] [stderr] Compiling toml_datetime v0.6.2 [INFO] [stderr] Checking futures-channel v0.3.28 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling erased-serde v0.3.25 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Checking getrandom v0.2.9 [INFO] [stderr] Compiling log v0.4.18 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling tokio v1.28.2 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking castaway v0.2.2 [INFO] [stderr] Checking async-broadcast v0.5.1 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking unsafe-libyaml v0.2.8 [INFO] [stderr] Checking oneshot v0.1.5 [INFO] [stderr] Compiling toml_edit v0.19.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling indoc v2.0.1 [INFO] [stderr] Compiling serde_derive v1.0.163 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling pin-project-internal v1.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Checking futures-util v0.3.28 [INFO] [stderr] Compiling config-it-macros v0.3.1 [INFO] [stderr] Checking pin-project v1.1.0 [INFO] [stderr] Checking flume v0.10.14 [INFO] [stderr] Checking futures-executor v0.3.28 [INFO] [stderr] Checking futures v0.3.28 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Checking compact_str v0.7.0 [INFO] [stderr] Checking serde_yaml v0.9.21 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking config-it v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] error: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/archive.rs:229:36 [INFO] [stdout] | [INFO] [stdout] 229 | let rule = rule.clone().take(); [INFO] [stdout] | ^^^^^^^^ unnecessary method call [INFO] [stdout] | [INFO] [stdout] = note: the type `Cell>` does not implement `Clone`, so calling `clone` on `&Cell>` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[deny(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/archive.rs:262:28 [INFO] [stdout] | [INFO] [stdout] 262 | let rule = rule.clone().take(); [INFO] [stdout] | ^^^^^^^^ unnecessary method call [INFO] [stdout] | [INFO] [stdout] = note: the type `Cell>` does not implement `Clone`, so calling `clone` on `&Cell>` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `config-it` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b5c308bfd8b532dade5cd96fdcb71aff0948d6d0a9fc4c62a4bd223a7b2b1963", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5c308bfd8b532dade5cd96fdcb71aff0948d6d0a9fc4c62a4bd223a7b2b1963", kill_on_drop: false }` [INFO] [stdout] b5c308bfd8b532dade5cd96fdcb71aff0948d6d0a9fc4c62a4bd223a7b2b1963