[INFO] fetching crate garando_pos 0.1.0... [INFO] testing garando_pos-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate garando_pos 0.1.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate garando_pos 0.1.0 [INFO] finished tweaking crates.io crate garando_pos 0.1.0 [INFO] tweaked toml for crates.io crate garando_pos 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate garando_pos 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc03f38b226a89e96ebd70e2d639b33bda07772879e6a07419bbd00a5c9c492c [INFO] running `Command { std: "docker" "start" "-a" "fc03f38b226a89e96ebd70e2d639b33bda07772879e6a07419bbd00a5c9c492c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc03f38b226a89e96ebd70e2d639b33bda07772879e6a07419bbd00a5c9c492c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc03f38b226a89e96ebd70e2d639b33bda07772879e6a07419bbd00a5c9c492c", kill_on_drop: false }` [INFO] [stdout] fc03f38b226a89e96ebd70e2d639b33bda07772879e6a07419bbd00a5c9c492c [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 20c4998106e3ff805cea20c8cfe9ce7199f5d1ccb317a7f767350cc66bf9ecfe [INFO] running `Command { std: "docker" "start" "-a" "20c4998106e3ff805cea20c8cfe9ce7199f5d1ccb317a7f767350cc66bf9ecfe", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling garando_pos v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: unnecessary parentheses around closure body [INFO] [stdout] --> src/lib.rs:410:57 [INFO] [stdout] | [INFO] [stdout] 410 | let diff_iter = (&lines[..]).windows(2).map(|w| (w[1] - w[0])); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_parens)]` implied by `#[deny(warnings)]` [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 410 - let diff_iter = (&lines[..]).windows(2).map(|w| (w[1] - w[0])); [INFO] [stdout] 410 + let diff_iter = (&lines[..]).windows(2).map(|w| w[1] - w[0]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `garando_pos` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "20c4998106e3ff805cea20c8cfe9ce7199f5d1ccb317a7f767350cc66bf9ecfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20c4998106e3ff805cea20c8cfe9ce7199f5d1ccb317a7f767350cc66bf9ecfe", kill_on_drop: false }` [INFO] [stdout] 20c4998106e3ff805cea20c8cfe9ce7199f5d1ccb317a7f767350cc66bf9ecfe