[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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cb37e0dd629422ffbd93c7722d5d6e1b06ee25ee [INFO] checking Solomon1337/rust-gb-emulator against master#0cbcb17d3306d6e22eafc2c05ce885db97d0189c for pr-68746 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSolomon1337%2Frust-gb-emulator" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Solomon1337/rust-gb-emulator on toolchain 0cbcb17d3306d6e22eafc2c05ce885db97d0189c [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "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-4/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" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "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] bed2e3facb96a9cecebd2416560224951b5a814d4cb94fc505ca51ac832d68b7 [INFO] running `"docker" "start" "-a" "bed2e3facb96a9cecebd2416560224951b5a814d4cb94fc505ca51ac832d68b7"` [INFO] [stderr] Checking emu v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `load` in module `instructions` [INFO] [stderr] --> src/processor/opcodes.rs:23:33 [INFO] [stderr] | [INFO] [stderr] 23 | 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:29:33 [INFO] [stderr] | [INFO] [stderr] 29 | 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:35:33 [INFO] [stderr] | [INFO] [stderr] 35 | 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:41:33 [INFO] [stderr] | [INFO] [stderr] 41 | 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:47:33 [INFO] [stderr] | [INFO] [stderr] 47 | 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:53:33 [INFO] [stderr] | [INFO] [stderr] 53 | 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:59:33 [INFO] [stderr] | [INFO] [stderr] 59 | 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:65:33 [INFO] [stderr] | [INFO] [stderr] 65 | 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:71:33 [INFO] [stderr] | [INFO] [stderr] 71 | 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:77:33 [INFO] [stderr] | [INFO] [stderr] 77 | 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:83:33 [INFO] [stderr] | [INFO] [stderr] 83 | 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:89:33 [INFO] [stderr] | [INFO] [stderr] 89 | 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:95:33 [INFO] [stderr] | [INFO] [stderr] 95 | 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:101:33 [INFO] [stderr] | [INFO] [stderr] 101 | 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:107:33 [INFO] [stderr] | [INFO] [stderr] 107 | 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:113:33 [INFO] [stderr] | [INFO] [stderr] 113 | 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:119:33 [INFO] [stderr] | [INFO] [stderr] 119 | 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:125:33 [INFO] [stderr] | [INFO] [stderr] 125 | 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:131:33 [INFO] [stderr] | [INFO] [stderr] 131 | 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:137:33 [INFO] [stderr] | [INFO] [stderr] 137 | 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:143:33 [INFO] [stderr] | [INFO] [stderr] 143 | 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:149:33 [INFO] [stderr] | [INFO] [stderr] 149 | 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:155:33 [INFO] [stderr] | [INFO] [stderr] 155 | 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:161:33 [INFO] [stderr] | [INFO] [stderr] 161 | 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:167:33 [INFO] [stderr] | [INFO] [stderr] 167 | 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:173:33 [INFO] [stderr] | [INFO] [stderr] 173 | 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:179:33 [INFO] [stderr] | [INFO] [stderr] 179 | 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:185:33 [INFO] [stderr] | [INFO] [stderr] 185 | 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:191:33 [INFO] [stderr] | [INFO] [stderr] 191 | 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:197:33 [INFO] [stderr] | [INFO] [stderr] 197 | 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:203:33 [INFO] [stderr] | [INFO] [stderr] 203 | 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:209:33 [INFO] [stderr] | [INFO] [stderr] 209 | 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:215:33 [INFO] [stderr] | [INFO] [stderr] 215 | 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:221:33 [INFO] [stderr] | [INFO] [stderr] 221 | 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:227:33 [INFO] [stderr] | [INFO] [stderr] 227 | 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:233:33 [INFO] [stderr] | [INFO] [stderr] 233 | 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:239:33 [INFO] [stderr] | [INFO] [stderr] 239 | 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:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | 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:251:33 [INFO] [stderr] | [INFO] [stderr] 251 | 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:257:33 [INFO] [stderr] | [INFO] [stderr] 257 | 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:263:33 [INFO] [stderr] | [INFO] [stderr] 263 | 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:269:33 [INFO] [stderr] | [INFO] [stderr] 269 | 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:275:33 [INFO] [stderr] | [INFO] [stderr] 275 | 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:281:33 [INFO] [stderr] | [INFO] [stderr] 281 | 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:287:33 [INFO] [stderr] | [INFO] [stderr] 287 | 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:293:33 [INFO] [stderr] | [INFO] [stderr] 293 | 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:299:33 [INFO] [stderr] | [INFO] [stderr] 299 | 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:305:33 [INFO] [stderr] | [INFO] [stderr] 305 | 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:311:33 [INFO] [stderr] | [INFO] [stderr] 311 | 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:317:33 [INFO] [stderr] | [INFO] [stderr] 317 | 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:323:33 [INFO] [stderr] | [INFO] [stderr] 323 | 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:329:33 [INFO] [stderr] | [INFO] [stderr] 329 | 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:335:33 [INFO] [stderr] | [INFO] [stderr] 335 | 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:341:33 [INFO] [stderr] | [INFO] [stderr] 341 | 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:347:33 [INFO] [stderr] | [INFO] [stderr] 347 | 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:353:33 [INFO] [stderr] | [INFO] [stderr] 353 | 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:359:33 [INFO] [stderr] | [INFO] [stderr] 359 | 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:365:33 [INFO] [stderr] | [INFO] [stderr] 365 | 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:371:33 [INFO] [stderr] | [INFO] [stderr] 371 | 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:377:33 [INFO] [stderr] | [INFO] [stderr] 377 | 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:383:33 [INFO] [stderr] | [INFO] [stderr] 383 | 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:389:33 [INFO] [stderr] | [INFO] [stderr] 389 | 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:395:33 [INFO] [stderr] | [INFO] [stderr] 395 | 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:401:33 [INFO] [stderr] | [INFO] [stderr] 401 | 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:407:33 [INFO] [stderr] | [INFO] [stderr] 407 | 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:413:33 [INFO] [stderr] | [INFO] [stderr] 413 | 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:419:33 [INFO] [stderr] | [INFO] [stderr] 419 | 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:425:33 [INFO] [stderr] | [INFO] [stderr] 425 | 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:431:33 [INFO] [stderr] | [INFO] [stderr] 431 | 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:437:33 [INFO] [stderr] | [INFO] [stderr] 437 | 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:443:33 [INFO] [stderr] | [INFO] [stderr] 443 | 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:23:33 [INFO] [stderr] | [INFO] [stderr] 23 | 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:449:33 [INFO] [stderr] | [INFO] [stderr] 449 | 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:455:33 [INFO] [stderr] | [INFO] [stderr] 455 | 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:461:33 [INFO] [stderr] | [INFO] [stderr] 461 | 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:467:33 [INFO] [stderr] | [INFO] [stderr] 467 | 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:473:33 [INFO] [stderr] | [INFO] [stderr] 473 | 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:486:33 [INFO] [stderr] | [INFO] [stderr] 486 | 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:29:33 [INFO] [stderr] | [INFO] [stderr] 29 | 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:35:33 [INFO] [stderr] | [INFO] [stderr] 35 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::processor::register` [INFO] [stderr] --> src/processor/opcodes.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::processor::register; [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:41:33 [INFO] [stderr] | [INFO] [stderr] 41 | 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:47:33 [INFO] [stderr] | [INFO] [stderr] 47 | 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:53:33 [INFO] [stderr] | [INFO] [stderr] 53 | 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:59:33 [INFO] [stderr] | [INFO] [stderr] 59 | 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:65:33 [INFO] [stderr] | [INFO] [stderr] 65 | 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:71:33 [INFO] [stderr] | [INFO] [stderr] 71 | 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:77:33 [INFO] [stderr] | [INFO] [stderr] 77 | 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:83:33 [INFO] [stderr] | [INFO] [stderr] 83 | 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:89:33 [INFO] [stderr] | [INFO] [stderr] 89 | 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:95:33 [INFO] [stderr] | [INFO] [stderr] 95 | 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:101:33 [INFO] [stderr] | [INFO] [stderr] 101 | 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:107:33 [INFO] [stderr] | [INFO] [stderr] 107 | 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:113:33 [INFO] [stderr] | [INFO] [stderr] 113 | 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:119:33 [INFO] [stderr] | [INFO] [stderr] 119 | 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:125:33 [INFO] [stderr] | [INFO] [stderr] 125 | 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:131:33 [INFO] [stderr] | [INFO] [stderr] 131 | 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:137:33 [INFO] [stderr] | [INFO] [stderr] 137 | 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:143:33 [INFO] [stderr] | [INFO] [stderr] 143 | 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:149:33 [INFO] [stderr] | [INFO] [stderr] 149 | 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:155:33 [INFO] [stderr] | [INFO] [stderr] 155 | 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:161:33 [INFO] [stderr] | [INFO] [stderr] 161 | 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:167:33 [INFO] [stderr] | [INFO] [stderr] 167 | 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:173:33 [INFO] [stderr] | [INFO] [stderr] 173 | 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:179:33 [INFO] [stderr] | [INFO] [stderr] 179 | 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:185:33 [INFO] [stderr] | [INFO] [stderr] 185 | 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:191:33 [INFO] [stderr] | [INFO] [stderr] 191 | 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:197:33 [INFO] [stderr] | [INFO] [stderr] 197 | 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:203:33 [INFO] [stderr] | [INFO] [stderr] 203 | 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:209:33 [INFO] [stderr] | [INFO] [stderr] 209 | 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:215:33 [INFO] [stderr] | [INFO] [stderr] 215 | 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:221:33 [INFO] [stderr] | [INFO] [stderr] 221 | 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:227:33 [INFO] [stderr] | [INFO] [stderr] 227 | 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:233:33 [INFO] [stderr] | [INFO] [stderr] 233 | 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:239:33 [INFO] [stderr] | [INFO] [stderr] 239 | 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:245:33 [INFO] [stderr] | [INFO] [stderr] 245 | 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:251:33 [INFO] [stderr] | [INFO] [stderr] 251 | 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:257:33 [INFO] [stderr] | [INFO] [stderr] 257 | 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:263:33 [INFO] [stderr] | [INFO] [stderr] 263 | 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:269:33 [INFO] [stderr] | [INFO] [stderr] 269 | 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:275:33 [INFO] [stderr] | [INFO] [stderr] 275 | 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:281:33 [INFO] [stderr] | [INFO] [stderr] 281 | 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:287:33 [INFO] [stderr] | [INFO] [stderr] 287 | 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:293:33 [INFO] [stderr] | [INFO] [stderr] 293 | 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:299:33 [INFO] [stderr] | [INFO] [stderr] 299 | 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:305:33 [INFO] [stderr] | [INFO] [stderr] 305 | 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:311:33 [INFO] [stderr] | [INFO] [stderr] 311 | 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:317:33 [INFO] [stderr] | [INFO] [stderr] 317 | 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:323:33 [INFO] [stderr] | [INFO] [stderr] 323 | 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:329:33 [INFO] [stderr] | [INFO] [stderr] 329 | 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:335:33 [INFO] [stderr] | [INFO] [stderr] 335 | 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:341:33 [INFO] [stderr] | [INFO] [stderr] 341 | 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:347:33 [INFO] [stderr] | [INFO] [stderr] 347 | 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:353:33 [INFO] [stderr] | [INFO] [stderr] 353 | 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:359:33 [INFO] [stderr] | [INFO] [stderr] 359 | 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:365:33 [INFO] [stderr] | [INFO] [stderr] 365 | 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:371:33 [INFO] [stderr] | [INFO] [stderr] 371 | 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:377:33 [INFO] [stderr] | [INFO] [stderr] 377 | 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:383:33 [INFO] [stderr] | [INFO] [stderr] 383 | 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:389:33 [INFO] [stderr] | [INFO] [stderr] 389 | 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:395:33 [INFO] [stderr] | [INFO] [stderr] 395 | 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:401:33 [INFO] [stderr] | [INFO] [stderr] 401 | 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:407:33 [INFO] [stderr] | [INFO] [stderr] 407 | 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:413:33 [INFO] [stderr] | [INFO] [stderr] 413 | 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:419:33 [INFO] [stderr] | [INFO] [stderr] 419 | 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:425:33 [INFO] [stderr] | [INFO] [stderr] 425 | 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:431:33 [INFO] [stderr] | [INFO] [stderr] 431 | 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:437:33 [INFO] [stderr] | [INFO] [stderr] 437 | 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:443:33 [INFO] [stderr] | [INFO] [stderr] 443 | 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:449:33 [INFO] [stderr] | [INFO] [stderr] 449 | 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:455:33 [INFO] [stderr] | [INFO] [stderr] 455 | 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:461:33 [INFO] [stderr] | [INFO] [stderr] 461 | 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:467:33 [INFO] [stderr] | [INFO] [stderr] 467 | 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:473:33 [INFO] [stderr] | [INFO] [stderr] 473 | 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:486:33 [INFO] [stderr] | [INFO] [stderr] 486 | func: instructions::load, [INFO] [stderr] | ^^^^ not found in `instructions` [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::processor::register` [INFO] [stderr] --> src/processor/opcodes.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::processor::register; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/processor/opcodes.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | func: instructions::nop, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ incorrect number of function parameters [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `for<'r> fn(&'r processor::cpu::Cpu) -> &'r processor::cpu::Cpu` [INFO] [stderr] found fn item `fn() {processor::instructions::nop}` [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: aborting due to 78 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `emu`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/processor/opcodes.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | func: instructions::nop, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ incorrect number of function parameters [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `for<'r> fn(&'r processor::cpu::Cpu) -> &'r processor::cpu::Cpu` [INFO] [stderr] found fn item `fn() {processor::instructions::nop}` [INFO] [stderr] [INFO] [stderr] error: aborting due to 78 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `emu`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bed2e3facb96a9cecebd2416560224951b5a814d4cb94fc505ca51ac832d68b7"` [INFO] running `"docker" "rm" "-f" "bed2e3facb96a9cecebd2416560224951b5a814d4cb94fc505ca51ac832d68b7"` [INFO] [stdout] bed2e3facb96a9cecebd2416560224951b5a814d4cb94fc505ca51ac832d68b7