[INFO] updating cached repository floriama/algen [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/floriama/algen [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/floriama/algen" "work/ex/clippy-test-run/sources/stable/gh/floriama/algen"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/floriama/algen'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/floriama/algen" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/floriama/algen"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/floriama/algen'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 495b8249e9dbb7889cc85cecb3c0ccc51ea0abd0 [INFO] sha for GitHub repo floriama/algen: 495b8249e9dbb7889cc85cecb3c0ccc51ea0abd0 [INFO] validating manifest of floriama/algen 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 floriama/algen 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 floriama/algen [INFO] finished frobbing floriama/algen [INFO] frobbed toml for floriama/algen written to work/ex/clippy-test-run/sources/stable/gh/floriama/algen/Cargo.toml [INFO] started frobbing floriama/algen [INFO] finished frobbing floriama/algen [INFO] frobbed toml for floriama/algen written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/floriama/algen/Cargo.toml [INFO] crate floriama/algen 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 floriama/algen 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/floriama/algen:/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] ce013929c9b3fba6c9de2aa58c33f64a72d80d0d74b2b16a12e31d4a35b2f8e4 [INFO] running `"docker" "start" "-a" "ce013929c9b3fba6c9de2aa58c33f64a72d80d0d74b2b16a12e31d4a35b2f8e4"` [INFO] [stderr] Checking petgraph v0.4.13 [INFO] [stderr] Compiling syn v0.15.15 [INFO] [stderr] Checking cpal v0.8.2 [INFO] [stderr] Checking winit v0.16.2 [INFO] [stderr] Checking daggy v0.5.0 [INFO] [stderr] Checking daggy v0.6.0 [INFO] [stderr] Checking glutin v0.17.0 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Checking glium v0.22.0 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Checking serde v1.0.80 [INFO] [stderr] Checking pistoncore-input v0.21.0 [INFO] [stderr] Checking serde_json v1.0.32 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking toml v0.4.8 [INFO] [stderr] Checking conrod v0.61.1 [INFO] [stderr] Checking nannou v0.8.0 [INFO] [stderr] Checking flocking v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/agent.rs:17:17 [INFO] [stderr] | [INFO] [stderr] 17 | Agent { id: id, pos: Point2::new(0.0, 0.0), vel: Vector2::new(0.0, 0.0), accel: Vector2::new(0.0, 0.0) } [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [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/arena.rs:20:37 [INFO] [stderr] | [INFO] [stderr] 20 | Arena { agents: Vec::new(), width: width, height: height, id_counter: 0 } [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `width` [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/arena.rs:20:51 [INFO] [stderr] | [INFO] [stderr] 20 | Arena { agents: Vec::new(), width: width, height: height, id_counter: 0 } [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `height` [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/main.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | Model { arena: arena, ui: ui, fps_id: fps_id, ui_last_update: 0.0 } [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `arena` [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/main.rs:38:27 [INFO] [stderr] | [INFO] [stderr] 38 | Model { arena: arena, ui: ui, fps_id: fps_id, ui_last_update: 0.0 } [INFO] [stderr] | ^^^^^^ help: replace it with: `ui` [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/main.rs:38:35 [INFO] [stderr] | [INFO] [stderr] 38 | Model { arena: arena, ui: ui, fps_id: fps_id, ui_last_update: 0.0 } [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `fps_id` [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/agent.rs:17:17 [INFO] [stderr] | [INFO] [stderr] 17 | Agent { id: id, pos: Point2::new(0.0, 0.0), vel: Vector2::new(0.0, 0.0), accel: Vector2::new(0.0, 0.0) } [INFO] [stderr] | ^^^^^^ help: replace it with: `id` [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/arena.rs:20:37 [INFO] [stderr] | [INFO] [stderr] 20 | Arena { agents: Vec::new(), width: width, height: height, id_counter: 0 } [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `width` [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/arena.rs:20:51 [INFO] [stderr] | [INFO] [stderr] 20 | Arena { agents: Vec::new(), width: width, height: height, id_counter: 0 } [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `height` [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/main.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | Model { arena: arena, ui: ui, fps_id: fps_id, ui_last_update: 0.0 } [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `arena` [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/main.rs:38:27 [INFO] [stderr] | [INFO] [stderr] 38 | Model { arena: arena, ui: ui, fps_id: fps_id, ui_last_update: 0.0 } [INFO] [stderr] | ^^^^^^ help: replace it with: `ui` [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/main.rs:38:35 [INFO] [stderr] | [INFO] [stderr] 38 | Model { arena: arena, ui: ui, fps_id: fps_id, ui_last_update: 0.0 } [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `fps_id` [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 1m 46s [INFO] running `"docker" "inspect" "ce013929c9b3fba6c9de2aa58c33f64a72d80d0d74b2b16a12e31d4a35b2f8e4"` [INFO] running `"docker" "rm" "-f" "ce013929c9b3fba6c9de2aa58c33f64a72d80d0d74b2b16a12e31d4a35b2f8e4"` [INFO] [stdout] ce013929c9b3fba6c9de2aa58c33f64a72d80d0d74b2b16a12e31d4a35b2f8e4