[INFO] fetching crate z80emu 0.6.0... [INFO] checking z80emu-0.6.0 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate z80emu 0.6.0 into /workspace/builds/worker-113/source [INFO] validating manifest of crates.io crate z80emu 0.6.0 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate z80emu 0.6.0 [INFO] finished tweaking crates.io crate z80emu 0.6.0 [INFO] tweaked toml for crates.io crate z80emu 0.6.0 written to /workspace/builds/worker-113/source/Cargo.toml [INFO] crate crates.io crate z80emu 0.6.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pancurses v0.16.1 [INFO] [stderr] Downloaded pdcurses-sys v0.7.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 296ee3867780e60f3a7959ed26845d55900808447471982f51954c9e2e3635c7 [INFO] running `Command { std: "docker" "start" "-a" "296ee3867780e60f3a7959ed26845d55900808447471982f51954c9e2e3635c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "296ee3867780e60f3a7959ed26845d55900808447471982f51954c9e2e3635c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "296ee3867780e60f3a7959ed26845d55900808447471982f51954c9e2e3635c7", kill_on_drop: false }` [INFO] [stdout] 296ee3867780e60f3a7959ed26845d55900808447471982f51954c9e2e3635c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6916ed023ad6ffb92ec4bdef6a517dae39f00309f897251d0c001b50e478aa2 [INFO] running `Command { std: "docker" "start" "-a" "e6916ed023ad6ffb92ec4bdef6a517dae39f00309f897251d0c001b50e478aa2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking chrono v0.4.15 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking pancurses v0.16.1 [INFO] [stderr] Checking simplelog v0.8.0 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking z80emu v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:29:44 [INFO] [stdout] | [INFO] [stdout] 29 | cpu_debug!([$code0, $code1] "NOP*"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `run_mnemonic` [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> 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] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cpu_debug` [INFO] [stdout] = note: this warning originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:38:45 [INFO] [stdout] | [INFO] [stdout] 38 | instr_acc_op!(neg; [$code0, $code1]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `run_mnemonic` [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | cpu_debug!([$code] NOP ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> 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] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | instr_acc_op!(daa; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:35:36 [INFO] [stdout] | [INFO] [stdout] 35 | instr_acc_op!(cpl; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:365:46 [INFO] [stdout] | [INFO] [stdout] 365 | instr_inc_dec8!( inc r|[hl]; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:368:46 [INFO] [stdout] | [INFO] [stdout] 368 | instr_inc_dec8!( dec r|[hl]; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:411:37 [INFO] [stdout] | [INFO] [stdout] 411 | instr_acc_op!(rlca; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:417:36 [INFO] [stdout] | [INFO] [stdout] 417 | instr_acc_op!(rla; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:414:37 [INFO] [stdout] | [INFO] [stdout] 414 | instr_acc_op!(rrca; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:420:36 [INFO] [stdout] | [INFO] [stdout] 420 | instr_acc_op!(rra; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:29:44 [INFO] [stdout] | [INFO] [stdout] 29 | cpu_debug!([$code0, $code1] "NOP*"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `run_mnemonic` [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> 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] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cpu_debug` [INFO] [stdout] = note: this warning originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:38:45 [INFO] [stdout] | [INFO] [stdout] 38 | instr_acc_op!(neg; [$code0, $code1]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `run_mnemonic` [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | cpu_debug!([$code] NOP ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> 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] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | instr_acc_op!(daa; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:35:36 [INFO] [stdout] | [INFO] [stdout] 35 | instr_acc_op!(cpl; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:365:46 [INFO] [stdout] | [INFO] [stdout] 365 | instr_inc_dec8!( inc r|[hl]; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:368:46 [INFO] [stdout] | [INFO] [stdout] 368 | instr_inc_dec8!( dec r|[hl]; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:411:37 [INFO] [stdout] | [INFO] [stdout] 411 | instr_acc_op!(rlca; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:417:36 [INFO] [stdout] | [INFO] [stdout] 417 | instr_acc_op!(rla; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:414:37 [INFO] [stdout] | [INFO] [stdout] 414 | instr_acc_op!(rrca; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:420:36 [INFO] [stdout] | [INFO] [stdout] 420 | instr_acc_op!(rra; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:29:44 [INFO] [stdout] | [INFO] [stdout] 29 | cpu_debug!([$code0, $code1] "NOP*"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `run_mnemonic` [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> 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] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cpu_debug` [INFO] [stdout] = note: this warning originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:38:45 [INFO] [stdout] | [INFO] [stdout] 38 | instr_acc_op!(neg; [$code0, $code1]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `run_mnemonic` [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | cpu_debug!([$code] NOP ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> 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] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | instr_acc_op!(daa; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:35:36 [INFO] [stdout] | [INFO] [stdout] 35 | instr_acc_op!(cpl; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:365:46 [INFO] [stdout] | [INFO] [stdout] 365 | instr_inc_dec8!( inc r|[hl]; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:368:46 [INFO] [stdout] | [INFO] [stdout] 368 | instr_inc_dec8!( dec r|[hl]; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:411:37 [INFO] [stdout] | [INFO] [stdout] 411 | instr_acc_op!(rlca; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:417:36 [INFO] [stdout] | [INFO] [stdout] 417 | instr_acc_op!(rla; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:414:37 [INFO] [stdout] | [INFO] [stdout] 414 | instr_acc_op!(rrca; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:420:36 [INFO] [stdout] | [INFO] [stdout] 420 | instr_acc_op!(rra; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:29:44 [INFO] [stdout] | [INFO] [stdout] 29 | cpu_debug!([$code0, $code1] "NOP*"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `run_mnemonic` [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> 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] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cpu_debug` [INFO] [stdout] = note: this warning originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:38:45 [INFO] [stdout] | [INFO] [stdout] 38 | instr_acc_op!(neg; [$code0, $code1]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `run_mnemonic` [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | cpu_debug!([$code] NOP ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> 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] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | instr_acc_op!(daa; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:35:36 [INFO] [stdout] | [INFO] [stdout] 35 | instr_acc_op!(cpl; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:365:46 [INFO] [stdout] | [INFO] [stdout] 365 | instr_inc_dec8!( inc r|[hl]; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:368:46 [INFO] [stdout] | [INFO] [stdout] 368 | instr_inc_dec8!( dec r|[hl]; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:411:37 [INFO] [stdout] | [INFO] [stdout] 411 | instr_acc_op!(rlca; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:417:36 [INFO] [stdout] | [INFO] [stdout] 417 | instr_acc_op!(rla; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:414:37 [INFO] [stdout] | [INFO] [stdout] 414 | instr_acc_op!(rrca; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/z80/instructions.rs:420:36 [INFO] [stdout] | [INFO] [stdout] 420 | instr_acc_op!(rra; [$code]); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.95s [INFO] running `Command { std: "docker" "inspect" "e6916ed023ad6ffb92ec4bdef6a517dae39f00309f897251d0c001b50e478aa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6916ed023ad6ffb92ec4bdef6a517dae39f00309f897251d0c001b50e478aa2", kill_on_drop: false }` [INFO] [stdout] e6916ed023ad6ffb92ec4bdef6a517dae39f00309f897251d0c001b50e478aa2