[INFO] updating cached repository Tehforsch/rustGameOfLife [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Tehforsch/rustGameOfLife [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Tehforsch/rustGameOfLife" "work/ex/clippy-test-run/sources/stable/gh/Tehforsch/rustGameOfLife"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/Tehforsch/rustGameOfLife'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Tehforsch/rustGameOfLife" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Tehforsch/rustGameOfLife"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Tehforsch/rustGameOfLife'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7d4119da2a4eb47c5a1789a0dc8b43c7b9b6ad89 [INFO] sha for GitHub repo Tehforsch/rustGameOfLife: 7d4119da2a4eb47c5a1789a0dc8b43c7b9b6ad89 [INFO] validating manifest of Tehforsch/rustGameOfLife 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 Tehforsch/rustGameOfLife 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 Tehforsch/rustGameOfLife [INFO] finished frobbing Tehforsch/rustGameOfLife [INFO] frobbed toml for Tehforsch/rustGameOfLife written to work/ex/clippy-test-run/sources/stable/gh/Tehforsch/rustGameOfLife/Cargo.toml [INFO] started frobbing Tehforsch/rustGameOfLife [INFO] finished frobbing Tehforsch/rustGameOfLife [INFO] frobbed toml for Tehforsch/rustGameOfLife written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/Tehforsch/rustGameOfLife/Cargo.toml [INFO] crate Tehforsch/rustGameOfLife 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 Tehforsch/rustGameOfLife against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/Tehforsch/rustGameOfLife:/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] e93cc01cbf942769331e8debef98ae3350aa1168b7a6dec6a58233ff70a8c4d9 [INFO] running `"docker" "start" "-a" "e93cc01cbf942769331e8debef98ae3350aa1168b7a6dec6a58233ff70a8c4d9"` [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Checking shared_library v0.1.7 [INFO] [stderr] Checking rayon-core v1.2.1 [INFO] [stderr] Checking pistoncore-input v0.17.1 [INFO] [stderr] Checking x11-dl v2.15.0 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Checking fs2 v0.2.5 [INFO] [stderr] Checking memmap v0.4.0 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Checking pistoncore-window v0.26.2 [INFO] [stderr] Checking pistoncore-event_loop v0.31.4 [INFO] [stderr] Checking jpeg-decoder v0.1.13 [INFO] [stderr] Checking piston v0.31.4 [INFO] [stderr] Checking image v0.12.4 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Checking dlib v0.3.1 [INFO] [stderr] Checking piston-gfx_texture v0.22.1 [INFO] [stderr] Checking piston2d-opengl_graphics v0.42.1 [INFO] [stderr] Checking wayland-sys v0.7.8 [INFO] [stderr] Checking wayland-client v0.7.8 [INFO] [stderr] Checking piston2d-gfx_graphics v0.38.0 [INFO] [stderr] Checking wayland-window v0.4.4 [INFO] [stderr] Checking wayland-kbd v0.6.3 [INFO] [stderr] Checking winit v0.5.11 [INFO] [stderr] Checking glutin v0.7.4 [INFO] [stderr] Checking pistoncore-glutin_window v0.35.1 [INFO] [stderr] Checking piston_window v0.64.0 [INFO] [stderr] Checking game_of_life v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/simulation/mod.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | cells: cells, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `cells` [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/render/draw.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | color: color, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `color` [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/simulation/mod.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | cells: cells, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `cells` [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/render/draw.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | color: color, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `color` [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] Finished dev [unoptimized + debuginfo] target(s) in 50.13s [INFO] running `"docker" "inspect" "e93cc01cbf942769331e8debef98ae3350aa1168b7a6dec6a58233ff70a8c4d9"` [INFO] running `"docker" "rm" "-f" "e93cc01cbf942769331e8debef98ae3350aa1168b7a6dec6a58233ff70a8c4d9"` [INFO] [stdout] e93cc01cbf942769331e8debef98ae3350aa1168b7a6dec6a58233ff70a8c4d9