[INFO] updating cached repository shinkwhek/KoiKoi [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/shinkwhek/KoiKoi [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/shinkwhek/KoiKoi" "work/ex/clippy-test-run/sources/stable/gh/shinkwhek/KoiKoi"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/shinkwhek/KoiKoi'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/shinkwhek/KoiKoi" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/shinkwhek/KoiKoi"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/shinkwhek/KoiKoi'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1ca2f0e60406b84ef74ade76cbf21fe778bdc017 [INFO] sha for GitHub repo shinkwhek/KoiKoi: 1ca2f0e60406b84ef74ade76cbf21fe778bdc017 [INFO] validating manifest of shinkwhek/KoiKoi 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 shinkwhek/KoiKoi 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 shinkwhek/KoiKoi [INFO] finished frobbing shinkwhek/KoiKoi [INFO] frobbed toml for shinkwhek/KoiKoi written to work/ex/clippy-test-run/sources/stable/gh/shinkwhek/KoiKoi/Cargo.toml [INFO] started frobbing shinkwhek/KoiKoi [INFO] finished frobbing shinkwhek/KoiKoi [INFO] frobbed toml for shinkwhek/KoiKoi written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/shinkwhek/KoiKoi/Cargo.toml [INFO] crate shinkwhek/KoiKoi 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 shinkwhek/KoiKoi 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-0/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/shinkwhek/KoiKoi:/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] 8a4d4f55969d8c85c5cf14fca5af6a9bf51f5c7d28f81ca0ca0e368481833771 [INFO] running `"docker" "start" "-a" "8a4d4f55969d8c85c5cf14fca5af6a9bf51f5c7d28f81ca0ca0e368481833771"` [INFO] [stderr] Checking rand v0.5.3 [INFO] [stderr] Checking koikoi v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/board.rs:138:13 [INFO] [stderr] | [INFO] [stderr] 138 | yama_count: yama_count, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `yama_count` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/board.rs:139:13 [INFO] [stderr] | [INFO] [stderr] 139 | yama: yama, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `yama` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/fuda.rs:42:13 [INFO] [stderr] | [INFO] [stderr] 42 | month: month, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `month` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/fuda.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | gara: gara, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `gara` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/board.rs:138:13 [INFO] [stderr] | [INFO] [stderr] 138 | yama_count: yama_count, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `yama_count` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/board.rs:139:13 [INFO] [stderr] | [INFO] [stderr] 139 | yama: yama, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `yama` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/fuda.rs:42:13 [INFO] [stderr] | [INFO] [stderr] 42 | month: month, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `month` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/fuda.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | gara: gara, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `gara` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: you should consider deriving a `Default` implementation for `board::Board` [INFO] [stderr] --> src/board.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / pub fn new() -> Board { [INFO] [stderr] 38 | | let yama_count = 48; [INFO] [stderr] 39 | | let mut yama = Vec::::new(); [INFO] [stderr] 40 | | set_yama!( [INFO] [stderr] ... | [INFO] [stderr] 151 | | tmp [INFO] [stderr] 152 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::new_without_default_derive)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default_derive [INFO] [stderr] help: try this [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Default)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: you should consider deriving a `Default` implementation for `board::Board` [INFO] [stderr] --> src/board.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / pub fn new() -> Board { [INFO] [stderr] 38 | | let yama_count = 48; [INFO] [stderr] 39 | | let mut yama = Vec::::new(); [INFO] [stderr] 40 | | set_yama!( [INFO] [stderr] ... | [INFO] [stderr] 151 | | tmp [INFO] [stderr] 152 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::new_without_default_derive)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default_derive [INFO] [stderr] help: try this [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Default)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.33s [INFO] running `"docker" "inspect" "8a4d4f55969d8c85c5cf14fca5af6a9bf51f5c7d28f81ca0ca0e368481833771"` [INFO] running `"docker" "rm" "-f" "8a4d4f55969d8c85c5cf14fca5af6a9bf51f5c7d28f81ca0ca0e368481833771"` [INFO] [stdout] 8a4d4f55969d8c85c5cf14fca5af6a9bf51f5c7d28f81ca0ca0e368481833771