[INFO] updating cached repository siikamiika/gba [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/siikamiika/gba [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/siikamiika/gba" "work/ex/clippy-test-run/sources/stable/gh/siikamiika/gba"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/siikamiika/gba'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/siikamiika/gba" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/siikamiika/gba"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/siikamiika/gba'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5a12e524ede3cf03a65926d315286aee332e50b5 [INFO] sha for GitHub repo siikamiika/gba: 5a12e524ede3cf03a65926d315286aee332e50b5 [INFO] validating manifest of siikamiika/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 siikamiika/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 siikamiika/gba [INFO] finished frobbing siikamiika/gba [INFO] frobbed toml for siikamiika/gba written to work/ex/clippy-test-run/sources/stable/gh/siikamiika/gba/Cargo.toml [INFO] started frobbing siikamiika/gba [INFO] finished frobbing siikamiika/gba [INFO] frobbed toml for siikamiika/gba written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/siikamiika/gba/Cargo.toml [INFO] crate siikamiika/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 siikamiika/gba 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-1/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/siikamiika/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 -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] 1d3fc55fb74abb165ddc3675b5f52681c790f3626379fbc26d9bd6ab5dde068d [INFO] running `"docker" "start" "-a" "1d3fc55fb74abb165ddc3675b5f52681c790f3626379fbc26d9bd6ab5dde068d"` [INFO] [stderr] Checking gba-emu v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/gba.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 28 | cpu: cpu, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cpu` [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/gba.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | memory: memory, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `memory` [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:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | mode: mode, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `mode` [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:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | memory: memory, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `memory` [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/registers.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | cpsr: cpsr, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `cpsr` [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/registers.rs:73:13 [INFO] [stderr] | [INFO] [stderr] 73 | mode: mode, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `mode` [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/registers.rs:355:13 [INFO] [stderr] | [INFO] [stderr] 355 | banks: banks, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `banks` [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: 5th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | let v = n && rm_val <= 0x7fffffff; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::many_single_char_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 5th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:184:17 [INFO] [stderr] | [INFO] [stderr] 184 | let z = result == 0; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 5th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:303:88 [INFO] [stderr] | [INFO] [stderr] 303 | fn exec_arm_ldcstc(&mut self, cond: Condition, p: bool, u: bool, n: bool, w: bool, l: bool, rn: u32, crd: u32, cn: u32, offset: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 5th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:307:88 [INFO] [stderr] | [INFO] [stderr] 307 | fn exec_arm_ldmstm(&mut self, cond: Condition, p: bool, u: bool, s: bool, w: bool, l: bool, rn: u32, regs: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 5th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:312:88 [INFO] [stderr] | [INFO] [stderr] 312 | fn exec_arm_ldrstr(&mut self, cond: Condition, i: bool, p: bool, u: bool, b: bool, w: bool, l: bool, rn: u32, rd: u32, mut offset: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 6th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:312:97 [INFO] [stderr] | [INFO] [stderr] 312 | fn exec_arm_ldrstr(&mut self, cond: Condition, i: bool, p: bool, u: bool, b: bool, w: bool, l: bool, rn: u32, rd: u32, mut offset: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 5th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:377:92 [INFO] [stderr] | [INFO] [stderr] 377 | fn exec_arm_ldrstrhalf(&mut self, cond: Condition, p: bool, u: bool, i: bool, w: bool, l: bool, rn: u32, rd: u32, s: bool, h: bool, offset: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 6th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:377:119 [INFO] [stderr] | [INFO] [stderr] 377 | fn exec_arm_ldrstrhalf(&mut self, cond: Condition, p: bool, u: bool, i: bool, w: bool, l: bool, rn: u32, rd: u32, s: bool, h: bool, offset: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 7th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:377:128 [INFO] [stderr] | [INFO] [stderr] 377 | fn exec_arm_ldrstrhalf(&mut self, cond: Condition, p: bool, u: bool, i: bool, w: bool, l: bool, rn: u32, rd: u32, s: bool, h: bool, offset: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/arm_instructions.rs:536:103 [INFO] [stderr] | [INFO] [stderr] 536 | 0b0000 => And {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:537:103 [INFO] [stderr] | [INFO] [stderr] 537 | 0b0001 => Eor {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:538:103 [INFO] [stderr] | [INFO] [stderr] 538 | 0b0010 => Sub {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:539:103 [INFO] [stderr] | [INFO] [stderr] 539 | 0b0011 => Rsb {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:540:103 [INFO] [stderr] | [INFO] [stderr] 540 | 0b0100 => Add {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:541:103 [INFO] [stderr] | [INFO] [stderr] 541 | 0b0101 => Adc {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:542:103 [INFO] [stderr] | [INFO] [stderr] 542 | 0b0110 => Sbc {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:543:103 [INFO] [stderr] | [INFO] [stderr] 543 | 0b0111 => Rsc {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:544:103 [INFO] [stderr] | [INFO] [stderr] 544 | 0b1000 => Tst {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:545:103 [INFO] [stderr] | [INFO] [stderr] 545 | 0b1001 => Teq {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:546:103 [INFO] [stderr] | [INFO] [stderr] 546 | 0b1010 => Cmp {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:547:103 [INFO] [stderr] | [INFO] [stderr] 547 | 0b1011 => Cmn {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:548:103 [INFO] [stderr] | [INFO] [stderr] 548 | 0b1100 => Orr {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:549:103 [INFO] [stderr] | [INFO] [stderr] 549 | 0b1101 => Mov {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:550:103 [INFO] [stderr] | [INFO] [stderr] 550 | 0b1110 => Bic {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:551:103 [INFO] [stderr] | [INFO] [stderr] 551 | 0b1111 => Mvn {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/gba.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 28 | cpu: cpu, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `cpu` [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/gba.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | memory: memory, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `memory` [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:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | mode: mode, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `mode` [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:21:13 [INFO] [stderr] | [INFO] [stderr] 21 | memory: memory, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `memory` [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/registers.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | cpsr: cpsr, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `cpsr` [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/registers.rs:73:13 [INFO] [stderr] | [INFO] [stderr] 73 | mode: mode, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `mode` [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/registers.rs:355:13 [INFO] [stderr] | [INFO] [stderr] 355 | banks: banks, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `banks` [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: 5th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | let v = n && rm_val <= 0x7fffffff; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::many_single_char_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 5th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:184:17 [INFO] [stderr] | [INFO] [stderr] 184 | let z = result == 0; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 5th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:303:88 [INFO] [stderr] | [INFO] [stderr] 303 | fn exec_arm_ldcstc(&mut self, cond: Condition, p: bool, u: bool, n: bool, w: bool, l: bool, rn: u32, crd: u32, cn: u32, offset: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 5th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:307:88 [INFO] [stderr] | [INFO] [stderr] 307 | fn exec_arm_ldmstm(&mut self, cond: Condition, p: bool, u: bool, s: bool, w: bool, l: bool, rn: u32, regs: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 5th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:312:88 [INFO] [stderr] | [INFO] [stderr] 312 | fn exec_arm_ldrstr(&mut self, cond: Condition, i: bool, p: bool, u: bool, b: bool, w: bool, l: bool, rn: u32, rd: u32, mut offset: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 6th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:312:97 [INFO] [stderr] | [INFO] [stderr] 312 | fn exec_arm_ldrstr(&mut self, cond: Condition, i: bool, p: bool, u: bool, b: bool, w: bool, l: bool, rn: u32, rd: u32, mut offset: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 5th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:377:92 [INFO] [stderr] | [INFO] [stderr] 377 | fn exec_arm_ldrstrhalf(&mut self, cond: Condition, p: bool, u: bool, i: bool, w: bool, l: bool, rn: u32, rd: u32, s: bool, h: bool, offset: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 6th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:377:119 [INFO] [stderr] | [INFO] [stderr] 377 | fn exec_arm_ldrstrhalf(&mut self, cond: Condition, p: bool, u: bool, i: bool, w: bool, l: bool, rn: u32, rd: u32, s: bool, h: bool, offset: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: 7th binding whose name is just one char [INFO] [stderr] --> src/arm_instructions.rs:377:128 [INFO] [stderr] | [INFO] [stderr] 377 | fn exec_arm_ldrstrhalf(&mut self, cond: Condition, p: bool, u: bool, i: bool, w: bool, l: bool, rn: u32, rd: u32, s: bool, h: bool, offset: u32) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#many_single_char_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/arm_instructions.rs:536:103 [INFO] [stderr] | [INFO] [stderr] 536 | 0b0000 => And {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:537:103 [INFO] [stderr] | [INFO] [stderr] 537 | 0b0001 => Eor {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:538:103 [INFO] [stderr] | [INFO] [stderr] 538 | 0b0010 => Sub {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:539:103 [INFO] [stderr] | [INFO] [stderr] 539 | 0b0011 => Rsb {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:540:103 [INFO] [stderr] | [INFO] [stderr] 540 | 0b0100 => Add {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:541:103 [INFO] [stderr] | [INFO] [stderr] 541 | 0b0101 => Adc {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:542:103 [INFO] [stderr] | [INFO] [stderr] 542 | 0b0110 => Sbc {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:543:103 [INFO] [stderr] | [INFO] [stderr] 543 | 0b0111 => Rsc {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:544:103 [INFO] [stderr] | [INFO] [stderr] 544 | 0b1000 => Tst {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:545:103 [INFO] [stderr] | [INFO] [stderr] 545 | 0b1001 => Teq {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:546:103 [INFO] [stderr] | [INFO] [stderr] 546 | 0b1010 => Cmp {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:547:103 [INFO] [stderr] | [INFO] [stderr] 547 | 0b1011 => Cmn {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:548:103 [INFO] [stderr] | [INFO] [stderr] 548 | 0b1100 => Orr {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:549:103 [INFO] [stderr] | [INFO] [stderr] 549 | 0b1101 => Mov {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:550:103 [INFO] [stderr] | [INFO] [stderr] 550 | 0b1110 => Bic {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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/arm_instructions.rs:551:103 [INFO] [stderr] | [INFO] [stderr] 551 | 0b1111 => Mvn {cond: condition, i: bits[25], s: bits[20], rn: nibbles[4], rd: nibbles[3], op2: op2}, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `op2` [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(int_to_from_bytes)] [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-emu`. [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(int_to_from_bytes)] [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-emu`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1d3fc55fb74abb165ddc3675b5f52681c790f3626379fbc26d9bd6ab5dde068d"` [INFO] running `"docker" "rm" "-f" "1d3fc55fb74abb165ddc3675b5f52681c790f3626379fbc26d9bd6ab5dde068d"` [INFO] [stdout] 1d3fc55fb74abb165ddc3675b5f52681c790f3626379fbc26d9bd6ab5dde068d