[INFO] cloning repository https://github.com/christopherjmedlin/yalc8emu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/christopherjmedlin/yalc8emu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristopherjmedlin%2Fyalc8emu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristopherjmedlin%2Fyalc8emu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fa140db9922c8fff32635f89eb72ce5c7183ab59
[INFO] testing christopherjmedlin/yalc8emu against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristopherjmedlin%2Fyalc8emu" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/christopherjmedlin/yalc8emu
[INFO] finished tweaking git repo https://github.com/christopherjmedlin/yalc8emu
[INFO] tweaked toml for git repo https://github.com/christopherjmedlin/yalc8emu written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/christopherjmedlin/yalc8emu on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/christopherjmedlin/yalc8emu already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cfg-if v0.1.5
[INFO] [stderr]   Downloaded num-iter v0.1.37
[INFO] [stderr]   Downloaded num v0.1.42
[INFO] [stderr]   Downloaded num-integer v0.1.39
[INFO] [stderr]   Downloaded num-traits v0.2.6
[INFO] [stderr]   Downloaded rand v0.4.3
[INFO] [stderr]   Downloaded sdl2 v0.31.0
[INFO] [stderr]   Downloaded sdl2-sys v0.31.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 251e0ba65a917512bbe2ac24df745376c8efc3279152842b3dbd42be90caaa36
[INFO] running `Command { std: "docker" "start" "-a" "251e0ba65a917512bbe2ac24df745376c8efc3279152842b3dbd42be90caaa36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "251e0ba65a917512bbe2ac24df745376c8efc3279152842b3dbd42be90caaa36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "251e0ba65a917512bbe2ac24df745376c8efc3279152842b3dbd42be90caaa36", kill_on_drop: false }`
[INFO] [stdout] 251e0ba65a917512bbe2ac24df745376c8efc3279152842b3dbd42be90caaa36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 25d07d3bd2a559a276d6eb89afc507d1505a796a8e3e252b8fae392c8281b27c
[INFO] running `Command { std: "docker" "start" "-a" "25d07d3bd2a559a276d6eb89afc507d1505a796a8e3e252b8fae392c8281b27c", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling libc v0.2.43
[INFO] [stderr]    Compiling cfg-if v0.1.5
[INFO] [stderr]    Compiling num-iter v0.1.37
[INFO] [stderr]    Compiling rand_core v0.3.0
[INFO] [stderr]    Compiling bitflags v0.7.0
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling sdl2-sys v0.31.0
[INFO] [stderr]    Compiling rand_core v0.2.2
[INFO] [stderr]    Compiling rand v0.4.3
[INFO] [stderr]    Compiling rand v0.5.5
[INFO] [stderr]    Compiling rand v0.3.22
[INFO] [stderr]    Compiling num v0.1.42
[INFO] [stderr]    Compiling sdl2 v0.31.0
[INFO] [stderr]    Compiling chip8 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Duration`
[INFO] [stdout]  --> src/cpu/timers.rs:1:26
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::time::{Instant, Duration};
[INFO] [stdout]   |                          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/cpu/timers.rs:42:37
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn elapsed_millis(&mut self) -> (u64) {
[INFO] [stdout]    |                                     ^   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 42 -     fn elapsed_millis(&mut self) -> (u64) {
[INFO] [stdout] 42 +     fn elapsed_millis(&mut self) -> u64  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::num::Wrapping`
[INFO] [stdout]  --> src/cpu/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::num::Wrapping;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:127:30
[INFO] [stdout]     |
[INFO] [stdout] 127 |     fn op_00E0(&mut self) -> (usize) {
[INFO] [stdout]     |                              ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 127 -     fn op_00E0(&mut self) -> (usize) {
[INFO] [stdout] 127 +     fn op_00E0(&mut self) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:133:30
[INFO] [stdout]     |
[INFO] [stdout] 133 |     fn op_00EE(&mut self) -> (usize) {
[INFO] [stdout]     |                              ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 133 -     fn op_00EE(&mut self) -> (usize) {
[INFO] [stdout] 133 +     fn op_00EE(&mut self) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:140:42
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn op_1nnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout]     |                                          ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 140 -     fn op_1nnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout] 140 +     fn op_1nnn(&mut self, nnn: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:146:42
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn op_2nnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout]     |                                          ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 146 -     fn op_2nnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout] 146 +     fn op_2nnn(&mut self, nnn: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:155:48
[INFO] [stdout]     |
[INFO] [stdout] 155 |     fn op_3xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout]     |                                                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 155 -     fn op_3xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout] 155 +     fn op_3xkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:163:48
[INFO] [stdout]     |
[INFO] [stdout] 163 |     fn op_4xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout]     |                                                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 163 -     fn op_4xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout] 163 +     fn op_4xkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:171:50
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn op_5xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 171 -     fn op_5xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 171 +     fn op_5xy0(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:179:48
[INFO] [stdout]     |
[INFO] [stdout] 179 |     fn op_6xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout]     |                                                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 179 -     fn op_6xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout] 179 +     fn op_6xkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:185:48
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn op_7xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout]     |                                                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 185 -     fn op_7xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout] 185 +     fn op_7xkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:192:50
[INFO] [stdout]     |
[INFO] [stdout] 192 |     fn op_8xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 192 -     fn op_8xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 192 +     fn op_8xy0(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:198:50
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn op_8xy1(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 198 -     fn op_8xy1(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 198 +     fn op_8xy1(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:204:50
[INFO] [stdout]     |
[INFO] [stdout] 204 |     fn op_8xy2(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 204 -     fn op_8xy2(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 204 +     fn op_8xy2(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:210:50
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn op_8xy3(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 210 -     fn op_8xy3(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 210 +     fn op_8xy3(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:216:50
[INFO] [stdout]     |
[INFO] [stdout] 216 |     fn op_8xy4(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 216 -     fn op_8xy4(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 216 +     fn op_8xy4(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:230:50
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn op_8xy5(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 230 -     fn op_8xy5(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 230 +     fn op_8xy5(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:245:40
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn op_8xy6(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 245 -     fn op_8xy6(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 245 +     fn op_8xy6(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:253:50
[INFO] [stdout]     |
[INFO] [stdout] 253 |     fn op_8xy7(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 253 -     fn op_8xy7(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 253 +     fn op_8xy7(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:264:40
[INFO] [stdout]     |
[INFO] [stdout] 264 |     fn op_8xyE(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 264 -     fn op_8xyE(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 264 +     fn op_8xyE(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:271:50
[INFO] [stdout]     |
[INFO] [stdout] 271 |     fn op_9xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 271 -     fn op_9xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 271 +     fn op_9xy0(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:279:42
[INFO] [stdout]     |
[INFO] [stdout] 279 |     fn op_Annn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout]     |                                          ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 279 -     fn op_Annn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout] 279 +     fn op_Annn(&mut self, nnn: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:285:42
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn op_Bnnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout]     |                                          ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 285 -     fn op_Bnnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout] 285 +     fn op_Bnnn(&mut self, nnn: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:291:48
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn op_Cxkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout]     |                                                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 291 -     fn op_Cxkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout] 291 +     fn op_Cxkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:298:60
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn op_Dxyn(&mut self, x: usize, y: usize, n: usize) -> (usize) {
[INFO] [stdout]     |                                                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 298 -     fn op_Dxyn(&mut self, x: usize, y: usize, n: usize) -> (usize) {
[INFO] [stdout] 298 +     fn op_Dxyn(&mut self, x: usize, y: usize, n: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:312:41
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn op_Ex9E (&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                         ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 312 -     fn op_Ex9E (&mut self, x: usize) -> (usize) {
[INFO] [stdout] 312 +     fn op_Ex9E (&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:318:40
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn op_ExA1(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 318 -     fn op_ExA1(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 318 +     fn op_ExA1(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:324:40
[INFO] [stdout]     |
[INFO] [stdout] 324 |     fn op_Fx07(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 324 -     fn op_Fx07(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 324 +     fn op_Fx07(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:330:40
[INFO] [stdout]     |
[INFO] [stdout] 330 |     fn op_Fx0A(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 330 -     fn op_Fx0A(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 330 +     fn op_Fx0A(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:344:40
[INFO] [stdout]     |
[INFO] [stdout] 344 |     fn op_Fx15(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 344 -     fn op_Fx15(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 344 +     fn op_Fx15(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:350:40
[INFO] [stdout]     |
[INFO] [stdout] 350 |     fn op_Fx18(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 350 -     fn op_Fx18(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 350 +     fn op_Fx18(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:356:40
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn op_Fx1E(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 356 -     fn op_Fx1E(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 356 +     fn op_Fx1E(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:362:40
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn op_Fx29(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 362 -     fn op_Fx29(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 362 +     fn op_Fx29(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:368:40
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn op_Fx33(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 368 -     fn op_Fx33(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 368 +     fn op_Fx33(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:376:40
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn op_Fx55(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 -     fn op_Fx55(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 376 +     fn op_Fx55(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/cpu/mod.rs:378:22
[INFO] [stdout]     |
[INFO] [stdout] 378 |         let end = if (x > 0xf) {0xf} else {x};
[INFO] [stdout]     |                      ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 378 -         let end = if (x > 0xf) {0xf} else {x};
[INFO] [stdout] 378 +         let end = if x > 0xf  {0xf} else {x};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:387:40
[INFO] [stdout]     |
[INFO] [stdout] 387 |     fn op_Fx65(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 387 -     fn op_Fx65(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 387 +     fn op_Fx65(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/cpu/mod.rs:389:22
[INFO] [stdout]     |
[INFO] [stdout] 389 |         let end = if (x > 0xf) {0xf} else {x};
[INFO] [stdout]     |                      ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 389 -         let end = if (x > 0xf) {0xf} else {x};
[INFO] [stdout] 389 +         let end = if x > 0xf  {0xf} else {x};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:397:49
[INFO] [stdout]     |
[INFO] [stdout] 397 |     fn unimplemented(&mut self, opcode: u16) -> (usize) {
[INFO] [stdout]     |                                                 ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 397 -     fn unimplemented(&mut self, opcode: u16) -> (usize) {
[INFO] [stdout] 397 +     fn unimplemented(&mut self, opcode: u16) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/display.rs:22:76
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn draw(&mut self, x: usize, y: usize, n: usize, sprite: &[u8]) -> (bool) {
[INFO] [stdout]    |                                                                            ^    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub fn draw(&mut self, x: usize, y: usize, n: usize, sprite: &[u8]) -> (bool) {
[INFO] [stdout] 22 +     pub fn draw(&mut self, x: usize, y: usize, n: usize, sprite: &[u8]) -> bool  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/display.rs:68:51
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn get_pixel(self, x: usize, y: usize) -> (bool) {
[INFO] [stdout]    |                                                   ^    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 68 -     pub fn get_pixel(self, x: usize, y: usize) -> (bool) {
[INFO] [stdout] 68 +     pub fn get_pixel(self, x: usize, y: usize) -> bool  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/cpu/timers.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let mut timers = TimerSubsystem {
[INFO] [stdout]    |             ----^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> src/cpu/mod.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |         for (i, &b) in rom.iter().enumerate() {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `why`
[INFO] [stdout]  --> src/rom.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Err(why) => panic!("Couldn't open ROM"),
[INFO] [stdout]   |             ^^^ help: if this is intentional, prefix it with an underscore: `_why`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/display.rs:57:25
[INFO] [stdout]    |
[INFO] [stdout] 57 |                     let result = canvas.fill_rect(Rect::new(x_coord, y_coord, 10, 10));
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_keycode`
[INFO] [stdout]   --> src/keypad.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let event_keycode: Keycode;
[INFO] [stdout]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_keycode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_pixel` is never used
[INFO] [stdout]   --> src/display.rs:68:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Display {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn get_pixel(self, x: usize, y: usize) -> (bool) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_00E0` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:127:8
[INFO] [stdout]     |
[INFO] [stdout] 127 |     fn op_00E0(&mut self) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_00_e0`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_00EE` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:133:8
[INFO] [stdout]     |
[INFO] [stdout] 133 |     fn op_00EE(&mut self) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_00_ee`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_8xyE` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:264:8
[INFO] [stdout]     |
[INFO] [stdout] 264 |     fn op_8xyE(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_8xy_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Annn` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:279:8
[INFO] [stdout]     |
[INFO] [stdout] 279 |     fn op_Annn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_annn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Bnnn` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:285:8
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn op_Bnnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_bnnn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Cxkk` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:291:8
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn op_Cxkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_cxkk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Dxyn` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:298:8
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn op_Dxyn(&mut self, x: usize, y: usize, n: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_dxyn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Ex9E` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:312:8
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn op_Ex9E (&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_ex9_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_ExA1` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:318:8
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn op_ExA1(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_ex_a1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx07` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:324:8
[INFO] [stdout]     |
[INFO] [stdout] 324 |     fn op_Fx07(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx07`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx0A` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:330:8
[INFO] [stdout]     |
[INFO] [stdout] 330 |     fn op_Fx0A(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_fx0_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx15` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:344:8
[INFO] [stdout]     |
[INFO] [stdout] 344 |     fn op_Fx15(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx15`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx18` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:350:8
[INFO] [stdout]     |
[INFO] [stdout] 350 |     fn op_Fx18(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx1E` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:356:8
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn op_Fx1E(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_fx1_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx29` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:362:8
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn op_Fx29(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx33` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:368:8
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn op_Fx33(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx55` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:376:8
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn op_Fx55(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx55`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx65` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:387:8
[INFO] [stdout]     |
[INFO] [stdout] 387 |     fn op_Fx65(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx65`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/rom.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     file.read(buf);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let _ = file.read(buf);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "25d07d3bd2a559a276d6eb89afc507d1505a796a8e3e252b8fae392c8281b27c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25d07d3bd2a559a276d6eb89afc507d1505a796a8e3e252b8fae392c8281b27c", kill_on_drop: false }`
[INFO] [stdout] 25d07d3bd2a559a276d6eb89afc507d1505a796a8e3e252b8fae392c8281b27c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c57e686884512e1ec6542551a300a55e679e9e552e04aa38c882075410e8e286
[INFO] running `Command { std: "docker" "start" "-a" "c57e686884512e1ec6542551a300a55e679e9e552e04aa38c882075410e8e286", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling chip8 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/cpu/timers.rs:42:37
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn elapsed_millis(&mut self) -> (u64) {
[INFO] [stdout]    |                                     ^   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 42 -     fn elapsed_millis(&mut self) -> (u64) {
[INFO] [stdout] 42 +     fn elapsed_millis(&mut self) -> u64  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::num::Wrapping`
[INFO] [stdout]  --> src/cpu/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::num::Wrapping;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:127:30
[INFO] [stdout]     |
[INFO] [stdout] 127 |     fn op_00E0(&mut self) -> (usize) {
[INFO] [stdout]     |                              ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 127 -     fn op_00E0(&mut self) -> (usize) {
[INFO] [stdout] 127 +     fn op_00E0(&mut self) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:133:30
[INFO] [stdout]     |
[INFO] [stdout] 133 |     fn op_00EE(&mut self) -> (usize) {
[INFO] [stdout]     |                              ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 133 -     fn op_00EE(&mut self) -> (usize) {
[INFO] [stdout] 133 +     fn op_00EE(&mut self) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:140:42
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn op_1nnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout]     |                                          ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 140 -     fn op_1nnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout] 140 +     fn op_1nnn(&mut self, nnn: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:146:42
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn op_2nnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout]     |                                          ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 146 -     fn op_2nnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout] 146 +     fn op_2nnn(&mut self, nnn: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:155:48
[INFO] [stdout]     |
[INFO] [stdout] 155 |     fn op_3xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout]     |                                                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 155 -     fn op_3xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout] 155 +     fn op_3xkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:163:48
[INFO] [stdout]     |
[INFO] [stdout] 163 |     fn op_4xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout]     |                                                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 163 -     fn op_4xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout] 163 +     fn op_4xkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:171:50
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn op_5xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 171 -     fn op_5xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 171 +     fn op_5xy0(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:179:48
[INFO] [stdout]     |
[INFO] [stdout] 179 |     fn op_6xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout]     |                                                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 179 -     fn op_6xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout] 179 +     fn op_6xkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:185:48
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn op_7xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout]     |                                                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 185 -     fn op_7xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout] 185 +     fn op_7xkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:192:50
[INFO] [stdout]     |
[INFO] [stdout] 192 |     fn op_8xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 192 -     fn op_8xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 192 +     fn op_8xy0(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:198:50
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn op_8xy1(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 198 -     fn op_8xy1(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 198 +     fn op_8xy1(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:204:50
[INFO] [stdout]     |
[INFO] [stdout] 204 |     fn op_8xy2(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 204 -     fn op_8xy2(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 204 +     fn op_8xy2(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:210:50
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn op_8xy3(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 210 -     fn op_8xy3(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 210 +     fn op_8xy3(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:216:50
[INFO] [stdout]     |
[INFO] [stdout] 216 |     fn op_8xy4(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 216 -     fn op_8xy4(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 216 +     fn op_8xy4(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:230:50
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn op_8xy5(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 230 -     fn op_8xy5(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 230 +     fn op_8xy5(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:245:40
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn op_8xy6(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 245 -     fn op_8xy6(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 245 +     fn op_8xy6(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:253:50
[INFO] [stdout]     |
[INFO] [stdout] 253 |     fn op_8xy7(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 253 -     fn op_8xy7(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 253 +     fn op_8xy7(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:264:40
[INFO] [stdout]     |
[INFO] [stdout] 264 |     fn op_8xyE(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 264 -     fn op_8xyE(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 264 +     fn op_8xyE(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:271:50
[INFO] [stdout]     |
[INFO] [stdout] 271 |     fn op_9xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout]     |                                                  ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 271 -     fn op_9xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stdout] 271 +     fn op_9xy0(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:279:42
[INFO] [stdout]     |
[INFO] [stdout] 279 |     fn op_Annn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout]     |                                          ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 279 -     fn op_Annn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout] 279 +     fn op_Annn(&mut self, nnn: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:285:42
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn op_Bnnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout]     |                                          ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 285 -     fn op_Bnnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout] 285 +     fn op_Bnnn(&mut self, nnn: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:291:48
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn op_Cxkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout]     |                                                ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 291 -     fn op_Cxkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout] 291 +     fn op_Cxkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:298:60
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn op_Dxyn(&mut self, x: usize, y: usize, n: usize) -> (usize) {
[INFO] [stdout]     |                                                            ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 298 -     fn op_Dxyn(&mut self, x: usize, y: usize, n: usize) -> (usize) {
[INFO] [stdout] 298 +     fn op_Dxyn(&mut self, x: usize, y: usize, n: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:312:41
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn op_Ex9E (&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                         ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 312 -     fn op_Ex9E (&mut self, x: usize) -> (usize) {
[INFO] [stdout] 312 +     fn op_Ex9E (&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:318:40
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn op_ExA1(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 318 -     fn op_ExA1(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 318 +     fn op_ExA1(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:324:40
[INFO] [stdout]     |
[INFO] [stdout] 324 |     fn op_Fx07(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 324 -     fn op_Fx07(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 324 +     fn op_Fx07(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:330:40
[INFO] [stdout]     |
[INFO] [stdout] 330 |     fn op_Fx0A(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 330 -     fn op_Fx0A(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 330 +     fn op_Fx0A(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:344:40
[INFO] [stdout]     |
[INFO] [stdout] 344 |     fn op_Fx15(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 344 -     fn op_Fx15(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 344 +     fn op_Fx15(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:350:40
[INFO] [stdout]     |
[INFO] [stdout] 350 |     fn op_Fx18(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 350 -     fn op_Fx18(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 350 +     fn op_Fx18(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:356:40
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn op_Fx1E(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 356 -     fn op_Fx1E(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 356 +     fn op_Fx1E(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:362:40
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn op_Fx29(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 362 -     fn op_Fx29(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 362 +     fn op_Fx29(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:368:40
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn op_Fx33(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 368 -     fn op_Fx33(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 368 +     fn op_Fx33(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:376:40
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn op_Fx55(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 -     fn op_Fx55(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 376 +     fn op_Fx55(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/cpu/mod.rs:378:22
[INFO] [stdout]     |
[INFO] [stdout] 378 |         let end = if (x > 0xf) {0xf} else {x};
[INFO] [stdout]     |                      ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 378 -         let end = if (x > 0xf) {0xf} else {x};
[INFO] [stdout] 378 +         let end = if x > 0xf  {0xf} else {x};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:387:40
[INFO] [stdout]     |
[INFO] [stdout] 387 |     fn op_Fx65(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |                                        ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 387 -     fn op_Fx65(&mut self, x: usize) -> (usize) {
[INFO] [stdout] 387 +     fn op_Fx65(&mut self, x: usize) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/cpu/mod.rs:389:22
[INFO] [stdout]     |
[INFO] [stdout] 389 |         let end = if (x > 0xf) {0xf} else {x};
[INFO] [stdout]     |                      ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 389 -         let end = if (x > 0xf) {0xf} else {x};
[INFO] [stdout] 389 +         let end = if x > 0xf  {0xf} else {x};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/cpu/mod.rs:397:49
[INFO] [stdout]     |
[INFO] [stdout] 397 |     fn unimplemented(&mut self, opcode: u16) -> (usize) {
[INFO] [stdout]     |                                                 ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 397 -     fn unimplemented(&mut self, opcode: u16) -> (usize) {
[INFO] [stdout] 397 +     fn unimplemented(&mut self, opcode: u16) -> usize  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/display.rs:22:76
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn draw(&mut self, x: usize, y: usize, n: usize, sprite: &[u8]) -> (bool) {
[INFO] [stdout]    |                                                                            ^    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub fn draw(&mut self, x: usize, y: usize, n: usize, sprite: &[u8]) -> (bool) {
[INFO] [stdout] 22 +     pub fn draw(&mut self, x: usize, y: usize, n: usize, sprite: &[u8]) -> bool  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/display.rs:68:51
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn get_pixel(self, x: usize, y: usize) -> (bool) {
[INFO] [stdout]    |                                                   ^    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 68 -     pub fn get_pixel(self, x: usize, y: usize) -> (bool) {
[INFO] [stdout] 68 +     pub fn get_pixel(self, x: usize, y: usize) -> bool  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/cpu/timers.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let mut timers = TimerSubsystem {
[INFO] [stdout]    |             ----^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> src/cpu/mod.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |         for (i, &b) in rom.iter().enumerate() {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `why`
[INFO] [stdout]  --> src/rom.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Err(why) => panic!("Couldn't open ROM"),
[INFO] [stdout]   |             ^^^ help: if this is intentional, prefix it with an underscore: `_why`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/display.rs:57:25
[INFO] [stdout]    |
[INFO] [stdout] 57 |                     let result = canvas.fill_rect(Rect::new(x_coord, y_coord, 10, 10));
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pixels_cleared`
[INFO] [stdout]   --> src/display.rs:97:13
[INFO] [stdout]    |
[INFO] [stdout] 97 |         let pixels_cleared = display.draw(63, 31, 5, &sprite);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pixels_cleared`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_keycode`
[INFO] [stdout]   --> src/keypad.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let event_keycode: Keycode;
[INFO] [stdout]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_keycode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_00E0` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:127:8
[INFO] [stdout]     |
[INFO] [stdout] 127 |     fn op_00E0(&mut self) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_00_e0`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_00EE` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:133:8
[INFO] [stdout]     |
[INFO] [stdout] 133 |     fn op_00EE(&mut self) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_00_ee`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_8xyE` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:264:8
[INFO] [stdout]     |
[INFO] [stdout] 264 |     fn op_8xyE(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_8xy_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Annn` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:279:8
[INFO] [stdout]     |
[INFO] [stdout] 279 |     fn op_Annn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_annn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Bnnn` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:285:8
[INFO] [stdout]     |
[INFO] [stdout] 285 |     fn op_Bnnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_bnnn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Cxkk` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:291:8
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn op_Cxkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_cxkk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Dxyn` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:298:8
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn op_Dxyn(&mut self, x: usize, y: usize, n: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_dxyn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Ex9E` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:312:8
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn op_Ex9E (&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_ex9_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_ExA1` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:318:8
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn op_ExA1(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_ex_a1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx07` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:324:8
[INFO] [stdout]     |
[INFO] [stdout] 324 |     fn op_Fx07(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx07`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx0A` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:330:8
[INFO] [stdout]     |
[INFO] [stdout] 330 |     fn op_Fx0A(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_fx0_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx15` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:344:8
[INFO] [stdout]     |
[INFO] [stdout] 344 |     fn op_Fx15(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx15`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx18` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:350:8
[INFO] [stdout]     |
[INFO] [stdout] 350 |     fn op_Fx18(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx1E` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:356:8
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn op_Fx1E(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case: `op_fx1_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx29` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:362:8
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn op_Fx29(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx33` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:368:8
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn op_Fx33(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx55` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:376:8
[INFO] [stdout]     |
[INFO] [stdout] 376 |     fn op_Fx55(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx55`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `op_Fx65` should have a snake case name
[INFO] [stdout]    --> src/cpu/mod.rs:387:8
[INFO] [stdout]     |
[INFO] [stdout] 387 |     fn op_Fx65(&mut self, x: usize) -> (usize) {
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx65`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_2nnn_and_00EE` should have a snake case name
[INFO] [stdout]   --> src/cpu/tests.rs:68:4
[INFO] [stdout]    |
[INFO] [stdout] 68 | fn test_2nnn_and_00EE() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_2nnn_and_00_ee`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_8xyE` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:170:19
[INFO] [stdout]     |
[INFO] [stdout] 170 | test_register_op!(test_8xyE, 0x821E, 123, 20, 40, 0);
[INFO] [stdout]     |                   ^^^^^^^^^ help: convert the identifier to snake case: `test_8xy_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_8xyE_odd` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:171:19
[INFO] [stdout]     |
[INFO] [stdout] 171 | test_register_op!(test_8xyE_odd, 0x821E, 123, 21, 42, 1);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_8xy_e_odd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_Annn` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:187:4
[INFO] [stdout]     |
[INFO] [stdout] 187 | fn test_Annn() {
[INFO] [stdout]     |    ^^^^^^^^^ help: convert the identifier to snake case: `test_annn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_Bnnn` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:195:4
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn test_Bnnn() {
[INFO] [stdout]     |    ^^^^^^^^^ help: convert the identifier to snake case: `test_bnnn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_Dxyn` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:204:4
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn test_Dxyn() {
[INFO] [stdout]     |    ^^^^^^^^^ help: convert the identifier to snake case: `test_dxyn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_Cnnn` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:214:4
[INFO] [stdout]     |
[INFO] [stdout] 214 | fn test_Cnnn() {
[INFO] [stdout]     |    ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_cnnn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_Fx1E` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:222:4
[INFO] [stdout]     |
[INFO] [stdout] 222 | fn test_Fx1E() {
[INFO] [stdout]     |    ^^^^^^^^^ help: convert the identifier to snake case: `test_fx1_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_Fx29` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:232:4
[INFO] [stdout]     |
[INFO] [stdout] 232 | fn test_Fx29() {
[INFO] [stdout]     |    ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_fx29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_Fx33` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:248:4
[INFO] [stdout]     |
[INFO] [stdout] 248 | fn test_Fx33() {
[INFO] [stdout]     |    ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_fx33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_Fx55` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:260:4
[INFO] [stdout]     |
[INFO] [stdout] 260 | fn test_Fx55() {
[INFO] [stdout]     |    ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_fx55`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_Fx65` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:277:4
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn test_Fx65() {
[INFO] [stdout]     |    ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_fx65`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_Fx07` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:292:4
[INFO] [stdout]     |
[INFO] [stdout] 292 | fn test_Fx07() {
[INFO] [stdout]     |    ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_fx07`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_Fx15_and_Fx18` should have a snake case name
[INFO] [stdout]    --> src/cpu/tests.rs:301:4
[INFO] [stdout]     |
[INFO] [stdout] 301 | fn test_Fx15_and_Fx18() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_fx15_and_fx18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/rom.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     file.read(buf);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let _ = file.read(buf);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.32s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "c57e686884512e1ec6542551a300a55e679e9e552e04aa38c882075410e8e286", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c57e686884512e1ec6542551a300a55e679e9e552e04aa38c882075410e8e286", kill_on_drop: false }`
[INFO] [stdout] c57e686884512e1ec6542551a300a55e679e9e552e04aa38c882075410e8e286
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e0ea9491e75a824b1eec3ff673012012f3615b020beb27e8c25179b929f0e768
[INFO] running `Command { std: "docker" "start" "-a" "e0ea9491e75a824b1eec3ff673012012f3615b020beb27e8c25179b929f0e768", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stdout] running 43 tests
[INFO] [stderr]   --> src/cpu/timers.rs:42:37
[INFO] [stdout] test cpu::tests::test_2nnn_and_00EE ... ok
[INFO] [stderr]    |
[INFO] [stdout] test cpu::tests::test_1nnn ... ok
[INFO] [stderr] 42 |     fn elapsed_millis(&mut self) -> (u64) {
[INFO] [stdout] test cpu::tests::test_3xkk_and_4xkk ... ok
[INFO] [stderr]    |                                     ^   ^
[INFO] [stdout] test cpu::tests::test_6xkk ... ok
[INFO] [stderr]    |
[INFO] [stdout] test cpu::tests::test_8xy1 ... ok
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] test cpu::tests::test_8xy2 ... ok
[INFO] [stderr] help: remove these parentheses
[INFO] [stdout] test cpu::tests::test_8xy4 ... ok
[INFO] [stderr]    |
[INFO] [stdout] test cpu::tests::test_8xy4_carry ... ok
[INFO] [stderr] 42 -     fn elapsed_millis(&mut self) -> (u64) {
[INFO] [stdout] test cpu::tests::test_8xy0 ... ok
[INFO] [stderr] 42 +     fn elapsed_millis(&mut self) -> u64  {
[INFO] [stdout] test cpu::tests::test_8xy5 ... ok
[INFO] [stderr]    |
[INFO] [stdout] test cpu::tests::test_7xkk ... ok
[INFO] [stderr] 
[INFO] [stdout] test cpu::tests::test_8xy5_borrow ... ok
[INFO] [stderr] warning: unused import: `std::num::Wrapping`
[INFO] [stdout] test cpu::tests::test_8xy6 ... ok
[INFO] [stderr]  --> src/cpu/mod.rs:6:5
[INFO] [stdout] test cpu::tests::test_8xy6_odd ... ok
[INFO] [stderr]   |
[INFO] [stdout] test cpu::tests::test_8xy7 ... ok
[INFO] [stderr] 6 | use std::num::Wrapping;
[INFO] [stdout] test cpu::tests::test_8xy7_borrow ... ok
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test cpu::tests::test_8xyE ... ok
[INFO] [stderr]   |
[INFO] [stdout] test cpu::tests::test_8xyE_odd ... ok
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] test cpu::tests::test_9xy0 ... ok
[INFO] [stderr] 
[INFO] [stdout] test cpu::tests::test_Annn ... ok
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stdout] test cpu::tests::test_Bnnn ... ok
[INFO] [stderr]    --> src/cpu/mod.rs:127:30
[INFO] [stdout] test cpu::tests::test_8xy3 ... ok
[INFO] [stderr]     |
[INFO] [stdout] test cpu::tests::test_Fx07 ... ok
[INFO] [stderr] 127 |     fn op_00E0(&mut self) -> (usize) {
[INFO] [stdout] test cpu::tests::test_Fx15_and_Fx18 ... ok
[INFO] [stderr]     |                              ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 127 -     fn op_00E0(&mut self) -> (usize) {
[INFO] [stderr] 127 +     fn op_00E0(&mut self) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:133:30
[INFO] [stderr]     |
[INFO] [stderr] 133 |     fn op_00EE(&mut self) -> (usize) {
[INFO] [stderr]     |                              ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 133 -     fn op_00EE(&mut self) -> (usize) {
[INFO] [stderr] 133 +     fn op_00EE(&mut self) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:140:42
[INFO] [stderr]     |
[INFO] [stderr] 140 |     fn op_1nnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stderr]     |                                          ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 140 -     fn op_1nnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stderr] 140 +     fn op_1nnn(&mut self, nnn: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:146:42
[INFO] [stderr]     |
[INFO] [stderr] 146 |     fn op_2nnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stderr]     |                                          ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 146 -     fn op_2nnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stderr] 146 +     fn op_2nnn(&mut self, nnn: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:155:48
[INFO] [stderr]     |
[INFO] [stderr] 155 |     fn op_3xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stderr]     |                                                ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 155 -     fn op_3xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stderr] 155 +     fn op_3xkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:163:48
[INFO] [stderr]     |
[INFO] [stderr] 163 |     fn op_4xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stderr]     |                                                ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 163 -     fn op_4xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stderr] 163 +     fn op_4xkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:171:50
[INFO] [stderr]     |
[INFO] [stderr] 171 |     fn op_5xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr]     |                                                  ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 171 -     fn op_5xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr] 171 +     fn op_5xy0(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:179:48
[INFO] [stderr]     |
[INFO] [stderr] 179 |     fn op_6xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stderr]     |                                                ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 179 -     fn op_6xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stderr] 179 +     fn op_6xkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:185:48
[INFO] [stderr]     |
[INFO] [stderr] 185 |     fn op_7xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stderr]     |                                                ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 185 -     fn op_7xkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stderr] 185 +     fn op_7xkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:192:50
[INFO] [stderr]     |
[INFO] [stderr] 192 |     fn op_8xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr]     |                                                  ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 192 -     fn op_8xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr] 192 +     fn op_8xy0(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:198:50
[INFO] [stderr]     |
[INFO] [stderr] 198 |     fn op_8xy1(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr]     |                                                  ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 198 -     fn op_8xy1(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr] 198 +     fn op_8xy1(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:204:50
[INFO] [stderr]     |
[INFO] [stderr] 204 |     fn op_8xy2(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr]     |                                                  ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 204 -     fn op_8xy2(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr] 204 +     fn op_8xy2(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:210:50
[INFO] [stderr]     |
[INFO] [stderr] 210 |     fn op_8xy3(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr]     |                                                  ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 210 -     fn op_8xy3(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr] 210 +     fn op_8xy3(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:216:50
[INFO] [stderr]     |
[INFO] [stderr] 216 |     fn op_8xy4(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr]     |                                                  ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 216 -     fn op_8xy4(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr] 216 +     fn op_8xy4(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:230:50
[INFO] [stderr]     |
[INFO] [stderr] 230 |     fn op_8xy5(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr]     |                                                  ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 230 -     fn op_8xy5(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr] 230 +     fn op_8xy5(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:245:40
[INFO] [stderr]     |
[INFO] [stderr] 245 |     fn op_8xy6(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                        ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 245 -     fn op_8xy6(&mut self, x: usize) -> (usize) {
[INFO] [stderr] 245 +     fn op_8xy6(&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:253:50
[INFO] [stderr]     |
[INFO] [stderr] 253 |     fn op_8xy7(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr]     |                                                  ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 253 -     fn op_8xy7(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr] 253 +     fn op_8xy7(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:264:40
[INFO] [stderr]     |
[INFO] [stderr] 264 |     fn op_8xyE(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                        ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 264 -     fn op_8xyE(&mut self, x: usize) -> (usize) {
[INFO] [stderr] 264 +     fn op_8xyE(&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:271:50
[INFO] [stderr]     |
[INFO] [stderr] 271 |     fn op_9xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr]     |                                                  ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 271 -     fn op_9xy0(&mut self, x: usize, y: usize) -> (usize) {
[INFO] [stderr] 271 +     fn op_9xy0(&mut self, x: usize, y: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:279:42
[INFO] [stderr]     |
[INFO] [stderr] 279 |     fn op_Annn(&mut self, nnn: usize) -> (usize) {
[INFO] [stderr]     |                                          ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 279 -     fn op_Annn(&mut self, nnn: usize) -> (usize) {
[INFO] [stderr] 279 +     fn op_Annn(&mut self, nnn: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:285:42
[INFO] [stderr]     |
[INFO] [stderr] 285 |     fn op_Bnnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stderr]     |                                          ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 285 -     fn op_Bnnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stderr] 285 +     fn op_Bnnn(&mut self, nnn: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:291:48
[INFO] [stderr]     |
[INFO] [stderr] 291 |     fn op_Cxkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stderr]     |                                                ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 291 -     fn op_Cxkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stderr] 291 +     fn op_Cxkk(&mut self, x: usize, kk: u8) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:298:60
[INFO] [stderr]     |
[INFO] [stderr] 298 |     fn op_Dxyn(&mut self, x: usize, y: usize, n: usize) -> (usize) {
[INFO] [stderr]     |                                                            ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 298 -     fn op_Dxyn(&mut self, x: usize, y: usize, n: usize) -> (usize) {
[INFO] [stderr] 298 +     fn op_Dxyn(&mut self, x: usize, y: usize, n: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:312:41
[INFO] [stderr]     |
[INFO] [stderr] 312 |     fn op_Ex9E (&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                         ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 312 -     fn op_Ex9E (&mut self, x: usize) -> (usize) {
[INFO] [stderr] 312 +     fn op_Ex9E (&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:318:40
[INFO] [stderr]     |
[INFO] [stderr] 318 |     fn op_ExA1(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                        ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 318 -     fn op_ExA1(&mut self, x: usize) -> (usize) {
[INFO] [stderr] 318 +     fn op_ExA1(&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:324:40
[INFO] [stderr]     |
[INFO] [stderr] 324 |     fn op_Fx07(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                        ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 324 -     fn op_Fx07(&mut self, x: usize) -> (usize) {
[INFO] [stderr] 324 +     fn op_Fx07(&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:330:40
[INFO] [stderr]     |
[INFO] [stderr] 330 |     fn op_Fx0A(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                        ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 330 -     fn op_Fx0A(&mut self, x: usize) -> (usize) {
[INFO] [stderr] 330 +     fn op_Fx0A(&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:344:40
[INFO] [stderr]     |
[INFO] [stderr] 344 |     fn op_Fx15(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                        ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 344 -     fn op_Fx15(&mut self, x: usize) -> (usize) {
[INFO] [stderr] 344 +     fn op_Fx15(&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:350:40
[INFO] [stderr]     |
[INFO] [stderr] 350 |     fn op_Fx18(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                        ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 350 -     fn op_Fx18(&mut self, x: usize) -> (usize) {
[INFO] [stderr] 350 +     fn op_Fx18(&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:356:40
[INFO] [stderr]     |
[INFO] [stderr] 356 |     fn op_Fx1E(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                        ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 356 -     fn op_Fx1E(&mut self, x: usize) -> (usize) {
[INFO] [stderr] 356 +     fn op_Fx1E(&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:362:40
[INFO] [stderr]     |
[INFO] [stderr] 362 |     fn op_Fx29(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                        ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 362 -     fn op_Fx29(&mut self, x: usize) -> (usize) {
[INFO] [stderr] 362 +     fn op_Fx29(&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:368:40
[INFO] [stderr]     |
[INFO] [stderr] 368 |     fn op_Fx33(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                        ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 368 -     fn op_Fx33(&mut self, x: usize) -> (usize) {
[INFO] [stderr] 368 +     fn op_Fx33(&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:376:40
[INFO] [stderr]     |
[INFO] [stderr] 376 |     fn op_Fx55(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                        ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 376 -     fn op_Fx55(&mut self, x: usize) -> (usize) {
[INFO] [stderr] 376 +     fn op_Fx55(&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/cpu/mod.rs:378:22
[INFO] [stderr]     |
[INFO] [stderr] 378 |         let end = if (x > 0xf) {0xf} else {x};
[INFO] [stderr]     |                      ^       ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 378 -         let end = if (x > 0xf) {0xf} else {x};
[INFO] [stderr] 378 +         let end = if x > 0xf  {0xf} else {x};
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:387:40
[INFO] [stderr]     |
[INFO] [stderr] 387 |     fn op_Fx65(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |                                        ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 387 -     fn op_Fx65(&mut self, x: usize) -> (usize) {
[INFO] [stderr] 387 +     fn op_Fx65(&mut self, x: usize) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/cpu/mod.rs:389:22
[INFO] [stderr]     |
[INFO] [stderr] 389 |         let end = if (x > 0xf) {0xf} else {x};
[INFO] [stderr]     |                      ^       ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 389 -         let end = if (x > 0xf) {0xf} else {x};
[INFO] [stderr] 389 +         let end = if x > 0xf  {0xf} else {x};
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/cpu/mod.rs:397:49
[INFO] [stderr]     |
[INFO] [stderr] 397 |     fn unimplemented(&mut self, opcode: u16) -> (usize) {
[INFO] [stderr]     |                                                 ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 397 -     fn unimplemented(&mut self, opcode: u16) -> (usize) {
[INFO] [stderr] 397 +     fn unimplemented(&mut self, opcode: u16) -> usize  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/display.rs:22:76
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub fn draw(&mut self, x: usize, y: usize, n: usize, sprite: &[u8]) -> (bool) {
[INFO] [stderr]    |                                                                            ^    ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 22 -     pub fn draw(&mut self, x: usize, y: usize, n: usize, sprite: &[u8]) -> (bool) {
[INFO] [stderr] 22 +     pub fn draw(&mut self, x: usize, y: usize, n: usize, sprite: &[u8]) -> bool  {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/display.rs:68:51
[INFO] [stderr]    |
[INFO] [stderr] 68 |     pub fn get_pixel(self, x: usize, y: usize) -> (bool) {
[INFO] [stderr]    |                                                   ^    ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 68 -     pub fn get_pixel(self, x: usize, y: usize) -> (bool) {
[INFO] [stderr] 68 +     pub fn get_pixel(self, x: usize, y: usize) -> bool  {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/cpu/timers.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 |         let mut timers = TimerSubsystem {
[INFO] [stderr]    |             ----^^^^^^
[INFO] [stderr]    |             |
[INFO] [stderr]    |             help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `b`
[INFO] [stderr]   --> src/cpu/mod.rs:50:18
[INFO] [stderr]    |
[INFO] [stderr] 50 |         for (i, &b) in rom.iter().enumerate() {
[INFO] [stderr]    |                  ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `why`
[INFO] [stderr]  --> src/rom.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 |         Err(why) => panic!("Couldn't open ROM"),
[INFO] [stderr]   |             ^^^ help: if this is intentional, prefix it with an underscore: `_why`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]   --> src/display.rs:57:25
[INFO] [stderr]    |
[INFO] [stderr] 57 |                     let result = canvas.fill_rect(Rect::new(x_coord, y_coord, 10, 10));
[INFO] [stderr]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `pixels_cleared`
[INFO] [stderr]   --> src/display.rs:97:13
[INFO] [stderr]    |
[INFO] [stderr] 97 |         let pixels_cleared = display.draw(63, 31, 5, &sprite);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pixels_cleared`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `event_keycode`
[INFO] [stderr]   --> src/keypad.rs:24:13
[INFO] [stderr]    |
[INFO] [stderr] 24 |         let event_keycode: Keycode;
[INFO] [stderr]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_keycode`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_00E0` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:127:8
[INFO] [stderr]     |
[INFO] [stderr] 127 |     fn op_00E0(&mut self) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case: `op_00_e0`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_00EE` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:133:8
[INFO] [stderr]     |
[INFO] [stderr] 133 |     fn op_00EE(&mut self) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case: `op_00_ee`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_8xyE` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:264:8
[INFO] [stderr]     |
[INFO] [stderr] 264 |     fn op_8xyE(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case: `op_8xy_e`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Annn` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:279:8
[INFO] [stderr]     |
[INFO] [stderr] 279 |     fn op_Annn(&mut self, nnn: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case: `op_annn`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Bnnn` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:285:8
[INFO] [stderr]     |
[INFO] [stderr] 285 |     fn op_Bnnn(&mut self, nnn: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case: `op_bnnn`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Cxkk` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:291:8
[INFO] [stderr]     |
[INFO] [stderr] 291 |     fn op_Cxkk(&mut self, x: usize, kk: u8) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_cxkk`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Dxyn` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:298:8
[INFO] [stderr]     |
[INFO] [stderr] 298 |     fn op_Dxyn(&mut self, x: usize, y: usize, n: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case: `op_dxyn`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Ex9E` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:312:8
[INFO] [stderr]     |
[INFO] [stderr] 312 |     fn op_Ex9E (&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case: `op_ex9_e`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_ExA1` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:318:8
[INFO] [stderr]     |
[INFO] [stderr] 318 |     fn op_ExA1(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case: `op_ex_a1`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Fx07` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:324:8
[INFO] [stderr]     |
[INFO] [stderr] 324 |     fn op_Fx07(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx07`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Fx0A` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:330:8
[INFO] [stderr]     |
[INFO] [stderr] 330 |     fn op_Fx0A(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case: `op_fx0_a`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Fx15` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:344:8
[INFO] [stderr]     |
[INFO] [stderr] 344 |     fn op_Fx15(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx15`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Fx18` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:350:8
[INFO] [stderr]     |
[INFO] [stderr] 350 |     fn op_Fx18(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx18`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Fx1E` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:356:8
[INFO] [stderr]     |
[INFO] [stderr] 356 |     fn op_Fx1E(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case: `op_fx1_e`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Fx29` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:362:8
[INFO] [stderr]     |
[INFO] [stderr] 362 |     fn op_Fx29(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx29`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Fx33` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:368:8
[INFO] [stderr]     |
[INFO] [stderr] 368 |     fn op_Fx33(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx33`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Fx55` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:376:8
[INFO] [stderr]     |
[INFO] [stderr] 376 |     fn op_Fx55(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx55`
[INFO] [stderr] 
[INFO] [stderr] warning: method `op_Fx65` should have a snake case name
[INFO] [stderr]    --> src/cpu/mod.rs:387:8
[INFO] [stderr]     |
[INFO] [stderr] 387 |     fn op_Fx65(&mut self, x: usize) -> (usize) {
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `op_fx65`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_2nnn_and_00EE` should have a snake case name
[INFO] [stderr]   --> src/cpu/tests.rs:68:4
[INFO] [stderr]    |
[INFO] [stderr] 68 | fn test_2nnn_and_00EE() {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_2nnn_and_00_ee`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_8xyE` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:170:19
[INFO] [stderr]     |
[INFO] [stderr] 170 | test_register_op!(test_8xyE, 0x821E, 123, 20, 40, 0);
[INFO] [stderr]     |                   ^^^^^^^^^ help: convert the identifier to snake case: `test_8xy_e`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_8xyE_odd` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:171:19
[INFO] [stderr]     |
[INFO] [stderr] 171 | test_register_op!(test_8xyE_odd, 0x821E, 123, 21, 42, 1);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_8xy_e_odd`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_Annn` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:187:4
[INFO] [stderr]     |
[INFO] [stderr] 187 | fn test_Annn() {
[INFO] [stderr]     |    ^^^^^^^^^ help: convert the identifier to snake case: `test_annn`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_Bnnn` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:195:4
[INFO] [stderr]     |
[INFO] [stderr] 195 | fn test_Bnnn() {
[INFO] [stderr]     |    ^^^^^^^^^ help: convert the identifier to snake case: `test_bnnn`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_Dxyn` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:204:4
[INFO] [stderr]     |
[INFO] [stderr] 204 | fn test_Dxyn() {
[INFO] [stderr]     |    ^^^^^^^^^ help: convert the identifier to snake case: `test_dxyn`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_Cnnn` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:214:4
[INFO] [stderr]     |
[INFO] [stderr] 214 | fn test_Cnnn() {
[INFO] [stderr]     |    ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_cnnn`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_Fx1E` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:222:4
[INFO] [stderr]     |
[INFO] [stderr] 222 | fn test_Fx1E() {
[INFO] [stderr]     |    ^^^^^^^^^ help: convert the identifier to snake case: `test_fx1_e`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_Fx29` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:232:4
[INFO] [stderr]     |
[INFO] [stderr] 232 | fn test_Fx29() {
[INFO] [stderr]     |    ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_fx29`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_Fx33` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:248:4
[INFO] [stderr]     |
[INFO] [stderr] 248 | fn test_Fx33() {
[INFO] [stderr]     |    ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_fx33`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_Fx55` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:260:4
[INFO] [stderr]     |
[INFO] [stderr] 260 | fn test_Fx55() {
[INFO] [stderr]     |    ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_fx55`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_Fx65` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:277:4
[INFO] [stderr]     |
[INFO] [stderr] 277 | fn test_Fx65() {
[INFO] [stderr]     |    ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_fx65`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_Fx07` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:292:4
[INFO] [stderr]     |
[INFO] [stderr] 292 | fn test_Fx07() {
[INFO] [stderr]     |    ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_fx07`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_Fx15_and_Fx18` should have a snake case name
[INFO] [stderr]    --> src/cpu/tests.rs:301:4
[INFO] [stderr]     |
[INFO] [stderr] 301 | fn test_Fx15_and_Fx18() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_fx15_and_fx18`
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]   --> src/rom.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     file.read(buf);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 13 |     let _ = file.read(buf);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `chip8` (bin "chip8" test) generated 80 warnings (run `cargo fix --bin "chip8" -p chip8 --tests` to apply 47 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/chip8-b457baed1f735356)
[INFO] [stdout] test cpu::tests::test_Dxyn ... ok
[INFO] [stdout] test cpu::tests::test_Fx29 ... ok
[INFO] [stdout] test cpu::tests::test_new_chip8 ... ok
[INFO] [stdout] test display::tests::test_clear ... ok
[INFO] [stdout] test display::tests::test_draw_wrap_around ... ok
[INFO] [stdout] test cpu::tests::test_Fx1E ... ok
[INFO] [stdout] test cpu::tests::test_Fx65 ... ok
[INFO] [stdout] test cpu::tests::test_Fx55 ... ok
[INFO] [stdout] test keypad::tests::test_get_key ... ok
[INFO] [stdout] test cpu::tests::test_Fx33 ... ok
[INFO] [stdout] test cpu::tests::test_load_rom ... ok
[INFO] [stdout] test keypad::tests::test_wait_for_keypress ... ok
[INFO] [stdout] test rom::tests::test_load_rom_file ... ok
[INFO] [stdout] test cpu::tests::test_cycle ... ok
[INFO] [stdout] test cpu::tests::test_get_opcode ... ok
[INFO] [stdout] test cpu::tests::test_Cnnn ... ok
[INFO] [stdout] test display::tests::test_draw ... FAILED
[INFO] [stdout] test cpu::tests::test_5xy0 ... ok
[INFO] [stderr] error: test failed, to rerun pass `--bin chip8`
[INFO] [stdout] test cpu::timers::tests::test_timer_subsystem ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- display::tests::test_draw stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'display::tests::test_draw' (62) panicked at src/display.rs:87:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: [false, true, true, true]
[INFO] [stdout]  right: [true, true, true, true]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59d3e8d1d1b2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59d3e8d1d1b2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59d3e8d1d1b2 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59d3e8d1d1b2 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59d3e8d31c5a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59d3e8d31c5a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x59d3e8d220f6 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59d3e8d220f6 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x59d3e8cfb5af - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59d3e8cfb5af - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59d3e8d153c9 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59d3e8c8c10e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x59d3e8c8c10e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59d3e8d15582 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x59d3e8d15582 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59d3e8cfb668 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59d3e8cf3009 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59d3e8cfc4bd - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59d3e8d3232c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59d3e8d321e3 - core[c5ed12ab89cc536a]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59d3e8c78362 - core[c5ed12ab89cc536a]::panicking::assert_failed::<[bool], [bool; 4usize]>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59d3e8c7f143 - chip8[6b149a497ad2e6ac]::display::tests::test_draw
[INFO] [stdout]                                at /opt/rustwide/workdir/src/display.rs:87:9
[INFO] [stdout]   22:     0x59d3e8c78dd7 - chip8[6b149a497ad2e6ac]::display::tests::test_draw::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/display.rs:78:19
[INFO] [stdout]   23:     0x59d3e8c803d6 - <chip8[6b149a497ad2e6ac]::display::tests::test_draw::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x59d3e8c804bb - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x59d3e8c804bb - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x59d3e8c8cd1a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x59d3e8c8cd1a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x59d3e8c8cd1a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x59d3e8c8cd1a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x59d3e8c8cd1a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x59d3e8c8cd1a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x59d3e8c8cd1a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x59d3e8c871e4 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x59d3e8c871e4 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x59d3e8c8f812 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x59d3e8c8f812 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x59d3e8c8f812 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x59d3e8c8f812 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x59d3e8c8f812 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x59d3e8c8f812 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x59d3e8c8f812 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x59d3e8d1ca5f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x59d3e8d1ca5f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x759a2b0f1aa4 - <unknown>
[INFO] [stdout]   45:     0x759a2b17ea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     display::tests::test_draw
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 42 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e0ea9491e75a824b1eec3ff673012012f3615b020beb27e8c25179b929f0e768", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0ea9491e75a824b1eec3ff673012012f3615b020beb27e8c25179b929f0e768", kill_on_drop: false }`
[INFO] [stdout] e0ea9491e75a824b1eec3ff673012012f3615b020beb27e8c25179b929f0e768
