[INFO] cloning repository https://github.com/Comba92/tomboy-advance-emulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Comba92/tomboy-advance-emulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FComba92%2Ftomboy-advance-emulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FComba92%2Ftomboy-advance-emulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 584a311c3014de827b15bc79954f6dbb99d6aadd
[INFO] checking Comba92/tomboy-advance-emulator against master#04ff05c9c0cfbca33115c5f1b8bb20a66a54b799 for pr-147834
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FComba92%2Ftomboy-advance-emulator" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Comba92/tomboy-advance-emulator
[INFO] finished tweaking git repo https://github.com/Comba92/tomboy-advance-emulator
[INFO] tweaked toml for git repo https://github.com/Comba92/tomboy-advance-emulator written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Comba92/tomboy-advance-emulator on toolchain 04ff05c9c0cfbca33115c5f1b8bb20a66a54b799
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+04ff05c9c0cfbca33115c5f1b8bb20a66a54b799" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Comba92/tomboy-advance-emulator already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+04ff05c9c0cfbca33115c5f1b8bb20a66a54b799" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitfields-impl v1.0.0
[INFO] [stderr]   Downloaded bitfields v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+04ff05c9c0cfbca33115c5f1b8bb20a66a54b799" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 32bd01592377698204377826c2b07ca7ad9f5dd195fbbce80d0322f89d3da9de
[INFO] running `Command { std: "docker" "start" "-a" "32bd01592377698204377826c2b07ca7ad9f5dd195fbbce80d0322f89d3da9de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32bd01592377698204377826c2b07ca7ad9f5dd195fbbce80d0322f89d3da9de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32bd01592377698204377826c2b07ca7ad9f5dd195fbbce80d0322f89d3da9de", kill_on_drop: false }`
[INFO] [stdout] 32bd01592377698204377826c2b07ca7ad9f5dd195fbbce80d0322f89d3da9de
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+04ff05c9c0cfbca33115c5f1b8bb20a66a54b799" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] af5b7312f864e3ebdf283b4609a16efcda3221eb7f8b5c29cefafe607153f2b4
[INFO] running `Command { std: "docker" "start" "-a" "af5b7312f864e3ebdf283b4609a16efcda3221eb7f8b5c29cefafe607153f2b4", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling bitfields-impl v1.0.0
[INFO] [stderr]     Checking bitfields v1.0.0
[INFO] [stderr]     Checking tomboy-advance-emulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrARM>`
[INFO] [stdout]   --> src/cpu.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 |   ARMFmt {
[INFO] [stdout]    |   ^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrARM>`
[INFO] [stdout]   --> src/cpu.rs:73:3
[INFO] [stdout]    |
[INFO] [stdout] 73 |   ARMFmt {
[INFO] [stdout]    |   ^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrARM>`
[INFO] [stdout]   --> src/cpu.rs:78:3
[INFO] [stdout]    |
[INFO] [stdout] 78 |   ARMFmt {
[INFO] [stdout]    |   ^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:105:3
[INFO] [stdout]     |
[INFO] [stdout] 105 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:110:3
[INFO] [stdout]     |
[INFO] [stdout] 110 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:115:3
[INFO] [stdout]     |
[INFO] [stdout] 115 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:120:3
[INFO] [stdout]     |
[INFO] [stdout] 120 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:125:3
[INFO] [stdout]     |
[INFO] [stdout] 125 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:130:3
[INFO] [stdout]     |
[INFO] [stdout] 130 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:135:3
[INFO] [stdout]     |
[INFO] [stdout] 135 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:140:3
[INFO] [stdout]     |
[INFO] [stdout] 140 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:145:3
[INFO] [stdout]     |
[INFO] [stdout] 145 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:150:3
[INFO] [stdout]     |
[INFO] [stdout] 150 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:155:3
[INFO] [stdout]     |
[INFO] [stdout] 155 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:160:3
[INFO] [stdout]     |
[INFO] [stdout] 160 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:165:3
[INFO] [stdout]     |
[INFO] [stdout] 165 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:170:3
[INFO] [stdout]     |
[INFO] [stdout] 170 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:175:3
[INFO] [stdout]     |
[INFO] [stdout] 175 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:180:3
[INFO] [stdout]     |
[INFO] [stdout] 180 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:185:3
[INFO] [stdout]     |
[INFO] [stdout] 185 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:190:3
[INFO] [stdout]     |
[INFO] [stdout] 190 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:195:3
[INFO] [stdout]     |
[INFO] [stdout] 195 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:200:3
[INFO] [stdout]     |
[INFO] [stdout] 200 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:205:3
[INFO] [stdout]     |
[INFO] [stdout] 205 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:210:3
[INFO] [stdout]     |
[INFO] [stdout] 210 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrARM>`
[INFO] [stdout]   --> src/cpu.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 |   ARMFmt {
[INFO] [stdout]    |   ^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrARM>`
[INFO] [stdout]   --> src/cpu.rs:73:3
[INFO] [stdout]    |
[INFO] [stdout] 73 |   ARMFmt {
[INFO] [stdout]    |   ^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrARM>`
[INFO] [stdout]   --> src/cpu.rs:78:3
[INFO] [stdout]    |
[INFO] [stdout] 78 |   ARMFmt {
[INFO] [stdout]    |   ^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:105:3
[INFO] [stdout]     |
[INFO] [stdout] 105 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:110:3
[INFO] [stdout]     |
[INFO] [stdout] 110 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/cpu.rs:796:5
[INFO] [stdout]     |
[INFO] [stdout] 789 |         let val = todo!("value load");
[INFO] [stdout]     |                   ------------------- any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 796 | /     if i.bit24() || i.bit21() {
[INFO] [stdout] 797 | |       // write back
[INFO] [stdout] 798 | |
[INFO] [stdout] 799 | |       let addr = if i.bit24() {
[INFO] [stdout] ...   |
[INFO] [stdout] 804 | |       self.set_reg(reg_base, addr);
[INFO] [stdout] 805 | |     }
[INFO] [stdout]     | |_____^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:115:3
[INFO] [stdout]     |
[INFO] [stdout] 115 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:120:3
[INFO] [stdout]     |
[INFO] [stdout] 120 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:125:3
[INFO] [stdout]     |
[INFO] [stdout] 125 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:130:3
[INFO] [stdout]     |
[INFO] [stdout] 130 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:135:3
[INFO] [stdout]     |
[INFO] [stdout] 135 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:140:3
[INFO] [stdout]     |
[INFO] [stdout] 140 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:145:3
[INFO] [stdout]     |
[INFO] [stdout] 145 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:150:3
[INFO] [stdout]     |
[INFO] [stdout] 150 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:155:3
[INFO] [stdout]     |
[INFO] [stdout] 155 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:160:3
[INFO] [stdout]     |
[INFO] [stdout] 160 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:165:3
[INFO] [stdout]     |
[INFO] [stdout] 165 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:170:3
[INFO] [stdout]     |
[INFO] [stdout] 170 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:175:3
[INFO] [stdout]     |
[INFO] [stdout] 175 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:180:3
[INFO] [stdout]     |
[INFO] [stdout] 180 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:185:3
[INFO] [stdout]     |
[INFO] [stdout] 185 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:190:3
[INFO] [stdout]     |
[INFO] [stdout] 190 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:195:3
[INFO] [stdout]     |
[INFO] [stdout] 195 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:200:3
[INFO] [stdout]     |
[INFO] [stdout] 200 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:205:3
[INFO] [stdout]     |
[INFO] [stdout] 205 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `cpu_fn` in initializer of `OpFmt<InstrTHUMB>`
[INFO] [stdout]    --> src/cpu.rs:210:3
[INFO] [stdout]     |
[INFO] [stdout] 210 |   THUMBFmt {
[INFO] [stdout]     |   ^^^^^^^^ missing `cpu_fn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:419:23
[INFO] [stdout]     |
[INFO] [stdout] 419 |   fn read8(&mut self, addr: u32) -> u8 {
[INFO] [stdout]     |                       ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:423:24
[INFO] [stdout]     |
[INFO] [stdout] 423 |   fn write8(&mut self, addr: u32, val: u8) {
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/cpu.rs:423:35
[INFO] [stdout]     |
[INFO] [stdout] 423 |   fn write8(&mut self, addr: u32, val: u8) {
[INFO] [stdout]     |                                   ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:427:24
[INFO] [stdout]     |
[INFO] [stdout] 427 |   fn read16(&mut self, addr: u32) -> u16 {
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:431:25
[INFO] [stdout]     |
[INFO] [stdout] 431 |   fn write16(&mut self, addr: u32, val: u16) {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/cpu.rs:431:36
[INFO] [stdout]     |
[INFO] [stdout] 431 |   fn write16(&mut self, addr: u32, val: u16) {
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:435:24
[INFO] [stdout]     |
[INFO] [stdout] 435 |   fn read32(&mut self, addr: u32) -> u32 {
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:439:25
[INFO] [stdout]     |
[INFO] [stdout] 439 |   fn write32(&mut self, addr: u32, val: u32) {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/cpu.rs:439:36
[INFO] [stdout]     |
[INFO] [stdout] 439 |   fn write32(&mut self, addr: u32, val: u32) {
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/cpu.rs:796:5
[INFO] [stdout]     |
[INFO] [stdout] 789 |         let val = todo!("value load");
[INFO] [stdout]     |                   ------------------- any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 796 | /     if i.bit24() || i.bit21() {
[INFO] [stdout] 797 | |       // write back
[INFO] [stdout] 798 | |
[INFO] [stdout] 799 | |       let addr = if i.bit24() {
[INFO] [stdout] ...   |
[INFO] [stdout] 804 | |       self.set_reg(reg_base, addr);
[INFO] [stdout] 805 | |     }
[INFO] [stdout]     | |_____^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/cpu.rs:700:21
[INFO] [stdout]     |
[INFO] [stdout] 700 |   fn mrs(&mut self, i: InstrARM) {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/cpu.rs:704:21
[INFO] [stdout]     |
[INFO] [stdout] 704 |   fn msr(&mut self, i: InstrARM) {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:781:9
[INFO] [stdout]     |
[INFO] [stdout] 781 |     let addr = if !i.bit24() {
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `reg_dst`
[INFO] [stdout]    --> src/cpu.rs:788:11
[INFO] [stdout]     |
[INFO] [stdout] 788 |       let reg_dst = i.bits12_15();
[INFO] [stdout]     |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reg_dst`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/cpu.rs:789:11
[INFO] [stdout]     |
[INFO] [stdout] 789 |       let val = todo!("value load");
[INFO] [stdout]     |           ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `reg_src`
[INFO] [stdout]    --> src/cpu.rs:792:11
[INFO] [stdout]     |
[INFO] [stdout] 792 |       let reg_src = i.bits12_15();
[INFO] [stdout]     |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reg_src`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/cpu.rs:793:11
[INFO] [stdout]     |
[INFO] [stdout] 793 |       let val = todo!("value store");
[INFO] [stdout]     |           ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:799:11
[INFO] [stdout]     |
[INFO] [stdout] 799 |       let addr = if i.bit24() {
[INFO] [stdout]     |           ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/cpu.rs:808:21
[INFO] [stdout]     |
[INFO] [stdout] 808 |   fn swp(&mut self, i: InstrARM) {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/cpu.rs:812:21
[INFO] [stdout]     |
[INFO] [stdout] 812 |   fn swi(&mut self, i: InstrARM) {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/cpu.rs:816:27
[INFO] [stdout]     |
[INFO] [stdout] 816 |   fn undefined(&mut self, i: InstrARM) {
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tomboy-advance-emulator` (lib test) due to 25 previous errors; 21 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:419:23
[INFO] [stdout]     |
[INFO] [stdout] 419 |   fn read8(&mut self, addr: u32) -> u8 {
[INFO] [stdout]     |                       ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:423:24
[INFO] [stdout]     |
[INFO] [stdout] 423 |   fn write8(&mut self, addr: u32, val: u8) {
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/cpu.rs:423:35
[INFO] [stdout]     |
[INFO] [stdout] 423 |   fn write8(&mut self, addr: u32, val: u8) {
[INFO] [stdout]     |                                   ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:427:24
[INFO] [stdout]     |
[INFO] [stdout] 427 |   fn read16(&mut self, addr: u32) -> u16 {
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:431:25
[INFO] [stdout]     |
[INFO] [stdout] 431 |   fn write16(&mut self, addr: u32, val: u16) {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/cpu.rs:431:36
[INFO] [stdout]     |
[INFO] [stdout] 431 |   fn write16(&mut self, addr: u32, val: u16) {
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:435:24
[INFO] [stdout]     |
[INFO] [stdout] 435 |   fn read32(&mut self, addr: u32) -> u32 {
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:439:25
[INFO] [stdout]     |
[INFO] [stdout] 439 |   fn write32(&mut self, addr: u32, val: u32) {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/cpu.rs:439:36
[INFO] [stdout]     |
[INFO] [stdout] 439 |   fn write32(&mut self, addr: u32, val: u32) {
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/cpu.rs:700:21
[INFO] [stdout]     |
[INFO] [stdout] 700 |   fn mrs(&mut self, i: InstrARM) {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/cpu.rs:704:21
[INFO] [stdout]     |
[INFO] [stdout] 704 |   fn msr(&mut self, i: InstrARM) {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:781:9
[INFO] [stdout]     |
[INFO] [stdout] 781 |     let addr = if !i.bit24() {
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `reg_dst`
[INFO] [stdout]    --> src/cpu.rs:788:11
[INFO] [stdout]     |
[INFO] [stdout] 788 |       let reg_dst = i.bits12_15();
[INFO] [stdout]     |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reg_dst`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/cpu.rs:789:11
[INFO] [stdout]     |
[INFO] [stdout] 789 |       let val = todo!("value load");
[INFO] [stdout]     |           ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `reg_src`
[INFO] [stdout]    --> src/cpu.rs:792:11
[INFO] [stdout]     |
[INFO] [stdout] 792 |       let reg_src = i.bits12_15();
[INFO] [stdout]     |           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_reg_src`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/cpu.rs:793:11
[INFO] [stdout]     |
[INFO] [stdout] 793 |       let val = todo!("value store");
[INFO] [stdout]     |           ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/cpu.rs:799:11
[INFO] [stdout]     |
[INFO] [stdout] 799 |       let addr = if i.bit24() {
[INFO] [stdout]     |           ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/cpu.rs:808:21
[INFO] [stdout]     |
[INFO] [stdout] 808 |   fn swp(&mut self, i: InstrARM) {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/cpu.rs:812:21
[INFO] [stdout]     |
[INFO] [stdout] 812 |   fn swi(&mut self, i: InstrARM) {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/cpu.rs:816:27
[INFO] [stdout]     |
[INFO] [stdout] 816 |   fn undefined(&mut self, i: InstrARM) {
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tomboy-advance-emulator` (lib) due to 25 previous errors; 21 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "af5b7312f864e3ebdf283b4609a16efcda3221eb7f8b5c29cefafe607153f2b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af5b7312f864e3ebdf283b4609a16efcda3221eb7f8b5c29cefafe607153f2b4", kill_on_drop: false }`
[INFO] [stdout] af5b7312f864e3ebdf283b4609a16efcda3221eb7f8b5c29cefafe607153f2b4
