[INFO] fetching crate z80emu 0.6.0... [INFO] testing z80emu-0.6.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate z80emu 0.6.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate z80emu 0.6.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-3/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" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fcbc57c5c8a219adeffdd63ae86ab9472050d1b49077570e6efd85703b04d7ff [INFO] running `Command { std: "docker" "start" "-a" "fcbc57c5c8a219adeffdd63ae86ab9472050d1b49077570e6efd85703b04d7ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fcbc57c5c8a219adeffdd63ae86ab9472050d1b49077570e6efd85703b04d7ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcbc57c5c8a219adeffdd63ae86ab9472050d1b49077570e6efd85703b04d7ff", kill_on_drop: false }` [INFO] [stdout] fcbc57c5c8a219adeffdd63ae86ab9472050d1b49077570e6efd85703b04d7ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa3530eb7d692995d7d4587901377ea2b53db2015fcda7bf84dd9040baf847b6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fa3530eb7d692995d7d4587901377ea2b53db2015fcda7bf84dd9040baf847b6", kill_on_drop: false }` [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 arrayvec v0.5.1 [INFO] [stderr] Compiling 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: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.94s [INFO] running `Command { std: "docker" "inspect" "fa3530eb7d692995d7d4587901377ea2b53db2015fcda7bf84dd9040baf847b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa3530eb7d692995d7d4587901377ea2b53db2015fcda7bf84dd9040baf847b6", kill_on_drop: false }` [INFO] [stdout] fa3530eb7d692995d7d4587901377ea2b53db2015fcda7bf84dd9040baf847b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c23634eaa6e44caec7192116f5fd07b6a8fe7fa0a78e017f26c5cdff0d0f128b [INFO] running `Command { std: "docker" "start" "-a" "c23634eaa6e44caec7192116f5fd07b6a8fe7fa0a78e017f26c5cdff0d0f128b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling bincode v1.3.1 [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] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling chrono v0.4.15 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling pancurses v0.16.1 [INFO] [stderr] Compiling simplelog v0.8.0 [INFO] [stderr] Compiling 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: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 19.25s [INFO] running `Command { std: "docker" "inspect" "c23634eaa6e44caec7192116f5fd07b6a8fe7fa0a78e017f26c5cdff0d0f128b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c23634eaa6e44caec7192116f5fd07b6a8fe7fa0a78e017f26c5cdff0d0f128b", kill_on_drop: false }` [INFO] [stdout] c23634eaa6e44caec7192116f5fd07b6a8fe7fa0a78e017f26c5cdff0d0f128b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b1e1abd935c5e2cb8ce06060738581e98f81f120054a8c85e81d6ff190910c58 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b1e1abd935c5e2cb8ce06060738581e98f81f120054a8c85e81d6ff190910c58", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:29:44 [INFO] [stderr] | [INFO] [stderr] 29 | cpu_debug!([$code0, $code1] "NOP*"); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `run_mnemonic` [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/macros.rs:36:74 [INFO] [stderr] | [INFO] [stderr] 36 | cpu_debug!([$dol($code),+] str($mnemonic) $dol($id:$e),*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cpu_debug` [INFO] [stderr] = note: this warning originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:38:45 [INFO] [stderr] | [INFO] [stderr] 38 | instr_acc_op!(neg; [$code0, $code1]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `run_mnemonic` [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:57:33 [INFO] [stderr] | [INFO] [stderr] 57 | cpu_debug!([$code] NOP ); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/macros.rs:39:86 [INFO] [stderr] | [INFO] [stderr] 39 | cpu_debug!([$dol($code),+] str(stringify!($mnemonic)) $dol($id:$e),*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:32:36 [INFO] [stderr] | [INFO] [stderr] 32 | instr_acc_op!(daa; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:35:36 [INFO] [stderr] | [INFO] [stderr] 35 | instr_acc_op!(cpl; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:365:46 [INFO] [stderr] | [INFO] [stderr] 365 | instr_inc_dec8!( inc r|[hl]; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:368:46 [INFO] [stderr] | [INFO] [stderr] 368 | instr_inc_dec8!( dec r|[hl]; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:411:37 [INFO] [stderr] | [INFO] [stderr] 411 | instr_acc_op!(rlca; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:417:36 [INFO] [stderr] | [INFO] [stderr] 417 | instr_acc_op!(rla; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:414:37 [INFO] [stderr] | [INFO] [stderr] 414 | instr_acc_op!(rrca; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:420:36 [INFO] [stderr] | [INFO] [stderr] 420 | instr_acc_op!(rra; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | execute_instruction! {[code] debug; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | ---------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:29:44 [INFO] [stderr] | [INFO] [stderr] 29 | cpu_debug!([$code0, $code1] "NOP*"); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `run_mnemonic` [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/macros.rs:36:74 [INFO] [stderr] | [INFO] [stderr] 36 | cpu_debug!([$dol($code),+] str($mnemonic) $dol($id:$e),*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cpu_debug` [INFO] [stderr] = note: this warning originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:38:45 [INFO] [stderr] | [INFO] [stderr] 38 | instr_acc_op!(neg; [$code0, $code1]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `run_mnemonic` [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:57:33 [INFO] [stderr] | [INFO] [stderr] 57 | cpu_debug!([$code] NOP ); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/macros.rs:39:86 [INFO] [stderr] | [INFO] [stderr] 39 | cpu_debug!([$dol($code),+] str(stringify!($mnemonic)) $dol($id:$e),*); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `cpu_debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:32:36 [INFO] [stderr] | [INFO] [stderr] 32 | instr_acc_op!(daa; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:35:36 [INFO] [stderr] | [INFO] [stderr] 35 | instr_acc_op!(cpl; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:365:46 [INFO] [stderr] | [INFO] [stderr] 365 | instr_inc_dec8!( inc r|[hl]; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:368:46 [INFO] [stderr] | [INFO] [stderr] 368 | instr_inc_dec8!( dec r|[hl]; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:411:37 [INFO] [stderr] | [INFO] [stderr] 411 | instr_acc_op!(rlca; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:417:36 [INFO] [stderr] | [INFO] [stderr] 417 | instr_acc_op!(rla; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:414:37 [INFO] [stderr] | [INFO] [stderr] 414 | instr_acc_op!(rrca; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/z80/instructions.rs:420:36 [INFO] [stderr] | [INFO] [stderr] 420 | instr_acc_op!(rra; [$code]); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/z80.rs:529:17 [INFO] [stderr] | [INFO] [stderr] 529 | execute_next_instruction! { DEBUG; prefix, flags, pc, self, control, tsc; break 'main } [INFO] [stderr] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `run_mnemonic` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `z80emu` (lib) generated 26 warnings [INFO] [stderr] warning: `z80emu` (lib test) generated 26 warnings (26 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/z80emu-b6cbd0c109793d14) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test cpu::flags::tests::flags_work ... ok [INFO] [stdout] test cpu::registers::tests::registers_serde ... ok [INFO] [stdout] test host::tests::tscounter_serde ... ok [INFO] [stdout] test disasm::tests::disasm_works ... ok [INFO] [stdout] test z80::any::tests::z80any ... ok [INFO] [stdout] test z80::flavours::tests::flavour_conversion ... ok [INFO] [stdout] test z80::ops::tests::add_works ... ok [INFO] [stdout] test z80::flavours::tests::flavour_serde ... ok [INFO] [stdout] test z80::ops::tests::add16_works ... ok [INFO] [stdout] test z80::ops::tests::bitops_work ... ok [INFO] [stdout] test z80::ops::tests::cp_works ... ok [INFO] [stdout] test z80::ops::tests::inc_works ... ok [INFO] [stdout] test z80::ops::tests::ld_a_ir_works ... ok [INFO] [stdout] test z80::ops::tests::ldx_works ... ok [INFO] [stdout] test z80::ops::tests::rotshift_works ... ok [INFO] [stdout] test z80::ops::tests::sbc16_works ... ok [INFO] [stdout] test z80::ops::tests::dec_works ... ok [INFO] [stdout] test cpu::registers::tests::registers_work ... ok [INFO] [stdout] test z80::ops::tests::daa_works ... ok [INFO] [stdout] test z80::ops::tests::xcf_works ... ok [INFO] [stdout] test z80::tests::z80any_methods ... ok [INFO] [stdout] test z80::ops::tests::cpl_works ... ok [INFO] [stdout] test z80::ops::tests::set_res_works ... ok [INFO] [stdout] test z80::ops::tests::sub_works ... ok [INFO] [stdout] test z80::tests::z80_methods ... ok [INFO] [stdout] test z80::serde::tests::z80_serde ... ok [INFO] [stdout] test z80::tests::z80_debug ... ok [INFO] [stdout] test z80::ops::tests::bit_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stderr] Doc-tests z80emu [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/cpu/debug.rs - cpu::debug::CpuDebug (line 26) ... ignored [INFO] [stdout] test src/cpu/debug.rs - cpu::debug::CpuDebug (line 49) ... ignored [INFO] [stdout] test src/cpu/debug.rs - cpu::debug::CpuDebugFn (line 17) ... ignored [INFO] [stdout] test src/lib.rs - (line 111) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.80s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b1e1abd935c5e2cb8ce06060738581e98f81f120054a8c85e81d6ff190910c58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1e1abd935c5e2cb8ce06060738581e98f81f120054a8c85e81d6ff190910c58", kill_on_drop: false }` [INFO] [stdout] b1e1abd935c5e2cb8ce06060738581e98f81f120054a8c85e81d6ff190910c58