[INFO] updating cached repository si-rob/convert_temp [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/si-rob/convert_temp [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/si-rob/convert_temp" "work/ex/clippy-test-run/sources/stable/gh/si-rob/convert_temp"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/si-rob/convert_temp'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/si-rob/convert_temp" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/si-rob/convert_temp"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/si-rob/convert_temp'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cb3884529330f89df5395eeefda1d37d40097ac5 [INFO] sha for GitHub repo si-rob/convert_temp: cb3884529330f89df5395eeefda1d37d40097ac5 [INFO] validating manifest of si-rob/convert_temp 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 si-rob/convert_temp 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 si-rob/convert_temp [INFO] finished frobbing si-rob/convert_temp [INFO] frobbed toml for si-rob/convert_temp written to work/ex/clippy-test-run/sources/stable/gh/si-rob/convert_temp/Cargo.toml [INFO] started frobbing si-rob/convert_temp [INFO] finished frobbing si-rob/convert_temp [INFO] frobbed toml for si-rob/convert_temp written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/si-rob/convert_temp/Cargo.toml [INFO] crate si-rob/convert_temp 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 si-rob/convert_temp against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/si-rob/convert_temp:/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] 55702bc1f6d016dd08a410210ede60761f3e163da9dd4ef7d9b7536f2c26d1e3 [INFO] running `"docker" "start" "-a" "55702bc1f6d016dd08a410210ede60761f3e163da9dd4ef7d9b7536f2c26d1e3"` [INFO] [stderr] Checking convert_temp v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: this `if` has identical blocks [INFO] [stderr] --> src/main.rs:22:58 [INFO] [stderr] | [INFO] [stderr] 22 | } else if temp_type.trim().to_lowercase() == "c" { [INFO] [stderr] | __________________________________________________________^ [INFO] [stderr] 23 | | get_temp(temp_type.trim().to_lowercase()); [INFO] [stderr] 24 | | break; [INFO] [stderr] 25 | | } else { [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:18:51 [INFO] [stderr] | [INFO] [stderr] 18 | if temp_type.trim().to_lowercase() == "f" { [INFO] [stderr] | ___________________________________________________^ [INFO] [stderr] 19 | | get_temp(temp_type.trim().to_lowercase()); [INFO] [stderr] 20 | | break; [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | } else if temp_type.trim().to_lowercase() == "c" { [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: this loop never actually loops [INFO] [stderr] --> src/main.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | / loop { [INFO] [stderr] 73 | | [INFO] [stderr] 74 | | io::stdin().read_line(&mut again) [INFO] [stderr] 75 | | .expect("Failed to get input"); [INFO] [stderr] ... | [INFO] [stderr] 86 | | break; [INFO] [stderr] 87 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::never_loop)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#never_loop [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `convert_temp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: this `if` has identical blocks [INFO] [stderr] --> src/main.rs:22:58 [INFO] [stderr] | [INFO] [stderr] 22 | } else if temp_type.trim().to_lowercase() == "c" { [INFO] [stderr] | __________________________________________________________^ [INFO] [stderr] 23 | | get_temp(temp_type.trim().to_lowercase()); [INFO] [stderr] 24 | | break; [INFO] [stderr] 25 | | } else { [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:18:51 [INFO] [stderr] | [INFO] [stderr] 18 | if temp_type.trim().to_lowercase() == "f" { [INFO] [stderr] | ___________________________________________________^ [INFO] [stderr] 19 | | get_temp(temp_type.trim().to_lowercase()); [INFO] [stderr] 20 | | break; [INFO] [stderr] 21 | | [INFO] [stderr] 22 | | } else if temp_type.trim().to_lowercase() == "c" { [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: this loop never actually loops [INFO] [stderr] --> src/main.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | / loop { [INFO] [stderr] 73 | | [INFO] [stderr] 74 | | io::stdin().read_line(&mut again) [INFO] [stderr] 75 | | .expect("Failed to get input"); [INFO] [stderr] ... | [INFO] [stderr] 86 | | break; [INFO] [stderr] 87 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::never_loop)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#never_loop [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `convert_temp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "55702bc1f6d016dd08a410210ede60761f3e163da9dd4ef7d9b7536f2c26d1e3"` [INFO] running `"docker" "rm" "-f" "55702bc1f6d016dd08a410210ede60761f3e163da9dd4ef7d9b7536f2c26d1e3"` [INFO] [stdout] 55702bc1f6d016dd08a410210ede60761f3e163da9dd4ef7d9b7536f2c26d1e3