[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] testing erik-kallen/riir against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferik-kallen%2Friir" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/erik-kallen/riir on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-6/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: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c7f3a9d56a24b3c058e4868d0891ed2746c7142c29e260ca52864630ce9532a8 [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" "c7f3a9d56a24b3c058e4868d0891ed2746c7142c29e260ca52864630ce9532a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7f3a9d56a24b3c058e4868d0891ed2746c7142c29e260ca52864630ce9532a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7f3a9d56a24b3c058e4868d0891ed2746c7142c29e260ca52864630ce9532a8", kill_on_drop: false }` [INFO] [stdout] c7f3a9d56a24b3c058e4868d0891ed2746c7142c29e260ca52864630ce9532a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--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] d76bbfcc42d71c4c8ff4255000af511df6b8cee0fbb8c57e7ad7604c65375805 [INFO] running `Command { std: "docker" "start" "-a" "d76bbfcc42d71c4c8ff4255000af511df6b8cee0fbb8c57e7ad7604c65375805", kill_on_drop: false }` [INFO] [stderr] Compiling 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] = 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: 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` (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` (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` (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` (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` (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` (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` (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` (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] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.27s [INFO] running `Command { std: "docker" "inspect" "d76bbfcc42d71c4c8ff4255000af511df6b8cee0fbb8c57e7ad7604c65375805", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d76bbfcc42d71c4c8ff4255000af511df6b8cee0fbb8c57e7ad7604c65375805", kill_on_drop: false }` [INFO] [stdout] d76bbfcc42d71c4c8ff4255000af511df6b8cee0fbb8c57e7ad7604c65375805 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] a78baf39c3a706f97d3b4f00c85ce2116e602feb278c8ca4cf747da92196cf2f [INFO] running `Command { std: "docker" "start" "-a" "a78baf39c3a706f97d3b4f00c85ce2116e602feb278c8ca4cf747da92196cf2f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.70 [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] = 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: 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` (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` (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` (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` (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` (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` (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` (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` (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] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling 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] = 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: 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` (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` (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` (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` (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` (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` (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` (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` (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] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.13s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/tinyvm-9398032333a88805) [INFO] [stderr] Executable tests/mod.rs (/opt/rustwide/target/debug/deps/mod-03d9e4ca31821f37) [INFO] running `Command { std: "docker" "inspect" "a78baf39c3a706f97d3b4f00c85ce2116e602feb278c8ca4cf747da92196cf2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a78baf39c3a706f97d3b4f00c85ce2116e602feb278c8ca4cf747da92196cf2f", kill_on_drop: false }` [INFO] [stdout] a78baf39c3a706f97d3b4f00c85ce2116e602feb278c8ca4cf747da92196cf2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 555c7fb5ee2130048a0a53a5571379d53067ba4a0b9b86aac0ee91902b9693e5 [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" "555c7fb5ee2130048a0a53a5571379d53067ba4a0b9b86aac0ee91902b9693e5", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 169 | write!(target, read!(source)); [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: this warning originates in the macro `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 169 | write!(target, read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 172 | push!(read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 190 | write!(target, readt!(target) + read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 193 | write!(target, readt!(target) - read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 196 | write!(target, readt!(target) * read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 199 | write!(target, readt!(target) / read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 202 | memory.remainder = read!(source1) % read!(source2); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 202 | memory.remainder = read!(source1) % read!(source2); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 211 | write!(target, readt!(target) ^ read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 214 | write!(target, readt!(target) | read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 217 | write!(target, readt!(target) & read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 220 | write!(target, readt!(target) << read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 223 | write!(target, readt!(target) >> read!(source)); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 226 | let value1 = read!(source1); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 227 | let value2 = read!(source2); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 233 | jump!(source); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 237 | jump!(source); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 244 | jump!(memory.flags & 0x1 != 0, source); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 247 | jump!(memory.flags & 0x1 == 0, source); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 250 | jump!(memory.flags & 0x2 != 0, source); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 253 | jump!(memory.flags & 0x3 != 0, source); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 256 | jump!(memory.flags & 0x3 == 0, source); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 259 | jump!(memory.flags & 0x2 == 0, source); [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 `read` (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/context.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 261 | Instruction::Prn(source) => println!("{}", read!(source)), [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 `read` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `tinyvm` (lib) generated 34 warnings (9 duplicates) [INFO] [stderr] warning: `tinyvm` (lib test) generated 34 warnings (34 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stdout] running 39 tests [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tinyvm-9398032333a88805) [INFO] [stdout] test lexer::tests::can_lex_lines_with_windows_line_endings ... ok [INFO] [stdout] test lexer::tests::can_lex_single_line_with_newline ... ok [INFO] [stdout] test lexer::tests::can_lex_single_line_without_newline ... ok [INFO] [stdout] test lexer::tests::can_lex_multiple_lines ... ok [INFO] [stdout] test parser::line_parser::tests::garbage_with_colon_is_not_parsed_as_label ... ok [INFO] [stdout] test parser::parser::tests::start_instruction_index_is_zero_if_no_start_label_exists ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::can_parse_all_instructions ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::can_use_label_as_source ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::can_use_literal_as_source ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::can_use_memory_as_source ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::can_use_memory_as_target ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::can_use_register_as_source ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::can_use_register_as_target ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::cannot_use_label_as_target ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::cannot_use_literal_as_target ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::cannot_use_random_garbage_as_source ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::cannot_use_random_garbage_as_target ... ok [INFO] [stdout] test preprocessor::tests::define_without_key_and_value ... ok [INFO] [stdout] test preprocessor::tests::define_without_value ... ok [INFO] [stdout] test preprocessor::tests::empty_string ... ok [INFO] [stdout] test preprocessor::tests::false_percent ... ok [INFO] [stdout] test preprocessor::tests::find_all_defines ... ok [INFO] [stdout] test preprocessor::tests::include_another_file ... ok [INFO] [stdout] test lexer::tests::everything_after_comment_start_until_end_of_line_is_ignored ... ok [INFO] [stdout] test parser::line_parser::tests::can_parse_line_with_only_labels ... ok [INFO] [stdout] test parser::line_parser::tests::can_parse_empty_line ... ok [INFO] [stdout] test parser::line_parser::tests::can_parse_line_with_labels_and_instruction ... ok [INFO] [stdout] test parser::parser::tests::parse_errors_are_correctly_returned ... ok [INFO] [stdout] test parser::line_parser::tests::errors_are_correctly_reported ... ok [INFO] [stdout] test parser::line_parser::tests::can_parse_line_with_only_instruction ... ok [INFO] [stdout] test parser::parser::tests::can_parse_with_resolved_labels ... ok [INFO] [stdout] test lexer::tests::multiple_spaces_and_tabs_are_ignored ... ok [INFO] [stdout] test parser::parser::tests::returns_duplicate_definition_error_if_a_label_is_defined_twice ... ok [INFO] [stdout] test parser::parser::tests::returns_undefined_error_if_a_label_is_not_defined ... ok [INFO] [stdout] test parser::parser::tests::start_instruction_index_is_set_to_the_start_label ... ok [INFO] [stdout] test parser::line_parser::tests::can_parse_line_with_instruction_and_operands ... ok [INFO] [stdout] test lexer::tests::can_substitute_defines ... ok [INFO] [stdout] test parser::line_parser::tests::labels_are_returned_for_lines_with_errors ... ok [INFO] [stdout] test preprocessor::tests::valid_define ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-03d9e4ca31821f37) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test fact ... ok [INFO] [stdout] test operands ... ok [INFO] [stdout] test instructions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s [INFO] [stdout] [INFO] [stderr] Doc-tests tinyvm [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "555c7fb5ee2130048a0a53a5571379d53067ba4a0b9b86aac0ee91902b9693e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "555c7fb5ee2130048a0a53a5571379d53067ba4a0b9b86aac0ee91902b9693e5", kill_on_drop: false }` [INFO] [stdout] 555c7fb5ee2130048a0a53a5571379d53067ba4a0b9b86aac0ee91902b9693e5