[INFO] updating cached repository https://github.com/patallen/RIP-8 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 418e27bc9f00fb6353adaac0d313ce8ca545af10 [INFO] checking patallen/RIP-8 against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpatallen%2FRIP-8" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/patallen/RIP-8 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/patallen/RIP-8 [INFO] finished tweaking git repo https://github.com/patallen/RIP-8 [INFO] tweaked toml for git repo https://github.com/patallen/RIP-8 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/patallen/RIP-8 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fcaa80fc0aeeb1ff1b11043748690f42b8a00bd8d34341a7646dadd3b2087345 [INFO] running `"docker" "start" "-a" "fcaa80fc0aeeb1ff1b11043748690f42b8a00bd8d34341a7646dadd3b2087345"` [INFO] [stderr] Checking lazy_static v0.2.5 [INFO] [stderr] Checking termion v1.3.0 [INFO] [stderr] Checking serde_json v0.9.9 [INFO] [stderr] Checking ordered-float v0.4.0 [INFO] [stderr] Checking serde_yaml v0.6.2 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Checking sdl2 v0.27.3 [INFO] [stderr] Checking serde-value v0.4.0 [INFO] [stderr] Compiling serde_derive v0.9.12 [INFO] [stderr] Checking log4rs v0.6.2 [INFO] [stderr] Checking chip8 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0609]: no field `sp` on type `cpu::CPU<'_>` [INFO] [stderr] --> src/cpu.rs:464:20 [INFO] [stderr] | [INFO] [stderr] 464 | assert_eq!(cpu.sp, 1); [INFO] [stderr] | ^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `hz`, `program_delay`, `mem`, `regs`, `index` ... and 6 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `sp` on type `cpu::CPU<'_>` [INFO] [stderr] --> src/cpu.rs:465:30 [INFO] [stderr] | [INFO] [stderr] 465 | assert_eq!(cpu.stack[cpu.sp as usize], 0x202); [INFO] [stderr] | ^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `hz`, `program_delay`, `mem`, `regs`, `index` ... and 6 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `sp` on type `cpu::CPU<'_>` [INFO] [stderr] --> src/cpu.rs:479:20 [INFO] [stderr] | [INFO] [stderr] 479 | assert_eq!(cpu.sp, 0); [INFO] [stderr] | ^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `hz`, `program_delay`, `mem`, `regs`, `index` ... and 6 others [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/display.rs:120:20 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn new(context: sdl2::Sdl) -> Display<'d> { [INFO] [stderr] | --------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 120 | let mut disp = Display::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/display.rs:132:20 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn new(context: sdl2::Sdl) -> Display<'d> { [INFO] [stderr] | --------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 132 | let mut disp = Display::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `write_byte` found for type `display::Display<'_>` in the current scope [INFO] [stderr] --> src/display.rs:133:20 [INFO] [stderr] | [INFO] [stderr] 16 | pub struct Display<'d> { [INFO] [stderr] | ---------------------- method `write_byte` not found for this [INFO] [stderr] ... [INFO] [stderr] 133 | let res = disp.write_byte(byte, x, y); [INFO] [stderr] | ^^^^^^^^^^ help: there is a method with a similar name: `write_bytes` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/display.rs:135:36 [INFO] [stderr] | [INFO] [stderr] 135 | let arr: [u8; 8] = get_sub_arr(&disp.pixels, x, y); [INFO] [stderr] | ^^^^^^^^^^^^ expected u8, found bool [INFO] [stderr] | [INFO] [stderr] = note: expected type `&[u8; 2048]` [INFO] [stderr] found type `&[bool; 2048]` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/display.rs:142:20 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn new(context: sdl2::Sdl) -> Display<'d> { [INFO] [stderr] | --------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 142 | let mut disp = Display::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `write_byte` found for type `display::Display<'_>` in the current scope [INFO] [stderr] --> src/display.rs:143:20 [INFO] [stderr] | [INFO] [stderr] 16 | pub struct Display<'d> { [INFO] [stderr] | ---------------------- method `write_byte` not found for this [INFO] [stderr] ... [INFO] [stderr] 143 | let res = disp.write_byte(0b10101010, 60, 1); [INFO] [stderr] | ^^^^^^^^^^ help: there is a method with a similar name: `write_bytes` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/display.rs:148:19 [INFO] [stderr] | [INFO] [stderr] 148 | list[i] = disp.pixels[i + start]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected u8, found bool [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SysAddressJump_0x0000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:140:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SysAddressJump_0x0000` not found here [INFO] [stderr] ... [INFO] [stderr] 140 | (0x0000, Instruction::SysAddressJump_0x0000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SysAddressJump_0x0NNN` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `JumpLocation_0x1000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:141:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `JumpLocation_0x1000` not found here [INFO] [stderr] ... [INFO] [stderr] 141 | (0x1000, Instruction::JumpLocation_0x1000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `JumpLocation_0x1NNN` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `CallSubroutine_0x2000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:142:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `CallSubroutine_0x2000` not found here [INFO] [stderr] ... [INFO] [stderr] 142 | (0x2000, Instruction::CallSubroutine_0x2000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `CallSubroutine_0x2NNN` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SkipInstrIfVxEqPL_0x3000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:143:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SkipInstrIfVxEqPL_0x3000` not found here [INFO] [stderr] ... [INFO] [stderr] 143 | (0x3000, Instruction::SkipInstrIfVxEqPL_0x3000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SkipInstrIfVxEqPL_0x3XNN` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SkipInstrIfVxNotEqPL_0x4000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:144:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SkipInstrIfVxNotEqPL_0x4000` not found here [INFO] [stderr] ... [INFO] [stderr] 144 | (0x4000, Instruction::SkipInstrIfVxNotEqPL_0x4000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SkipInstrIfVxNotEqPL_0x4XNN` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SkipInstrIfVxVy_0x5000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:145:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SkipInstrIfVxVy_0x5000` not found here [INFO] [stderr] ... [INFO] [stderr] 145 | (0x5000, Instruction::SkipInstrIfVxVy_0x5000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SkipInstrIfVxVy_0x5XY0` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SetVxToPL_0x6000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:146:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SetVxToPL_0x6000` not found here [INFO] [stderr] ... [INFO] [stderr] 146 | (0x6000, Instruction::SetVxToPL_0x6000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SetVxToPL_0x6XNN` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `IncrementVxByPL_0x7000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:147:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `IncrementVxByPL_0x7000` not found here [INFO] [stderr] ... [INFO] [stderr] 147 | (0x7000, Instruction::IncrementVxByPL_0x7000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `IncrementVxByPL_0x7XNN` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SetVxToVy_0x8000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:148:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SetVxToVy_0x8000` not found here [INFO] [stderr] ... [INFO] [stderr] 148 | (0x8FF0, Instruction::SetVxToVy_0x8000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SetVxToVy_0x8XY0` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SetVxToVxORVy_0x8001` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:149:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SetVxToVxORVy_0x8001` not found here [INFO] [stderr] ... [INFO] [stderr] 149 | (0x8FF1, Instruction::SetVxToVxORVy_0x8001), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SetVxToVxORVy_0x8XY1` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SetVxToVxANDVy_0x8002` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:150:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SetVxToVxANDVy_0x8002` not found here [INFO] [stderr] ... [INFO] [stderr] 150 | (0x8FF2, Instruction::SetVxToVxANDVy_0x8002), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SetVxToVxANDVy_0x8XY2` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SetVxToVxXORVy_0x8003` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:151:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SetVxToVxXORVy_0x8003` not found here [INFO] [stderr] ... [INFO] [stderr] 151 | (0x8FF3, Instruction::SetVxToVxXORVy_0x8003), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SetVxToVxXORVy_0x8XY3` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `IncrementVxByVyAndCarry_0x8004` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:152:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `IncrementVxByVyAndCarry_0x8004` not found here [INFO] [stderr] ... [INFO] [stderr] 152 | (0x8FF4, Instruction::IncrementVxByVyAndCarry_0x8004), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `IncrementVxByVyAndCarry_0x8XY4` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `DecrementVxByVyNoBorrow_0x8005` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:153:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `DecrementVxByVyNoBorrow_0x8005` not found here [INFO] [stderr] ... [INFO] [stderr] 153 | (0x8FF5, Instruction::DecrementVxByVyNoBorrow_0x8005), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `DecrementVxByVyNoBorrow_0x8XY5` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `ShiftAndRotateVxRight_0x8006` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:154:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `ShiftAndRotateVxRight_0x8006` not found here [INFO] [stderr] ... [INFO] [stderr] 154 | (0x8FF6, Instruction::ShiftAndRotateVxRight_0x8006), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `ShiftAndRotateVxRight_0x8XY6` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `DecrementVyByVxNoBorrow_0x8007` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:155:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `DecrementVyByVxNoBorrow_0x8007` not found here [INFO] [stderr] ... [INFO] [stderr] 155 | (0x8FF7, Instruction::DecrementVyByVxNoBorrow_0x8007), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `DecrementVyByVxNoBorrow_0x8XY7` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `ShiftAndRotateVxLeft_0x800E` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:156:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `ShiftAndRotateVxLeft_0x800E` not found here [INFO] [stderr] ... [INFO] [stderr] 156 | (0x8FFE, Instruction::ShiftAndRotateVxLeft_0x800E), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `ShiftAndRotateVxLeft_0x8XYE` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SkipInstrIfVxNotVy_0x9000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:157:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SkipInstrIfVxNotVy_0x9000` not found here [INFO] [stderr] ... [INFO] [stderr] 157 | (0x9000, Instruction::SkipInstrIfVxNotVy_0x9000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SkipInstrIfVxNotVy_0x9XY0` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SetIndexRegToPL_0xA000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:158:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SetIndexRegToPL_0xA000` not found here [INFO] [stderr] ... [INFO] [stderr] 158 | (0xA000, Instruction::SetIndexRegToPL_0xA000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SetIndexRegToPL_0xANNN` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `JumpToV0PlusPL_0xB000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:159:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `JumpToV0PlusPL_0xB000` not found here [INFO] [stderr] ... [INFO] [stderr] 159 | (0xB000, Instruction::JumpToV0PlusPL_0xB000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `JumpToV0PlusPL_0xBNNN` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SetVxRandByteANDPL_0xC000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:160:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SetVxRandByteANDPL_0xC000` not found here [INFO] [stderr] ... [INFO] [stderr] 160 | (0xC000, Instruction::SetVxRandByteANDPL_0xC000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SetVxRandByteANDPL_0xCXNN` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `DisplaySpriteSetVfColl_0xD000` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:161:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `DisplaySpriteSetVfColl_0xD000` not found here [INFO] [stderr] ... [INFO] [stderr] 161 | (0xD000, Instruction::DisplaySpriteSetVfColl_0xD000), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `DisplaySpriteSetVfColl_0xDXYN` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SkipInstrIfVxPressed_0xE09E` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:162:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SkipInstrIfVxPressed_0xE09E` not found here [INFO] [stderr] ... [INFO] [stderr] 162 | (0xEF9E, Instruction::SkipInstrIfVxPressed_0xE09E), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SkipInstrIfVxPressed_0xEX9E` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SkipInstrIfVxNotPressed_0xE0A1` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:163:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SkipInstrIfVxNotPressed_0xE0A1` not found here [INFO] [stderr] ... [INFO] [stderr] 163 | (0xEFA1, Instruction::SkipInstrIfVxNotPressed_0xE0A1), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SkipInstrIfVxNotPressed_0xEXA1` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SetVxToDelayTimerVal_0xF007` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:164:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SetVxToDelayTimerVal_0xF007` not found here [INFO] [stderr] ... [INFO] [stderr] 164 | (0xFF07, Instruction::SetVxToDelayTimerVal_0xF007), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SetVxToDelayTimerVal_0xFX07` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `WaitForKeyStoreInVx_0xF00A` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:165:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `WaitForKeyStoreInVx_0xF00A` not found here [INFO] [stderr] ... [INFO] [stderr] 165 | (0xFF0A, Instruction::WaitForKeyStoreInVx_0xF00A), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `WaitForKeyStoreInVx_0xFX0A` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SetDelayTimerToVx_0xF015` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:166:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SetDelayTimerToVx_0xF015` not found here [INFO] [stderr] ... [INFO] [stderr] 166 | (0xFF15, Instruction::SetDelayTimerToVx_0xF015), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SetDelayTimerToVx_0xFX15` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SetSoundTimerToVx_0xF018` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:167:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SetSoundTimerToVx_0xF018` not found here [INFO] [stderr] ... [INFO] [stderr] 167 | (0xFF18, Instruction::SetSoundTimerToVx_0xF018), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SetSoundTimerToVx_0xFX18` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `IncrementIndexRegByVx_0xF01E` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:168:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `IncrementIndexRegByVx_0xF01E` not found here [INFO] [stderr] ... [INFO] [stderr] 168 | (0xFF1E, Instruction::IncrementIndexRegByVx_0xF01E), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `IncrementIndexRegByVx_0xFX1E` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `SetIndexRegToVxSprite_0xF029` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:169:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `SetIndexRegToVxSprite_0xF029` not found here [INFO] [stderr] ... [INFO] [stderr] 169 | (0xFF29, Instruction::SetIndexRegToVxSprite_0xF029), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `SetIndexRegToVxSprite_0xFX29` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `StoreBCDOfVxIn3Bytes_0xF033` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:170:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `StoreBCDOfVxIn3Bytes_0xF033` not found here [INFO] [stderr] ... [INFO] [stderr] 170 | (0xFF33, Instruction::StoreBCDOfVxIn3Bytes_0xF033), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `StoreBCDOfVxIn3Bytes_0xFX33` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `StoreRegsUptoVx_0xF055` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:171:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `StoreRegsUptoVx_0xF055` not found here [INFO] [stderr] ... [INFO] [stderr] 171 | (0xFF55, Instruction::StoreRegsUptoVx_0xF055), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `StoreRegsUptoVx_0xFX55` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `ReadRegsUptoVx_0xF065` found for type `opcodes::Instruction` in the current scope [INFO] [stderr] --> src/opcodes.rs:172:31 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Instruction { [INFO] [stderr] | -------------------- variant or associated item `ReadRegsUptoVx_0xF065` not found here [INFO] [stderr] ... [INFO] [stderr] 172 | (0xFF65, Instruction::ReadRegsUptoVx_0xF065), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `opcodes::Instruction` [INFO] [stderr] | help: there is a variant with a similar name: `ReadRegsUptoVx_0xFX65` [INFO] [stderr] [INFO] [stderr] error: aborting due to 43 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `chip8`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fcaa80fc0aeeb1ff1b11043748690f42b8a00bd8d34341a7646dadd3b2087345"` [INFO] running `"docker" "rm" "-f" "fcaa80fc0aeeb1ff1b11043748690f42b8a00bd8d34341a7646dadd3b2087345"` [INFO] [stdout] fcaa80fc0aeeb1ff1b11043748690f42b8a00bd8d34341a7646dadd3b2087345