[INFO] updating cached repository peterhorne/gba [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/peterhorne/gba [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/peterhorne/gba" "work/ex/clippy-test-run/sources/stable/gh/peterhorne/gba"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/peterhorne/gba'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/peterhorne/gba" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/peterhorne/gba"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/peterhorne/gba'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 65044283219465e9806506c398a170b01ed24a41 [INFO] sha for GitHub repo peterhorne/gba: 65044283219465e9806506c398a170b01ed24a41 [INFO] validating manifest of peterhorne/gba 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 peterhorne/gba 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 peterhorne/gba [INFO] finished frobbing peterhorne/gba [INFO] frobbed toml for peterhorne/gba written to work/ex/clippy-test-run/sources/stable/gh/peterhorne/gba/Cargo.toml [INFO] started frobbing peterhorne/gba [INFO] finished frobbing peterhorne/gba [INFO] frobbed toml for peterhorne/gba written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/peterhorne/gba/Cargo.toml [INFO] crate peterhorne/gba 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 peterhorne/gba against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-3/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/peterhorne/gba:/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] b6ac348737f8b794c514507c4eb0483dfab187036d6dd92c4a7a2bbc754bd6d3 [INFO] running `"docker" "start" "-a" "b6ac348737f8b794c514507c4eb0483dfab187036d6dd92c4a7a2bbc754bd6d3"` [INFO] [stderr] Checking libc v0.2.37 [INFO] [stderr] Compiling syn v0.12.13 [INFO] [stderr] Checking atty v0.2.6 [INFO] [stderr] Checking clap v2.30.0 [INFO] [stderr] Compiling structopt-derive v0.2.4 [INFO] [stderr] Checking structopt v0.2.4 [INFO] [stderr] Checking gba v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/cpu.rs:44:13 [INFO] [stderr] | [INFO] [stderr] 44 | memory: memory, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `memory` [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/cpu.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | interrupts: interrupts, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `interrupts` [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/decode/decode_arm.rs:576:17 [INFO] [stderr] | [INFO] [stderr] 576 | rm: rm, [INFO] [stderr] | ^^^^^^ help: replace it with: `rm` [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/decode/decode_arm.rs:607:9 [INFO] [stderr] | [INFO] [stderr] 607 | rn: rn, [INFO] [stderr] | ^^^^^^ help: replace it with: `rn` [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/decode/decode_arm.rs:608:9 [INFO] [stderr] | [INFO] [stderr] 608 | offset: offset, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `offset` [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/decode/decode_arm.rs:609:9 [INFO] [stderr] | [INFO] [stderr] 609 | addressing: addressing, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `addressing` [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/decode/decode_arm.rs:610:9 [INFO] [stderr] | [INFO] [stderr] 610 | u: u, [INFO] [stderr] | ^^^^ help: replace it with: `u` [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/decode/decode_arm.rs:644:9 [INFO] [stderr] | [INFO] [stderr] 644 | rn: rn, [INFO] [stderr] | ^^^^^^ help: replace it with: `rn` [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/decode/decode_arm.rs:645:9 [INFO] [stderr] | [INFO] [stderr] 645 | offset: offset, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `offset` [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/decode/decode_arm.rs:646:9 [INFO] [stderr] | [INFO] [stderr] 646 | addressing: addressing, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `addressing` [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/decode/decode_arm.rs:647:9 [INFO] [stderr] | [INFO] [stderr] 647 | u: u, [INFO] [stderr] | ^^^^ help: replace it with: `u` [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/memory_map.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | interrupts: interrupts, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `interrupts` [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/cpu.rs:44:13 [INFO] [stderr] | [INFO] [stderr] 44 | memory: memory, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `memory` [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/cpu.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | interrupts: interrupts, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `interrupts` [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/decode/decode_arm.rs:576:17 [INFO] [stderr] | [INFO] [stderr] 576 | rm: rm, [INFO] [stderr] | ^^^^^^ help: replace it with: `rm` [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/decode/decode_arm.rs:607:9 [INFO] [stderr] | [INFO] [stderr] 607 | rn: rn, [INFO] [stderr] | ^^^^^^ help: replace it with: `rn` [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/decode/decode_arm.rs:608:9 [INFO] [stderr] | [INFO] [stderr] 608 | offset: offset, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `offset` [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/decode/decode_arm.rs:609:9 [INFO] [stderr] | [INFO] [stderr] 609 | addressing: addressing, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `addressing` [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/decode/decode_arm.rs:610:9 [INFO] [stderr] | [INFO] [stderr] 610 | u: u, [INFO] [stderr] | ^^^^ help: replace it with: `u` [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/decode/decode_arm.rs:644:9 [INFO] [stderr] | [INFO] [stderr] 644 | rn: rn, [INFO] [stderr] | ^^^^^^ help: replace it with: `rn` [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/decode/decode_arm.rs:645:9 [INFO] [stderr] | [INFO] [stderr] 645 | offset: offset, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `offset` [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/decode/decode_arm.rs:646:9 [INFO] [stderr] | [INFO] [stderr] 646 | addressing: addressing, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `addressing` [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/decode/decode_arm.rs:647:9 [INFO] [stderr] | [INFO] [stderr] 647 | u: u, [INFO] [stderr] | ^^^^ help: replace it with: `u` [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/memory_map.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | interrupts: interrupts, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `interrupts` [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] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(box_syntax)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `gba`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(box_syntax)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `gba`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b6ac348737f8b794c514507c4eb0483dfab187036d6dd92c4a7a2bbc754bd6d3"` [INFO] running `"docker" "rm" "-f" "b6ac348737f8b794c514507c4eb0483dfab187036d6dd92c4a7a2bbc754bd6d3"` [INFO] [stdout] b6ac348737f8b794c514507c4eb0483dfab187036d6dd92c4a7a2bbc754bd6d3