[INFO] updating cached repository ebkalderon/languageclient-example-project [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ebkalderon/languageclient-example-project [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ebkalderon/languageclient-example-project" "work/ex/clippy-test-run/sources/stable/gh/ebkalderon/languageclient-example-project"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/ebkalderon/languageclient-example-project'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ebkalderon/languageclient-example-project" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/ebkalderon/languageclient-example-project"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/ebkalderon/languageclient-example-project'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ae53007056dedc13fc2f1ecc4af5075f1c1ccf89 [INFO] sha for GitHub repo ebkalderon/languageclient-example-project: ae53007056dedc13fc2f1ecc4af5075f1c1ccf89 [INFO] validating manifest of ebkalderon/languageclient-example-project 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 ebkalderon/languageclient-example-project 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 ebkalderon/languageclient-example-project [INFO] finished frobbing ebkalderon/languageclient-example-project [INFO] frobbed toml for ebkalderon/languageclient-example-project written to work/ex/clippy-test-run/sources/stable/gh/ebkalderon/languageclient-example-project/Cargo.toml [INFO] started frobbing ebkalderon/languageclient-example-project [INFO] finished frobbing ebkalderon/languageclient-example-project [INFO] frobbed toml for ebkalderon/languageclient-example-project written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/ebkalderon/languageclient-example-project/Cargo.toml [INFO] crate ebkalderon/languageclient-example-project 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 ebkalderon/languageclient-example-project against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-6/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/ebkalderon/languageclient-example-project:/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] 32bccb19efc8118c1a60dd0bf680269f15ed5c7ebdb65a3ca6c360690cc44323 [INFO] running `"docker" "start" "-a" "32bccb19efc8118c1a60dd0bf680269f15ed5c7ebdb65a3ca6c360690cc44323"` [INFO] [stderr] Checking hello v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: type alias is never used: `Alias` [INFO] [stderr] --> src/main.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | type Alias = MyVeryLongNamedType; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of a blacklisted/placeholder name `foo` [INFO] [stderr] --> src/main.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn new(foo: T) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::blacklisted_name)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#blacklisted_name [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `Alias` [INFO] [stderr] --> src/main.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | type Alias = MyVeryLongNamedType; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of a blacklisted/placeholder name `foo` [INFO] [stderr] --> src/main.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn new(foo: T) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::blacklisted_name)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#blacklisted_name [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.44s [INFO] running `"docker" "inspect" "32bccb19efc8118c1a60dd0bf680269f15ed5c7ebdb65a3ca6c360690cc44323"` [INFO] running `"docker" "rm" "-f" "32bccb19efc8118c1a60dd0bf680269f15ed5c7ebdb65a3ca6c360690cc44323"` [INFO] [stdout] 32bccb19efc8118c1a60dd0bf680269f15ed5c7ebdb65a3ca6c360690cc44323