[INFO] updating cached repository nickng/sesstype-cli.rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nickng/sesstype-cli.rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nickng/sesstype-cli.rs" "work/ex/clippy-test-run/sources/stable/gh/nickng/sesstype-cli.rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/nickng/sesstype-cli.rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nickng/sesstype-cli.rs" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/nickng/sesstype-cli.rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/nickng/sesstype-cli.rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] beae160605ffd8d3e12aa17f4e2e0a0ad8399b04 [INFO] sha for GitHub repo nickng/sesstype-cli.rs: beae160605ffd8d3e12aa17f4e2e0a0ad8399b04 [INFO] validating manifest of nickng/sesstype-cli.rs 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 nickng/sesstype-cli.rs 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 nickng/sesstype-cli.rs [INFO] finished frobbing nickng/sesstype-cli.rs [INFO] frobbed toml for nickng/sesstype-cli.rs written to work/ex/clippy-test-run/sources/stable/gh/nickng/sesstype-cli.rs/Cargo.toml [INFO] started frobbing nickng/sesstype-cli.rs [INFO] finished frobbing nickng/sesstype-cli.rs [INFO] frobbed toml for nickng/sesstype-cli.rs written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/nickng/sesstype-cli.rs/Cargo.toml [INFO] crate nickng/sesstype-cli.rs 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 nickng/sesstype-cli.rs against stable+rustflags=-Dclippy::into_iter_on_array for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/nickng/sesstype-cli.rs:/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 -Dclippy::into_iter_on_array" "-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] f6a83c832210edcb6e28f9826608936f0bcfb30e8003d8ce77af746c879963d5 [INFO] running `"docker" "start" "-a" "f6a83c832210edcb6e28f9826608936f0bcfb30e8003d8ce77af746c879963d5"` [INFO] [stderr] Checking atty v0.2.6 [INFO] [stderr] Checking sesstype v0.2.4 [INFO] [stderr] Checking clap v2.29.0 [INFO] [stderr] Checking sesstype-cli v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: this is an `else if` but the formatting might hide it [INFO] [stderr] --> src/main.rs:147:6 [INFO] [stderr] | [INFO] [stderr] 147 | } else [INFO] [stderr] | ______^ [INFO] [stderr] 148 | | // Handle project subcommand. [INFO] [stderr] 149 | | // [INFO] [stderr] 150 | | // Parse input.mpst as global type and project with respect to R [INFO] [stderr] 151 | | // supplied by --role R [INFO] [stderr] 152 | | // [INFO] [stderr] 153 | | if let Some(project) = matches.subcommand_matches("project") { [INFO] [stderr] | |____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::suspicious_else_formatting)] on by default [INFO] [stderr] = note: to remove this lint, remove the `else` or remove the new line between `else` and `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this is an `else if` but the formatting might hide it [INFO] [stderr] --> src/main.rs:147:6 [INFO] [stderr] | [INFO] [stderr] 147 | } else [INFO] [stderr] | ______^ [INFO] [stderr] 148 | | // Handle project subcommand. [INFO] [stderr] 149 | | // [INFO] [stderr] 150 | | // Parse input.mpst as global type and project with respect to R [INFO] [stderr] 151 | | // supplied by --role R [INFO] [stderr] 152 | | // [INFO] [stderr] 153 | | if let Some(project) = matches.subcommand_matches("project") { [INFO] [stderr] | |____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::suspicious_else_formatting)] on by default [INFO] [stderr] = note: to remove this lint, remove the `else` or remove the new line between `else` and `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.23s [INFO] running `"docker" "inspect" "f6a83c832210edcb6e28f9826608936f0bcfb30e8003d8ce77af746c879963d5"` [INFO] running `"docker" "rm" "-f" "f6a83c832210edcb6e28f9826608936f0bcfb30e8003d8ce77af746c879963d5"` [INFO] [stdout] f6a83c832210edcb6e28f9826608936f0bcfb30e8003d8ce77af746c879963d5