[INFO] cloning repository https://github.com/arkasha401/proc_em [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arkasha401/proc_em" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farkasha401%2Fproc_em", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farkasha401%2Fproc_em'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cf28f8a036139693918f6d8601ef02f53d268698 [INFO] testing arkasha401/proc_em against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farkasha401%2Fproc_em" "/workspace/builds/worker-118/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-118/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/arkasha401/proc_em on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/arkasha401/proc_em [INFO] finished tweaking git repo https://github.com/arkasha401/proc_em [INFO] tweaked toml for git repo https://github.com/arkasha401/proc_em written to /workspace/builds/worker-118/source/Cargo.toml [INFO] crate git repo https://github.com/arkasha401/proc_em already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f0c4b9e93d1fb80aae8adbdbee5bb7eab9d07a5e99268f5a9dfc31ffabf36a4d [INFO] running `Command { std: "docker" "start" "-a" "f0c4b9e93d1fb80aae8adbdbee5bb7eab9d07a5e99268f5a9dfc31ffabf36a4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f0c4b9e93d1fb80aae8adbdbee5bb7eab9d07a5e99268f5a9dfc31ffabf36a4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0c4b9e93d1fb80aae8adbdbee5bb7eab9d07a5e99268f5a9dfc31ffabf36a4d", kill_on_drop: false }` [INFO] [stdout] f0c4b9e93d1fb80aae8adbdbee5bb7eab9d07a5e99268f5a9dfc31ffabf36a4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be0e66d074357ff6b3fe87c3247a836853adcb4ede50c00c29ac3fef7e0fa1c8 [INFO] running `Command { std: "docker" "start" "-a" "be0e66d074357ff6b3fe87c3247a836853adcb4ede50c00c29ac3fef7e0fa1c8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc_em v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `cpu::Instructions` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use cpu::Instructions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Instructions` in `cpu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/cpu.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 0 arguments were supplied [INFO] [stdout] --> src/cpu.rs:71:26 [INFO] [stdout] | [INFO] [stdout] 71 | let (opr, opa) = Memory::get(); [INFO] [stdout] | ^^^^^^^^^^^-- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 2 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/memory.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn get(&self, adress:usize) -> u8 { [INFO] [stdout] | ^^^ ----- ------------ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/cpu.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | let (opr, opa) = Memory::get(); [INFO] [stdout] | ^^^^^^^^^^ ------------- this expression has type `u8` [INFO] [stdout] | | [INFO] [stdout] | expected `u8`, found tuple [INFO] [stdout] | [INFO] [stdout] = note: expected type `u8` [INFO] [stdout] found tuple `(_, _)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fim_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 76 | 0x0 => self.fim_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `src_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:77:29 [INFO] [stdout] | [INFO] [stdout] 77 | 0x1 => self.src_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fin_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:81:29 [INFO] [stdout] | [INFO] [stdout] 81 | 0x0 => self.fin_op(), [INFO] [stdout] | ^^^^^^ help: there is an associated function with a similar name: `jcn_op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `jin_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:82:29 [INFO] [stdout] | [INFO] [stdout] 82 | 0x1 => self.jin_op(), [INFO] [stdout] | ^^^^^^ help: there is an associated function with a similar name: `jcn_op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `jun_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 85 | 0x4 => self.jun_op(), [INFO] [stdout] | ^^^^^^ help: there is an associated function with a similar name: `jcn_op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `jms_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:86:25 [INFO] [stdout] | [INFO] [stdout] 86 | 0x5 => self.jms_op(), [INFO] [stdout] | ^^^^^^ help: there is an associated function with a similar name: `jcn_op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `inc_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | 0x6 => self.inc_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `isz_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | 0x7 => self.isz_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `add_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | 0x8 => self.add_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sub_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:90:25 [INFO] [stdout] | [INFO] [stdout] 90 | 0x9 => self.sub_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `ld_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | 0xA => self.ld_op(), [INFO] [stdout] | ^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `xch_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:92:25 [INFO] [stdout] | [INFO] [stdout] 92 | 0xB => self.xch_op(), [INFO] [stdout] | ^^^^^^ help: there is an associated function with a similar name: `jcn_op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bbl_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:93:25 [INFO] [stdout] | [INFO] [stdout] 93 | 0xC => self.bbl_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `ldm_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:94:25 [INFO] [stdout] | [INFO] [stdout] 94 | 0xD => self.ldm_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `wrm_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:96:29 [INFO] [stdout] | [INFO] [stdout] 96 | 0x0 => self.wrm_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `wmp_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | 0x1 => self.wmp_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `wrr_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:98:29 [INFO] [stdout] | [INFO] [stdout] 98 | 0x2 => self.wrr_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `wr0_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:99:29 [INFO] [stdout] | [INFO] [stdout] 99 | 0x4 => self.wr0_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `wr1_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:100:29 [INFO] [stdout] | [INFO] [stdout] 100 | 0x5 => self.wr1_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `wr2_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:101:29 [INFO] [stdout] | [INFO] [stdout] 101 | 0x6 => self.wr2_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `wr3_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:102:29 [INFO] [stdout] | [INFO] [stdout] 102 | 0x7 => self.wr3_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sbm_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:103:29 [INFO] [stdout] | [INFO] [stdout] 103 | 0x8 => self.sbm_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `rdm_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:104:29 [INFO] [stdout] | [INFO] [stdout] 104 | 0x9 => self.rdm_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `rdr_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:105:29 [INFO] [stdout] | [INFO] [stdout] 105 | 0xA => self.rdr_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `adm_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:106:29 [INFO] [stdout] | [INFO] [stdout] 106 | 0xB => self.adm_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `rd0_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:107:29 [INFO] [stdout] | [INFO] [stdout] 107 | 0xC => self.rd0_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `rd1_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:108:29 [INFO] [stdout] | [INFO] [stdout] 108 | 0xD => self.rd1_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `rd2_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:109:29 [INFO] [stdout] | [INFO] [stdout] 109 | 0xE => self.rd2_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `rd3_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:110:29 [INFO] [stdout] | [INFO] [stdout] 110 | 0xF => self.rd3_op() [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clb_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:113:29 [INFO] [stdout] | [INFO] [stdout] 113 | 0x0 => self.clb_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clc_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:114:29 [INFO] [stdout] | [INFO] [stdout] 114 | 0x1 => self.clc_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iac_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:115:29 [INFO] [stdout] | [INFO] [stdout] 115 | 0x2 => self.iac_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cmc_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:116:29 [INFO] [stdout] | [INFO] [stdout] 116 | 0x3 => self.cmc_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cma_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:117:29 [INFO] [stdout] | [INFO] [stdout] 117 | 0x4 => self.cma_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `ral_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:118:29 [INFO] [stdout] | [INFO] [stdout] 118 | 0x5 => self.ral_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `rar_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:119:29 [INFO] [stdout] | [INFO] [stdout] 119 | 0x6 => self.rar_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `tcc_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:120:29 [INFO] [stdout] | [INFO] [stdout] 120 | 0x7 => self.tcc_op(), [INFO] [stdout] | ^^^^^^ help: there is an associated function with a similar name: `jcn_op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `dac_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:121:29 [INFO] [stdout] | [INFO] [stdout] 121 | 0x8 => self.dac_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `tcs_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:122:29 [INFO] [stdout] | [INFO] [stdout] 122 | 0x9 => self.tcs_op(), [INFO] [stdout] | ^^^^^^ help: there is an associated function with a similar name: `jcn_op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `stc_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:123:29 [INFO] [stdout] | [INFO] [stdout] 123 | 0xA => self.stc_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `daa_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:124:29 [INFO] [stdout] | [INFO] [stdout] 124 | 0xB => self.daa_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `kbp_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:125:29 [INFO] [stdout] | [INFO] [stdout] 125 | 0xC => self.kbp_op(), [INFO] [stdout] | ^^^^^^ method not found in `&mut CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `dcl_op` found for mutable reference `&mut CPU` in the current scope [INFO] [stdout] --> src/cpu.rs:126:29 [INFO] [stdout] | [INFO] [stdout] 126 | 0xD => self.dcl_op() [INFO] [stdout] | ^^^^^^ help: there is an associated function with a similar name: `jcn_op` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 0 arguments were supplied [INFO] [stdout] --> src/cpu.rs:134:26 [INFO] [stdout] | [INFO] [stdout] 134 | let (f_p, s_p) = Memory::get(); [INFO] [stdout] | ^^^^^^^^^^^-- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 2 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/memory.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn get(&self, adress:usize) -> u8 { [INFO] [stdout] | ^^^ ----- ------------ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/cpu.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | let (f_p, s_p) = Memory::get(); [INFO] [stdout] | ^^^^^^^^^^ ------------- this expression has type `u8` [INFO] [stdout] | | [INFO] [stdout] | expected `u8`, found tuple [INFO] [stdout] | [INFO] [stdout] = note: expected type `u8` [INFO] [stdout] found tuple `(_, _)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 48 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0308, E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `proc_em` due to 49 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "be0e66d074357ff6b3fe87c3247a836853adcb4ede50c00c29ac3fef7e0fa1c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be0e66d074357ff6b3fe87c3247a836853adcb4ede50c00c29ac3fef7e0fa1c8", kill_on_drop: false }` [INFO] [stdout] be0e66d074357ff6b3fe87c3247a836853adcb4ede50c00c29ac3fef7e0fa1c8