[INFO] updating cached repository pigeon-working-group/9000d [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/pigeon-working-group/9000d [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/pigeon-working-group/9000d" "work/ex/clippy-test-run/sources/stable/gh/pigeon-working-group/9000d"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/pigeon-working-group/9000d'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/pigeon-working-group/9000d" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/pigeon-working-group/9000d"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/pigeon-working-group/9000d'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2ee57ca8bb63ff38c6a7c7e6141554d81fe6e568 [INFO] sha for GitHub repo pigeon-working-group/9000d: 2ee57ca8bb63ff38c6a7c7e6141554d81fe6e568 [INFO] validating manifest of pigeon-working-group/9000d 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 pigeon-working-group/9000d 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 pigeon-working-group/9000d [INFO] finished frobbing pigeon-working-group/9000d [INFO] frobbed toml for pigeon-working-group/9000d written to work/ex/clippy-test-run/sources/stable/gh/pigeon-working-group/9000d/Cargo.toml [INFO] started frobbing pigeon-working-group/9000d [INFO] finished frobbing pigeon-working-group/9000d [INFO] frobbed toml for pigeon-working-group/9000d written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/pigeon-working-group/9000d/Cargo.toml [INFO] crate pigeon-working-group/9000d 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 pigeon-working-group/9000d against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/pigeon-working-group/9000d:/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] 831e714e7a9cdb3b2fb7265d6d4e77f50e56bc007e4c1eb7dbadee2fa51825da [INFO] running `"docker" "start" "-a" "831e714e7a9cdb3b2fb7265d6d4e77f50e56bc007e4c1eb7dbadee2fa51825da"` [INFO] [stderr] Compiling percent-encoding v1.0.0 [INFO] [stderr] Compiling serde v1.0.11 [INFO] [stderr] Compiling if_chain v0.1.2 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Checking rppal v0.1.3 [INFO] [stderr] Checking validator v0.6.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling validator_derive v0.6.0 [INFO] [stderr] Checking 9000d v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/main.rs:86:4 [INFO] [stderr] | [INFO] [stderr] 86 | gpio: gpio, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `gpio` [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/main.rs:87:4 [INFO] [stderr] | [INFO] [stderr] 87 | state_rx: state_rx, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `state_rx` [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:88:4 [INFO] [stderr] | [INFO] [stderr] 88 | components: components, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `components` [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:86:4 [INFO] [stderr] | [INFO] [stderr] 86 | gpio: gpio, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `gpio` [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/main.rs:87:4 [INFO] [stderr] | [INFO] [stderr] 87 | state_rx: state_rx, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `state_rx` [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:88:4 [INFO] [stderr] | [INFO] [stderr] 88 | components: components, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `components` [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 29.11s [INFO] running `"docker" "inspect" "831e714e7a9cdb3b2fb7265d6d4e77f50e56bc007e4c1eb7dbadee2fa51825da"` [INFO] running `"docker" "rm" "-f" "831e714e7a9cdb3b2fb7265d6d4e77f50e56bc007e4c1eb7dbadee2fa51825da"` [INFO] [stdout] 831e714e7a9cdb3b2fb7265d6d4e77f50e56bc007e4c1eb7dbadee2fa51825da