[INFO] updating cached repository induane/rat [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/induane/rat [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/induane/rat" "work/ex/clippy-test-run/sources/stable/gh/induane/rat"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/induane/rat'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/induane/rat" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/induane/rat"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/induane/rat'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6f7356c6918808cbe0f2629ce212a18d6aa08dbd [INFO] sha for GitHub repo induane/rat: 6f7356c6918808cbe0f2629ce212a18d6aa08dbd [INFO] validating manifest of induane/rat 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 induane/rat 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 induane/rat [INFO] finished frobbing induane/rat [INFO] frobbed toml for induane/rat written to work/ex/clippy-test-run/sources/stable/gh/induane/rat/Cargo.toml [INFO] started frobbing induane/rat [INFO] finished frobbing induane/rat [INFO] frobbed toml for induane/rat written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/induane/rat/Cargo.toml [INFO] crate induane/rat 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 induane/rat against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/induane/rat:/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] c50ea8a8a2ca169406e317aa447697ac277700c360c3c4b6604f0e4c4f526911 [INFO] running `"docker" "start" "-a" "c50ea8a8a2ca169406e317aa447697ac277700c360c3c4b6604f0e4c4f526911"` [INFO] [stderr] Checking rat v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: this `if` has identical blocks [INFO] [stderr] --> src/main.rs:38:41 [INFO] [stderr] | [INFO] [stderr] 38 | } else if args[1] == "--number" { [INFO] [stderr] | _________________________________________^ [INFO] [stderr] 39 | | read_file(&args[2], true); [INFO] [stderr] 40 | | // println!("Print the contents of {0} with line numbers", args[2]); [INFO] [stderr] 41 | | process::exit(0); [INFO] [stderr] 42 | | } else if args[1] == "-h" { [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::if_same_then_else)] on by default [INFO] [stderr] note: same as this [INFO] [stderr] --> src/main.rs:34:28 [INFO] [stderr] | [INFO] [stderr] 34 | if args[1] == "-n" { [INFO] [stderr] | ____________________________^ [INFO] [stderr] 35 | | read_file(&args[2], true); [INFO] [stderr] 36 | | // println!("Print the contents of {0} with line numbers", args[2]); [INFO] [stderr] 37 | | process::exit(0); [INFO] [stderr] 38 | | } else if args[1] == "--number" { [INFO] [stderr] | |_________^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#if_same_then_else [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rat`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: this `if` has identical blocks [INFO] [stderr] --> src/main.rs:38:41 [INFO] [stderr] | [INFO] [stderr] 38 | } else if args[1] == "--number" { [INFO] [stderr] | _________________________________________^ [INFO] [stderr] 39 | | read_file(&args[2], true); [INFO] [stderr] 40 | | // println!("Print the contents of {0} with line numbers", args[2]); [INFO] [stderr] 41 | | process::exit(0); [INFO] [stderr] 42 | | } else if args[1] == "-h" { [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::if_same_then_else)] on by default [INFO] [stderr] note: same as this [INFO] [stderr] --> src/main.rs:34:28 [INFO] [stderr] | [INFO] [stderr] 34 | if args[1] == "-n" { [INFO] [stderr] | ____________________________^ [INFO] [stderr] 35 | | read_file(&args[2], true); [INFO] [stderr] 36 | | // println!("Print the contents of {0} with line numbers", args[2]); [INFO] [stderr] 37 | | process::exit(0); [INFO] [stderr] 38 | | } else if args[1] == "--number" { [INFO] [stderr] | |_________^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#if_same_then_else [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rat`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c50ea8a8a2ca169406e317aa447697ac277700c360c3c4b6604f0e4c4f526911"` [INFO] running `"docker" "rm" "-f" "c50ea8a8a2ca169406e317aa447697ac277700c360c3c4b6604f0e4c4f526911"` [INFO] [stdout] c50ea8a8a2ca169406e317aa447697ac277700c360c3c4b6604f0e4c4f526911