[INFO] updating cached repository matthiaskrgr/aurebuildcheck-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/matthiaskrgr/aurebuildcheck-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/matthiaskrgr/aurebuildcheck-rs" "work/ex/clippy-test-run/sources/stable/gh/matthiaskrgr/aurebuildcheck-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/matthiaskrgr/aurebuildcheck-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/matthiaskrgr/aurebuildcheck-rs" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/matthiaskrgr/aurebuildcheck-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/matthiaskrgr/aurebuildcheck-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5c76d948f133dda78c81798f736746e945dae718 [INFO] sha for GitHub repo matthiaskrgr/aurebuildcheck-rs: 5c76d948f133dda78c81798f736746e945dae718 [INFO] validating manifest of matthiaskrgr/aurebuildcheck-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 matthiaskrgr/aurebuildcheck-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 matthiaskrgr/aurebuildcheck-rs [INFO] finished frobbing matthiaskrgr/aurebuildcheck-rs [INFO] frobbed toml for matthiaskrgr/aurebuildcheck-rs written to work/ex/clippy-test-run/sources/stable/gh/matthiaskrgr/aurebuildcheck-rs/Cargo.toml [INFO] started frobbing matthiaskrgr/aurebuildcheck-rs [INFO] finished frobbing matthiaskrgr/aurebuildcheck-rs [INFO] frobbed toml for matthiaskrgr/aurebuildcheck-rs written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/matthiaskrgr/aurebuildcheck-rs/Cargo.toml [INFO] crate matthiaskrgr/aurebuildcheck-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 matthiaskrgr/aurebuildcheck-rs against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-0/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/matthiaskrgr/aurebuildcheck-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" "-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] 5ab6ff45bf7fa06408290c2eba72825fcbe404efec69a6645ae73239b467230a [INFO] running `"docker" "start" "-a" "5ab6ff45bf7fa06408290c2eba72825fcbe404efec69a6645ae73239b467230a"` [INFO] [stderr] Checking aurebuildcheck-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `int_plus_one` 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:4:44 [INFO] [stderr] | [INFO] [stderr] 4 | #![cfg_attr(feature = "cargo-clippy", warn(int_plus_one))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::int_plus_one` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_reuse` 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:5:44 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(feature = "cargo-clippy", warn(shadow_reuse, shadow_same, shadow_unrelated))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::shadow_reuse` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_same` 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:5:58 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(feature = "cargo-clippy", warn(shadow_reuse, shadow_same, shadow_unrelated))] [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::shadow_same` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_unrelated` 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:5:71 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(feature = "cargo-clippy", warn(shadow_reuse, shadow_same, shadow_unrelated))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::shadow_unrelated` [INFO] [stderr] [INFO] [stderr] warning: lint name `mut_mut` 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:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", warn(mut_mut))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::mut_mut` [INFO] [stderr] [INFO] [stderr] warning: lint name `nonminimal_bool` 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:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | #![cfg_attr(feature = "cargo-clippy", warn(nonminimal_bool))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::nonminimal_bool` [INFO] [stderr] [INFO] [stderr] warning: lint name `pub_enum_variant_names` 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:8:44 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", warn(pub_enum_variant_names))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::pub_enum_variant_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `range_plus_one` 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:9:44 [INFO] [stderr] | [INFO] [stderr] 9 | #![cfg_attr(feature = "cargo-clippy", warn(range_plus_one))] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::range_plus_one` [INFO] [stderr] [INFO] [stderr] warning: lint name `string_add` 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:10:44 [INFO] [stderr] | [INFO] [stderr] 10 | #![cfg_attr(feature = "cargo-clippy", warn(string_add, string_add_assign))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::string_add` [INFO] [stderr] [INFO] [stderr] warning: lint name `string_add_assign` 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:10:56 [INFO] [stderr] | [INFO] [stderr] 10 | #![cfg_attr(feature = "cargo-clippy", warn(string_add, string_add_assign))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::string_add_assign` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` 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:11:44 [INFO] [stderr] | [INFO] [stderr] 11 | #![cfg_attr(feature = "cargo-clippy", warn(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `int_plus_one` 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:4:44 [INFO] [stderr] | [INFO] [stderr] 4 | #![cfg_attr(feature = "cargo-clippy", warn(int_plus_one))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::int_plus_one` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_reuse` 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:5:44 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(feature = "cargo-clippy", warn(shadow_reuse, shadow_same, shadow_unrelated))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::shadow_reuse` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_same` 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:5:58 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(feature = "cargo-clippy", warn(shadow_reuse, shadow_same, shadow_unrelated))] [INFO] [stderr] | ^^^^^^^^^^^ help: change it to: `clippy::shadow_same` [INFO] [stderr] [INFO] [stderr] warning: lint name `shadow_unrelated` 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:5:71 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(feature = "cargo-clippy", warn(shadow_reuse, shadow_same, shadow_unrelated))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: change it to: `clippy::shadow_unrelated` [INFO] [stderr] [INFO] [stderr] warning: lint name `mut_mut` 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:6:44 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", warn(mut_mut))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::mut_mut` [INFO] [stderr] [INFO] [stderr] warning: lint name `nonminimal_bool` 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:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | #![cfg_attr(feature = "cargo-clippy", warn(nonminimal_bool))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::nonminimal_bool` [INFO] [stderr] [INFO] [stderr] warning: lint name `pub_enum_variant_names` 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:8:44 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", warn(pub_enum_variant_names))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::pub_enum_variant_names` [INFO] [stderr] [INFO] [stderr] warning: lint name `range_plus_one` 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:9:44 [INFO] [stderr] | [INFO] [stderr] 9 | #![cfg_attr(feature = "cargo-clippy", warn(range_plus_one))] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: change it to: `clippy::range_plus_one` [INFO] [stderr] [INFO] [stderr] warning: lint name `string_add` 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:10:44 [INFO] [stderr] | [INFO] [stderr] 10 | #![cfg_attr(feature = "cargo-clippy", warn(string_add, string_add_assign))] [INFO] [stderr] | ^^^^^^^^^^ help: change it to: `clippy::string_add` [INFO] [stderr] [INFO] [stderr] warning: lint name `string_add_assign` 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:10:56 [INFO] [stderr] | [INFO] [stderr] 10 | #![cfg_attr(feature = "cargo-clippy", warn(string_add, string_add_assign))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: change it to: `clippy::string_add_assign` [INFO] [stderr] [INFO] [stderr] warning: lint name `stutter` 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:11:44 [INFO] [stderr] | [INFO] [stderr] 11 | #![cfg_attr(feature = "cargo-clippy", warn(stutter))] [INFO] [stderr] | ^^^^^^^ help: change it to: `clippy::stutter` [INFO] [stderr] [INFO] [stderr] warning: lint name `int_plus_one` 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:4:44 [INFO] [stderr] | [INFO] [stderr] 4 | #![cfg_attr(feature = "cargo-clippy", warn(int_plus_one))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::int_plus_one` [INFO] [stderr] [INFO] [stderr] warning: lint name `int_plus_one` 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:4:44 [INFO] [stderr] | [INFO] [stderr] 4 | #![cfg_attr(feature = "cargo-clippy", warn(int_plus_one))] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::int_plus_one` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `"docker" "inspect" "5ab6ff45bf7fa06408290c2eba72825fcbe404efec69a6645ae73239b467230a"` [INFO] running `"docker" "rm" "-f" "5ab6ff45bf7fa06408290c2eba72825fcbe404efec69a6645ae73239b467230a"` [INFO] [stdout] 5ab6ff45bf7fa06408290c2eba72825fcbe404efec69a6645ae73239b467230a