[INFO] fetching crate spectrusty-core 0.2.2... [INFO] checking spectrusty-core-0.2.2 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate spectrusty-core 0.2.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate spectrusty-core 0.2.2 on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate spectrusty-core 0.2.2 [INFO] finished tweaking crates.io crate spectrusty-core 0.2.2 [INFO] tweaked toml for crates.io crate spectrusty-core 0.2.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9dd784cee0784993c4895ebb459e1f8f9e396201a3c65fc298d93ae43c9ff1e0 [INFO] running `Command { std: "docker" "start" "-a" "9dd784cee0784993c4895ebb459e1f8f9e396201a3c65fc298d93ae43c9ff1e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9dd784cee0784993c4895ebb459e1f8f9e396201a3c65fc298d93ae43c9ff1e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dd784cee0784993c4895ebb459e1f8f9e396201a3c65fc298d93ae43c9ff1e0", kill_on_drop: false }` [INFO] [stdout] 9dd784cee0784993c4895ebb459e1f8f9e396201a3c65fc298d93ae43c9ff1e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82eb0d7162853c6b44780ec41bb5627db46b9ac70ab90432eb80ea0a9bbd2409 [INFO] running `Command { std: "docker" "start" "-a" "82eb0d7162853c6b44780ec41bb5627db46b9ac70ab90432eb80ea0a9bbd2409", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking compression v0.1.5 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Checking z80emu v0.6.0 [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:29:44 [INFO] [stdout] | [INFO] [stdout] 29 | cpu_debug!([$code0, $code1] "NOP*"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/macros.rs:36:74 [INFO] [stdout] | [INFO] [stdout] 36 | cpu_debug!([$dol($code),+] str($mnemonic) $dol($id:$e),*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:38:45 [INFO] [stdout] | [INFO] [stdout] 38 | instr_acc_op!(neg; [$code0, $code1]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | cpu_debug!([$code] NOP ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/macros.rs:39:86 [INFO] [stdout] | [INFO] [stdout] 39 | cpu_debug!([$dol($code),+] str(stringify!($mnemonic)) $dol($id:$e),*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | instr_acc_op!(daa; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:35:36 [INFO] [stdout] | [INFO] [stdout] 35 | instr_acc_op!(cpl; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:365:46 [INFO] [stdout] | [INFO] [stdout] 365 | instr_inc_dec8!( inc r|[hl]; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:368:46 [INFO] [stdout] | [INFO] [stdout] 368 | instr_inc_dec8!( dec r|[hl]; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:411:37 [INFO] [stdout] | [INFO] [stdout] 411 | instr_acc_op!(rlca; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:417:36 [INFO] [stdout] | [INFO] [stdout] 417 | instr_acc_op!(rla; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:414:37 [INFO] [stdout] | [INFO] [stdout] 414 | instr_acc_op!(rrca; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:420:36 [INFO] [stdout] | [INFO] [stdout] 420 | instr_acc_op!(rra; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:29:44 [INFO] [stdout] | [INFO] [stdout] 29 | cpu_debug!([$code0, $code1] "NOP*"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/macros.rs:36:74 [INFO] [stdout] | [INFO] [stdout] 36 | cpu_debug!([$dol($code),+] str($mnemonic) $dol($id:$e),*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:38:45 [INFO] [stdout] | [INFO] [stdout] 38 | instr_acc_op!(neg; [$code0, $code1]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | cpu_debug!([$code] NOP ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/macros.rs:39:86 [INFO] [stdout] | [INFO] [stdout] 39 | cpu_debug!([$dol($code),+] str(stringify!($mnemonic)) $dol($id:$e),*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | instr_acc_op!(daa; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:35:36 [INFO] [stdout] | [INFO] [stdout] 35 | instr_acc_op!(cpl; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:365:46 [INFO] [stdout] | [INFO] [stdout] 365 | instr_inc_dec8!( inc r|[hl]; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:368:46 [INFO] [stdout] | [INFO] [stdout] 368 | instr_inc_dec8!( dec r|[hl]; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:411:37 [INFO] [stdout] | [INFO] [stdout] 411 | instr_acc_op!(rlca; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:417:36 [INFO] [stdout] | [INFO] [stdout] 417 | instr_acc_op!(rla; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:414:37 [INFO] [stdout] | [INFO] [stdout] 414 | instr_acc_op!(rrca; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80/instructions.rs:420:36 [INFO] [stdout] | [INFO] [stdout] 420 | instr_acc_op!(rra; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/z80emu-0.6.0/src/z80.rs:529:17 [INFO] [stdout] | [INFO] [stdout] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 26 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `z80emu` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "82eb0d7162853c6b44780ec41bb5627db46b9ac70ab90432eb80ea0a9bbd2409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82eb0d7162853c6b44780ec41bb5627db46b9ac70ab90432eb80ea0a9bbd2409", kill_on_drop: false }` [INFO] [stdout] 82eb0d7162853c6b44780ec41bb5627db46b9ac70ab90432eb80ea0a9bbd2409