[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 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0dad74f108d20b11dd4cbd4618c99c5c4b9c25a9ca22a0b966f25645dc25a68 [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" "b0dad74f108d20b11dd4cbd4618c99c5c4b9c25a9ca22a0b966f25645dc25a68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0dad74f108d20b11dd4cbd4618c99c5c4b9c25a9ca22a0b966f25645dc25a68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0dad74f108d20b11dd4cbd4618c99c5c4b9c25a9ca22a0b966f25645dc25a68", kill_on_drop: false }` [INFO] [stdout] b0dad74f108d20b11dd4cbd4618c99c5c4b9c25a9ca22a0b966f25645dc25a68 [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" "+1.60.0" "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] 6aac5d5ee65f2a4d2d0d00151f9ce79894589c377b0858d894d0699b05c52c9a [INFO] running `Command { std: "docker" "start" "-a" "6aac5d5ee65f2a4d2d0d00151f9ce79894589c377b0858d894d0699b05c52c9a", 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.16s [INFO] running `Command { std: "docker" "inspect" "6aac5d5ee65f2a4d2d0d00151f9ce79894589c377b0858d894d0699b05c52c9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6aac5d5ee65f2a4d2d0d00151f9ce79894589c377b0858d894d0699b05c52c9a", kill_on_drop: false }` [INFO] [stdout] 6aac5d5ee65f2a4d2d0d00151f9ce79894589c377b0858d894d0699b05c52c9a [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" "+1.60.0" "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] 65662d6a53ce5563de777e008404597ba9dd579d7c4a8fd29b629fd5db2bfd02 [INFO] running `Command { std: "docker" "start" "-a" "65662d6a53ce5563de777e008404597ba9dd579d7c4a8fd29b629fd5db2bfd02", 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 14.05s [INFO] running `Command { std: "docker" "inspect" "65662d6a53ce5563de777e008404597ba9dd579d7c4a8fd29b629fd5db2bfd02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65662d6a53ce5563de777e008404597ba9dd579d7c4a8fd29b629fd5db2bfd02", kill_on_drop: false }` [INFO] [stdout] 65662d6a53ce5563de777e008404597ba9dd579d7c4a8fd29b629fd5db2bfd02 [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 042387bd60557674c4844768a22a9f4b324eebcbbc57415975ff21845be43ddc [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" "042387bd60557674c4844768a22a9f4b324eebcbbc57415975ff21845be43ddc", 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.14s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tinyvm-25df0316d739aa17) [INFO] [stdout] [INFO] [stdout] running 39 tests [INFO] [stdout] test lexer::tests::can_lex_lines_with_windows_line_endings ... ok [INFO] [stdout] test lexer::tests::multiple_spaces_and_tabs_are_ignored ... ok [INFO] [stdout] test parser::line_parser::tests::can_parse_empty_line ... ok [INFO] [stdout] test parser::line_parser::tests::can_parse_line_with_instruction_and_operands ... ok [INFO] [stdout] test parser::line_parser::tests::can_parse_line_with_only_instruction ... ok [INFO] [stdout] test parser::line_parser::tests::can_parse_line_with_only_labels ... ok [INFO] [stdout] test parser::parser::tests::can_parse_with_resolved_labels ... ok [INFO] [stdout] test parser::line_parser::tests::labels_are_returned_for_lines_with_errors ... ok [INFO] [stdout] test parser::parser::tests::parse_errors_are_correctly_returned ... ok [INFO] [stdout] test parser::parser::tests::start_instruction_index_is_set_to_the_start_label ... ok [INFO] [stdout] test parser::parser::tests::returns_duplicate_definition_error_if_a_label_is_defined_twice ... ok [INFO] [stdout] test parser::parser::tests::start_instruction_index_is_zero_if_no_start_label_exists ... ok [INFO] [stdout] test parser::line_parser::tests::garbage_with_colon_is_not_parsed_as_label ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::can_use_label_as_source ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::cannot_use_literal_as_target ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::can_parse_all_instructions ... ok [INFO] [stdout] test parser::line_parser::tests::errors_are_correctly_reported ... 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::can_use_register_as_source ... ok [INFO] [stdout] test parser::line_parser::tests::can_parse_line_with_labels_and_instruction ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::can_use_memory_as_target ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::cannot_use_random_garbage_as_target ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::cannot_use_random_garbage_as_source ... ok [INFO] [stdout] test lexer::tests::can_lex_single_line_without_newline ... ok [INFO] [stdout] test preprocessor::tests::define_without_value ... ok [INFO] [stdout] test preprocessor::tests::define_without_key_and_value ... ok [INFO] [stdout] test preprocessor::tests::valid_define ... 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 parser::unresolved_instruction::tests::can_use_literal_as_source ... ok [INFO] [stdout] test lexer::tests::can_substitute_defines ... ok [INFO] [stdout] test parser::unresolved_instruction::tests::can_use_memory_as_source ... ok [INFO] [stdout] test lexer::tests::everything_after_comment_start_until_end_of_line_is_ignored ... ok [INFO] [stdout] test lexer::tests::can_lex_multiple_lines ... ok [INFO] [stdout] test parser::parser::tests::returns_undefined_error_if_a_label_is_not_defined ... ok [INFO] [stdout] test preprocessor::tests::include_another_file ... ok [INFO] [stdout] test lexer::tests::can_lex_single_line_with_newline ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-b7cad11523a34a2d) [INFO] [stdout] running 3 tests [INFO] [stdout] test fact ... ok [INFO] [stdout] test instructions ... ok [INFO] [stderr] Doc-tests tinyvm [INFO] [stdout] test operands ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s [INFO] [stdout] [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" "042387bd60557674c4844768a22a9f4b324eebcbbc57415975ff21845be43ddc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "042387bd60557674c4844768a22a9f4b324eebcbbc57415975ff21845be43ddc", kill_on_drop: false }` [INFO] [stdout] 042387bd60557674c4844768a22a9f4b324eebcbbc57415975ff21845be43ddc