[INFO] updating cached repository jparoz/yakka [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jparoz/yakka [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jparoz/yakka" "work/ex/clippy-test-run/sources/stable/gh/jparoz/yakka"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/jparoz/yakka'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jparoz/yakka" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/jparoz/yakka"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/jparoz/yakka'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 64c8c904b1ecf61828d64167a4211c8136920280 [INFO] sha for GitHub repo jparoz/yakka: 64c8c904b1ecf61828d64167a4211c8136920280 [INFO] validating manifest of jparoz/yakka 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 jparoz/yakka 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 jparoz/yakka [INFO] finished frobbing jparoz/yakka [INFO] frobbed toml for jparoz/yakka written to work/ex/clippy-test-run/sources/stable/gh/jparoz/yakka/Cargo.toml [INFO] started frobbing jparoz/yakka [INFO] finished frobbing jparoz/yakka [INFO] frobbed toml for jparoz/yakka written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/jparoz/yakka/Cargo.toml [INFO] crate jparoz/yakka 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 jparoz/yakka 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-6/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/jparoz/yakka:/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] 85db463ec535bf20c2b3b7481fe48886ddb6c882a18abb3cd613b6dbb423e3ab [INFO] running `"docker" "start" "-a" "85db463ec535bf20c2b3b7481fe48886ddb6c882a18abb3cd613b6dbb423e3ab"` [INFO] [stderr] Checking termion v1.5.1 [INFO] [stderr] Checking serde_json v1.0.6 [INFO] [stderr] Checking yakka v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/entry.rs:90:13 [INFO] [stderr] | [INFO] [stderr] 90 | complete: complete, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `complete` [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/entry.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | text: text, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `text` [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/entry.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | children: children, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `children` [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/entry.rs:90:13 [INFO] [stderr] | [INFO] [stderr] 90 | complete: complete, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `complete` [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/entry.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | text: text, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `text` [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/entry.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | children: children, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `children` [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: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/entry.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / macro_rules! entry { [INFO] [stderr] 9 | | ($text:expr) => { [INFO] [stderr] 10 | | Entry { [INFO] [stderr] 11 | | text: $text.to_string(), [INFO] [stderr] ... | [INFO] [stderr] 28 | | }; [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.76s [INFO] running `"docker" "inspect" "85db463ec535bf20c2b3b7481fe48886ddb6c882a18abb3cd613b6dbb423e3ab"` [INFO] running `"docker" "rm" "-f" "85db463ec535bf20c2b3b7481fe48886ddb6c882a18abb3cd613b6dbb423e3ab"` [INFO] [stdout] 85db463ec535bf20c2b3b7481fe48886ddb6c882a18abb3cd613b6dbb423e3ab