[INFO] updating cached repository sondr3/git-ignore [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sondr3/git-ignore [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sondr3/git-ignore" "work/ex/clippy-test-run/sources/stable/gh/sondr3/git-ignore"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/sondr3/git-ignore'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sondr3/git-ignore" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/sondr3/git-ignore"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/sondr3/git-ignore'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3daf562915af230c91f978f8bd88c6180c82ad4c [INFO] sha for GitHub repo sondr3/git-ignore: 3daf562915af230c91f978f8bd88c6180c82ad4c [INFO] validating manifest of sondr3/git-ignore 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 sondr3/git-ignore 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 sondr3/git-ignore [INFO] finished frobbing sondr3/git-ignore [INFO] frobbed toml for sondr3/git-ignore written to work/ex/clippy-test-run/sources/stable/gh/sondr3/git-ignore/Cargo.toml [INFO] started frobbing sondr3/git-ignore [INFO] finished frobbing sondr3/git-ignore [INFO] frobbed toml for sondr3/git-ignore written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/sondr3/git-ignore/Cargo.toml [INFO] crate sondr3/git-ignore 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 sondr3/git-ignore against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/sondr3/git-ignore:/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] 28ebe1a23f9aec0a808ddb6384d340525fad1a9540eb638183fcf832792bd2f0 [INFO] running `"docker" "start" "-a" "28ebe1a23f9aec0a808ddb6384d340525fad1a9540eb638183fcf832792bd2f0"` [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling syn v0.15.18 [INFO] [stderr] Checking tokio-reactor v0.1.6 [INFO] [stderr] Checking tokio-uds v0.2.3 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio-udp v0.1.2 [INFO] [stderr] Checking crossbeam-deque v0.6.1 [INFO] [stderr] Checking tokio-threadpool v0.1.8 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking tokio v0.1.11 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Checking hyper v0.12.13 [INFO] [stderr] Checking structopt v0.2.13 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking reqwest v0.9.4 [INFO] [stderr] Checking git-ignore-generator v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:69:44 [INFO] [stderr] | [INFO] [stderr] 69 | #![cfg_attr(feature = "cargo-clippy", deny(clippy))] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:69:44 [INFO] [stderr] | [INFO] [stderr] 69 | #![cfg_attr(feature = "cargo-clippy", deny(clippy))] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:69:44 [INFO] [stderr] | [INFO] [stderr] 69 | #![cfg_attr(feature = "cargo-clippy", deny(clippy))] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] [INFO] [stderr] warning: lint name `clippy` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/main.rs:69:44 [INFO] [stderr] | [INFO] [stderr] 69 | #![cfg_attr(feature = "cargo-clippy", deny(clippy))] [INFO] [stderr] | ^^^^^^ help: change it to: `clippy::all` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.21s [INFO] running `"docker" "inspect" "28ebe1a23f9aec0a808ddb6384d340525fad1a9540eb638183fcf832792bd2f0"` [INFO] running `"docker" "rm" "-f" "28ebe1a23f9aec0a808ddb6384d340525fad1a9540eb638183fcf832792bd2f0"` [INFO] [stdout] 28ebe1a23f9aec0a808ddb6384d340525fad1a9540eb638183fcf832792bd2f0