[INFO] updating cached repository https://github.com/Solomon1337/rust-gb-emulator [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] [stderr] From https://github.com/Solomon1337/rust-gb-emulator [INFO] [stderr] dfa29e6..c0388ec master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c0388ece74e1f37f116398cbf4130684d837f564 [INFO] checking Solomon1337/rust-gb-emulator against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSolomon1337%2Frust-gb-emulator" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Solomon1337/rust-gb-emulator on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Solomon1337/rust-gb-emulator [INFO] finished tweaking git repo https://github.com/Solomon1337/rust-gb-emulator [INFO] tweaked toml for git repo https://github.com/Solomon1337/rust-gb-emulator written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/Solomon1337/rust-gb-emulator already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "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] c77129e47e4d0d37394af2d93fd4d5892d6403ba430a34d8b204ae26fb8748cc [INFO] running `"docker" "start" "-a" "c77129e47e4d0d37394af2d93fd4d5892d6403ba430a34d8b204ae26fb8748cc"` [INFO] [stderr] Checking emu v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/processor/opcodes.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | pub func: |x| = {}, [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/processor/opcodes.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | pub func: |x| = {}, [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:24:33 [INFO] [stderr] | [INFO] [stderr] 24 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:30:33 [INFO] [stderr] | [INFO] [stderr] 30 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:36:33 [INFO] [stderr] | [INFO] [stderr] 36 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:42:33 [INFO] [stderr] | [INFO] [stderr] 42 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:48:33 [INFO] [stderr] | [INFO] [stderr] 48 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:54:33 [INFO] [stderr] | [INFO] [stderr] 54 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:60:33 [INFO] [stderr] | [INFO] [stderr] 60 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:66:33 [INFO] [stderr] | [INFO] [stderr] 66 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:72:33 [INFO] [stderr] | [INFO] [stderr] 72 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:78:33 [INFO] [stderr] | [INFO] [stderr] 78 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:84:33 [INFO] [stderr] | [INFO] [stderr] 84 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:90:33 [INFO] [stderr] | [INFO] [stderr] 90 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:96:33 [INFO] [stderr] | [INFO] [stderr] 96 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:102:33 [INFO] [stderr] | [INFO] [stderr] 102 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:108:33 [INFO] [stderr] | [INFO] [stderr] 108 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:114:33 [INFO] [stderr] | [INFO] [stderr] 114 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:120:33 [INFO] [stderr] | [INFO] [stderr] 120 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:126:33 [INFO] [stderr] | [INFO] [stderr] 126 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:132:33 [INFO] [stderr] | [INFO] [stderr] 132 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:138:33 [INFO] [stderr] | [INFO] [stderr] 138 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:144:33 [INFO] [stderr] | [INFO] [stderr] 144 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:150:33 [INFO] [stderr] | [INFO] [stderr] 150 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:156:33 [INFO] [stderr] | [INFO] [stderr] 156 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:162:33 [INFO] [stderr] | [INFO] [stderr] 162 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:168:33 [INFO] [stderr] | [INFO] [stderr] 168 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:174:33 [INFO] [stderr] | [INFO] [stderr] 174 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:180:33 [INFO] [stderr] | [INFO] [stderr] 180 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:186:33 [INFO] [stderr] | [INFO] [stderr] 186 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:24:33 [INFO] [stderr] | [INFO] [stderr] 24 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:192:33 [INFO] [stderr] | [INFO] [stderr] 192 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:198:33 [INFO] [stderr] | [INFO] [stderr] 198 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:30:33 [INFO] [stderr] | [INFO] [stderr] 30 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:204:33 [INFO] [stderr] | [INFO] [stderr] 204 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:36:33 [INFO] [stderr] | [INFO] [stderr] 36 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:42:33 [INFO] [stderr] | [INFO] [stderr] 42 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:210:33 [INFO] [stderr] | [INFO] [stderr] 210 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:216:33 [INFO] [stderr] | [INFO] [stderr] 216 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:222:33 [INFO] [stderr] | [INFO] [stderr] 222 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:228:33 [INFO] [stderr] | [INFO] [stderr] 228 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:234:33 [INFO] [stderr] | [INFO] [stderr] 234 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:240:33 [INFO] [stderr] | [INFO] [stderr] 240 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:246:33 [INFO] [stderr] | [INFO] [stderr] 246 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:252:33 [INFO] [stderr] | [INFO] [stderr] 252 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:48:33 [INFO] [stderr] | [INFO] [stderr] 48 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:54:33 [INFO] [stderr] | [INFO] [stderr] 54 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:60:33 [INFO] [stderr] | [INFO] [stderr] 60 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:66:33 [INFO] [stderr] | [INFO] [stderr] 66 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:258:33 [INFO] [stderr] | [INFO] [stderr] 258 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:264:33 [INFO] [stderr] | [INFO] [stderr] 264 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:270:33 [INFO] [stderr] | [INFO] [stderr] 270 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:276:33 [INFO] [stderr] | [INFO] [stderr] 276 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:282:33 [INFO] [stderr] | [INFO] [stderr] 282 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:288:33 [INFO] [stderr] | [INFO] [stderr] 288 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:300:33 [INFO] [stderr] | [INFO] [stderr] 300 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:306:33 [INFO] [stderr] | [INFO] [stderr] 306 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:312:33 [INFO] [stderr] | [INFO] [stderr] 312 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:318:33 [INFO] [stderr] | [INFO] [stderr] 318 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:324:33 [INFO] [stderr] | [INFO] [stderr] 324 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:330:33 [INFO] [stderr] | [INFO] [stderr] 330 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:336:33 [INFO] [stderr] | [INFO] [stderr] 336 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:342:33 [INFO] [stderr] | [INFO] [stderr] 342 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:348:33 [INFO] [stderr] | [INFO] [stderr] 348 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:354:33 [INFO] [stderr] | [INFO] [stderr] 354 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:360:33 [INFO] [stderr] | [INFO] [stderr] 360 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:366:33 [INFO] [stderr] | [INFO] [stderr] 366 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:372:33 [INFO] [stderr] | [INFO] [stderr] 372 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:72:33 [INFO] [stderr] | [INFO] [stderr] 72 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:78:33 [INFO] [stderr] | [INFO] [stderr] 78 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:84:33 [INFO] [stderr] | [INFO] [stderr] 84 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:90:33 [INFO] [stderr] | [INFO] [stderr] 90 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:96:33 [INFO] [stderr] | [INFO] [stderr] 96 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:102:33 [INFO] [stderr] | [INFO] [stderr] 102 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:108:33 [INFO] [stderr] | [INFO] [stderr] 108 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:114:33 [INFO] [stderr] | [INFO] [stderr] 114 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:120:33 [INFO] [stderr] | [INFO] [stderr] 120 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:126:33 [INFO] [stderr] | [INFO] [stderr] 126 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:132:33 [INFO] [stderr] | [INFO] [stderr] 132 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:138:33 [INFO] [stderr] | [INFO] [stderr] 138 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:144:33 [INFO] [stderr] | [INFO] [stderr] 144 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:150:33 [INFO] [stderr] | [INFO] [stderr] 150 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:378:33 [INFO] [stderr] | [INFO] [stderr] 378 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:156:33 [INFO] [stderr] | [INFO] [stderr] 156 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:384:33 [INFO] [stderr] | [INFO] [stderr] 384 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:162:33 [INFO] [stderr] | [INFO] [stderr] 162 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:390:33 [INFO] [stderr] | [INFO] [stderr] 390 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:168:33 [INFO] [stderr] | [INFO] [stderr] 168 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:174:33 [INFO] [stderr] | [INFO] [stderr] 174 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:396:33 [INFO] [stderr] | [INFO] [stderr] 396 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:402:33 [INFO] [stderr] | [INFO] [stderr] 402 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:408:33 [INFO] [stderr] | [INFO] [stderr] 408 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:414:33 [INFO] [stderr] | [INFO] [stderr] 414 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:420:33 [INFO] [stderr] | [INFO] [stderr] 420 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:426:33 [INFO] [stderr] | [INFO] [stderr] 426 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:432:33 [INFO] [stderr] | [INFO] [stderr] 432 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:438:33 [INFO] [stderr] | [INFO] [stderr] 438 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:444:33 [INFO] [stderr] | [INFO] [stderr] 444 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:450:33 [INFO] [stderr] | [INFO] [stderr] 450 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:456:33 [INFO] [stderr] | [INFO] [stderr] 456 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:180:33 [INFO] [stderr] | [INFO] [stderr] 180 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:186:33 [INFO] [stderr] | [INFO] [stderr] 186 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:192:33 [INFO] [stderr] | [INFO] [stderr] 192 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:198:33 [INFO] [stderr] | [INFO] [stderr] 198 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:204:33 [INFO] [stderr] | [INFO] [stderr] 204 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:210:33 [INFO] [stderr] | [INFO] [stderr] 210 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:216:33 [INFO] [stderr] | [INFO] [stderr] 216 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:222:33 [INFO] [stderr] | [INFO] [stderr] 222 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:228:33 [INFO] [stderr] | [INFO] [stderr] 228 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:234:33 [INFO] [stderr] | [INFO] [stderr] 234 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:240:33 [INFO] [stderr] | [INFO] [stderr] 240 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:246:33 [INFO] [stderr] | [INFO] [stderr] 246 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:252:33 [INFO] [stderr] | [INFO] [stderr] 252 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:462:33 [INFO] [stderr] | [INFO] [stderr] 462 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:468:33 [INFO] [stderr] | [INFO] [stderr] 468 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:474:33 [INFO] [stderr] | [INFO] [stderr] 474 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:487:33 [INFO] [stderr] | [INFO] [stderr] 487 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:258:33 [INFO] [stderr] | [INFO] [stderr] 258 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] warning: unused import: `cpu` [INFO] [stderr] --> src/processor/opcodes.rs:2:24 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::processor::{cpu, instructions}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:264:33 [INFO] [stderr] | [INFO] [stderr] 264 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/processor/register.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | / (if self.z {0x80} else {0x00} | [INFO] [stderr] 61 | | if self.n {0x40} else {0x00} | [INFO] [stderr] 62 | | if self.h {0x20} else {0x00} | [INFO] [stderr] 63 | | if self.c {0x10} else {0x00}) [INFO] [stderr] | |______________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 60 | if self.z {0x80} else {0x00} | [INFO] [stderr] 61 | if self.n {0x40} else {0x00} | [INFO] [stderr] 62 | if self.h {0x20} else {0x00} | [INFO] [stderr] 63 | if self.c {0x10} else {0x00} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:270:33 [INFO] [stderr] | [INFO] [stderr] 270 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:276:33 [INFO] [stderr] | [INFO] [stderr] 276 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:282:33 [INFO] [stderr] | [INFO] [stderr] 282 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:288:33 [INFO] [stderr] | [INFO] [stderr] 288 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:294:33 [INFO] [stderr] | [INFO] [stderr] 294 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:300:33 [INFO] [stderr] | [INFO] [stderr] 300 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:306:33 [INFO] [stderr] | [INFO] [stderr] 306 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:312:33 [INFO] [stderr] | [INFO] [stderr] 312 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:318:33 [INFO] [stderr] | [INFO] [stderr] 318 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:324:33 [INFO] [stderr] | [INFO] [stderr] 324 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:330:33 [INFO] [stderr] | [INFO] [stderr] 330 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:336:33 [INFO] [stderr] | [INFO] [stderr] 336 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:342:33 [INFO] [stderr] | [INFO] [stderr] 342 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:348:33 [INFO] [stderr] | [INFO] [stderr] 348 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:354:33 [INFO] [stderr] | [INFO] [stderr] 354 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:360:33 [INFO] [stderr] | [INFO] [stderr] 360 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:366:33 [INFO] [stderr] | [INFO] [stderr] 366 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:372:33 [INFO] [stderr] | [INFO] [stderr] 372 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:378:33 [INFO] [stderr] | [INFO] [stderr] 378 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:384:33 [INFO] [stderr] | [INFO] [stderr] 384 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:390:33 [INFO] [stderr] | [INFO] [stderr] 390 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:396:33 [INFO] [stderr] | [INFO] [stderr] 396 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:402:33 [INFO] [stderr] | [INFO] [stderr] 402 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:408:33 [INFO] [stderr] | [INFO] [stderr] 408 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:414:33 [INFO] [stderr] | [INFO] [stderr] 414 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:420:33 [INFO] [stderr] | [INFO] [stderr] 420 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:426:33 [INFO] [stderr] | [INFO] [stderr] 426 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:432:33 [INFO] [stderr] | [INFO] [stderr] 432 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:438:33 [INFO] [stderr] | [INFO] [stderr] 438 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:444:33 [INFO] [stderr] | [INFO] [stderr] 444 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:450:33 [INFO] [stderr] | [INFO] [stderr] 450 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:456:33 [INFO] [stderr] | [INFO] [stderr] 456 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:462:33 [INFO] [stderr] | [INFO] [stderr] 462 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:468:33 [INFO] [stderr] | [INFO] [stderr] 468 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:474:33 [INFO] [stderr] | [INFO] [stderr] 474 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:487:33 [INFO] [stderr] | [INFO] [stderr] 487 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] warning: unused import: `cpu` [INFO] [stderr] --> src/processor/opcodes.rs:2:24 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::processor::{cpu, instructions}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/processor/register.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | / (if self.z {0x80} else {0x00} | [INFO] [stderr] 61 | | if self.n {0x40} else {0x00} | [INFO] [stderr] 62 | | if self.h {0x20} else {0x00} | [INFO] [stderr] 63 | | if self.c {0x10} else {0x00}) [INFO] [stderr] | |______________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 60 | if self.z {0x80} else {0x00} | [INFO] [stderr] 61 | if self.n {0x40} else {0x00} | [INFO] [stderr] 62 | if self.h {0x20} else {0x00} | [INFO] [stderr] 63 | if self.c {0x10} else {0x00} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `func` on type `processor::opcodes::Op` [INFO] [stderr] --> src/processor/cpu.rs:35:17 [INFO] [stderr] | [INFO] [stderr] 35 | (op.func)(&self, op.used_reg); [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `name`, `length`, `cycles`, `used_reg` [INFO] [stderr] [INFO] [stderr] error: aborting due to 79 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0609]: no field `func` on type `processor::opcodes::Op` [INFO] [stderr] --> src/processor/cpu.rs:35:17 [INFO] [stderr] | [INFO] [stderr] 35 | (op.func)(&self, op.used_reg); [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `name`, `length`, `cycles`, `used_reg` [INFO] [stderr] [INFO] [stderr] error: could not compile `emu`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 79 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `emu`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c77129e47e4d0d37394af2d93fd4d5892d6403ba430a34d8b204ae26fb8748cc"` [INFO] running `"docker" "rm" "-f" "c77129e47e4d0d37394af2d93fd4d5892d6403ba430a34d8b204ae26fb8748cc"` [INFO] [stdout] c77129e47e4d0d37394af2d93fd4d5892d6403ba430a34d8b204ae26fb8748cc