[INFO] cloning repository https://github.com/erik-kallen/riir [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/erik-kallen/riir" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferik-kallen%2Friir", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferik-kallen%2Friir'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f26682e5d68375bbc76496343b4d64abd0f8cedc [INFO] checking erik-kallen/riir against try#fc545c6b951a304df08b327c158f92678582f435 for pr-140557-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferik-kallen%2Friir" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/erik-kallen/riir on toolchain fc545c6b951a304df08b327c158f92678582f435 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/erik-kallen/riir [INFO] finished tweaking git repo https://github.com/erik-kallen/riir [INFO] tweaked toml for git repo https://github.com/erik-kallen/riir written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/erik-kallen/riir already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8c57649ce18de4651b2e9ecac3e9cf6a826fb71410223297a8d5639a7a49331 [INFO] running `Command { std: "docker" "start" "-a" "b8c57649ce18de4651b2e9ecac3e9cf6a826fb71410223297a8d5639a7a49331", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8c57649ce18de4651b2e9ecac3e9cf6a826fb71410223297a8d5639a7a49331", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8c57649ce18de4651b2e9ecac3e9cf6a826fb71410223297a8d5639a7a49331", kill_on_drop: false }` [INFO] [stdout] b8c57649ce18de4651b2e9ecac3e9cf6a826fb71410223297a8d5639a7a49331 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9074b05cb016f9adbf22fe8c31b5082a1dafee30bae573fcb011c5ec7528ec24 [INFO] running `Command { std: "docker" "start" "-a" "9074b05cb016f9adbf22fe8c31b5082a1dafee30bae573fcb011c5ec7528ec24", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking tinyvm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 169 | write!(target, read!(source)); [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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 169 | write!(target, read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 172 | push!(read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 190 | write!(target, readt!(target) + read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 190 | write!(target, readt!(target) + read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 193 | write!(target, readt!(target) - read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 193 | write!(target, readt!(target) - read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | write!(target, readt!(target) * read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | write!(target, readt!(target) * read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 199 | write!(target, readt!(target) / read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 199 | write!(target, readt!(target) / read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 202 | memory.remainder = read!(source1) % read!(source2); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 202 | memory.remainder = read!(source1) % read!(source2); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 211 | write!(target, readt!(target) ^ read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 211 | write!(target, readt!(target) ^ read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | write!(target, readt!(target) | read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | write!(target, readt!(target) | read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 217 | write!(target, readt!(target) & read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 217 | write!(target, readt!(target) & read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 220 | write!(target, readt!(target) << read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 220 | write!(target, readt!(target) << read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 223 | write!(target, readt!(target) >> read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 223 | write!(target, readt!(target) >> read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 226 | let value1 = read!(source1); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 227 | let value2 = read!(source2); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 233 | jump!(source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 237 | jump!(source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 244 | jump!(memory.flags & 0x1 != 0, source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 247 | jump!(memory.flags & 0x1 == 0, source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 250 | jump!(memory.flags & 0x2 != 0, source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 253 | jump!(memory.flags & 0x3 != 0, source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 256 | jump!(memory.flags & 0x3 == 0, source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 259 | jump!(memory.flags & 0x2 == 0, source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 261 | Instruction::Prn(source) => println!("{}", read!(source)), [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 `read` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 169 | write!(target, read!(source)); [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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 169 | write!(target, read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 172 | push!(read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 190 | write!(target, readt!(target) + read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 190 | write!(target, readt!(target) + read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 193 | write!(target, readt!(target) - read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 193 | write!(target, readt!(target) - read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | write!(target, readt!(target) * read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | write!(target, readt!(target) * read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 199 | write!(target, readt!(target) / read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 199 | write!(target, readt!(target) / read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 202 | memory.remainder = read!(source1) % read!(source2); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 202 | memory.remainder = read!(source1) % read!(source2); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 211 | write!(target, readt!(target) ^ read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 211 | write!(target, readt!(target) ^ read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | write!(target, readt!(target) | read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 214 | write!(target, readt!(target) | read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 217 | write!(target, readt!(target) & read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 217 | write!(target, readt!(target) & read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 220 | write!(target, readt!(target) << read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 220 | write!(target, readt!(target) << read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 223 | write!(target, readt!(target) >> read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 223 | write!(target, readt!(target) >> read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 226 | let value1 = read!(source1); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 227 | let value2 = read!(source2); [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 `read` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 233 | jump!(source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 237 | jump!(source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 244 | jump!(memory.flags & 0x1 != 0, source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 247 | jump!(memory.flags & 0x1 == 0, source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 250 | jump!(memory.flags & 0x2 != 0, source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 253 | jump!(memory.flags & 0x3 != 0, source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 256 | jump!(memory.flags & 0x3 == 0, source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 259 | jump!(memory.flags & 0x2 == 0, source); [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 `read` which comes from the expansion of the macro `jump` (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/context.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 261 | Instruction::Prn(source) => println!("{}", read!(source)), [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 `read` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: tinyvm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "9074b05cb016f9adbf22fe8c31b5082a1dafee30bae573fcb011c5ec7528ec24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9074b05cb016f9adbf22fe8c31b5082a1dafee30bae573fcb011c5ec7528ec24", kill_on_drop: false }` [INFO] [stdout] 9074b05cb016f9adbf22fe8c31b5082a1dafee30bae573fcb011c5ec7528ec24