[INFO] updating cached repository drone-os/cargo-drone [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/drone-os/cargo-drone [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/drone-os/cargo-drone" "work/ex/clippy-test-run/sources/stable/gh/drone-os/cargo-drone"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/drone-os/cargo-drone'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/drone-os/cargo-drone" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/drone-os/cargo-drone"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/drone-os/cargo-drone'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ac74fd4f90f6e6dfdc19184e86c738256f8d8d24 [INFO] sha for GitHub repo drone-os/cargo-drone: ac74fd4f90f6e6dfdc19184e86c738256f8d8d24 [INFO] validating manifest of drone-os/cargo-drone on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of drone-os/cargo-drone on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing drone-os/cargo-drone [INFO] finished frobbing drone-os/cargo-drone [INFO] frobbed toml for drone-os/cargo-drone written to work/ex/clippy-test-run/sources/stable/gh/drone-os/cargo-drone/Cargo.toml [INFO] started frobbing drone-os/cargo-drone [INFO] finished frobbing drone-os/cargo-drone [INFO] frobbed toml for drone-os/cargo-drone written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/drone-os/cargo-drone/Cargo.toml [INFO] crate drone-os/cargo-drone has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting drone-os/cargo-drone against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-7/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/drone-os/cargo-drone:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a7710c45dfdfa23c9934aa5887fe7bf6b7d21f6a75005cd217d8e5c4f2eaacf0 [INFO] running `"docker" "start" "-a" "a7710c45dfdfa23c9934aa5887fe7bf6b7d21f6a75005cd217d8e5c4f2eaacf0"` [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Checking failure v0.1.3 [INFO] [stderr] Checking cargo-drone v0.4.3 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `precedence` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:19:45 [INFO] [stderr] | [INFO] [stderr] 19 | #![cfg_attr(feature = "cargo-clippy", allow(precedence))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::precedence` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `precedence` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:19:45 [INFO] [stderr] | [INFO] [stderr] 19 | #![cfg_attr(feature = "cargo-clippy", allow(precedence))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::precedence` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `precedence` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:19:45 [INFO] [stderr] | [INFO] [stderr] 19 | #![cfg_attr(feature = "cargo-clippy", allow(precedence))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::precedence` [INFO] [stderr] [INFO] [stderr] warning: lint name `precedence` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:19:45 [INFO] [stderr] | [INFO] [stderr] 19 | #![cfg_attr(feature = "cargo-clippy", allow(precedence))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::precedence` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.91s [INFO] running `"docker" "inspect" "a7710c45dfdfa23c9934aa5887fe7bf6b7d21f6a75005cd217d8e5c4f2eaacf0"` [INFO] running `"docker" "rm" "-f" "a7710c45dfdfa23c9934aa5887fe7bf6b7d21f6a75005cd217d8e5c4f2eaacf0"` [INFO] [stdout] a7710c45dfdfa23c9934aa5887fe7bf6b7d21f6a75005cd217d8e5c4f2eaacf0