[INFO] updating cached repository https://github.com/mpdrescher/termcalc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] be0409ef8f403d240378eb9c57f20952b8dacb73 [INFO] testing mpdrescher/termcalc/be0409ef8f403d240378eb9c57f20952b8dacb73 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmpdrescher%2Ftermcalc" "/workspace/builds/worker-31/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-31/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mpdrescher/termcalc 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/mpdrescher/termcalc [INFO] finished tweaking git repo https://github.com/mpdrescher/termcalc [INFO] tweaked toml for git repo https://github.com/mpdrescher/termcalc written to /workspace/builds/worker-31/source/Cargo.toml [INFO] crate git repo https://github.com/mpdrescher/termcalc 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b80a1fdeb7a7f1a5196cc505df199d599d9bfc442aae56ed0f71ee5c2dbcb3fb [INFO] running `Command { std: "docker" "start" "-a" "b80a1fdeb7a7f1a5196cc505df199d599d9bfc442aae56ed0f71ee5c2dbcb3fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b80a1fdeb7a7f1a5196cc505df199d599d9bfc442aae56ed0f71ee5c2dbcb3fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b80a1fdeb7a7f1a5196cc505df199d599d9bfc442aae56ed0f71ee5c2dbcb3fb", kill_on_drop: false }` [INFO] [stdout] b80a1fdeb7a7f1a5196cc505df199d599d9bfc442aae56ed0f71ee5c2dbcb3fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aaa1124371f53216e74a26cdf185f174443e3f86a0ae1efbf4148c93de047948 [INFO] running `Command { std: "docker" "start" "-a" "aaa1124371f53216e74a26cdf185f174443e3f86a0ae1efbf4148c93de047948", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.20 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling encode_unicode v0.1.3 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling rustyline v1.0.0 [INFO] [stderr] Compiling termcalc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 53 | let p1 = pop!(valstack); [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 `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 83 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 99 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 111 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 123 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 135 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 147 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 159 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 171 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 187 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 202 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 203 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 231 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 232 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 250 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 251 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 269 | let p3 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 270 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 271 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 287 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 288 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 306 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 307 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 325 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 326 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 344 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 345 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 361 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 362 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 12s [INFO] running `Command { std: "docker" "inspect" "aaa1124371f53216e74a26cdf185f174443e3f86a0ae1efbf4148c93de047948", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aaa1124371f53216e74a26cdf185f174443e3f86a0ae1efbf4148c93de047948", kill_on_drop: false }` [INFO] [stdout] aaa1124371f53216e74a26cdf185f174443e3f86a0ae1efbf4148c93de047948 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 56081992946d8bfaad4297e268985aa5710d52b1794434a07200a98d3f3483c7 [INFO] running `Command { std: "docker" "start" "-a" "56081992946d8bfaad4297e268985aa5710d52b1794434a07200a98d3f3483c7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling termcalc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 53 | let p1 = pop!(valstack); [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 `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 83 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 99 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 111 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 123 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 135 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 147 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 159 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 171 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 187 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 202 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 203 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 231 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 232 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 250 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 251 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 269 | let p3 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 270 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 271 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 287 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 288 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 306 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 307 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 325 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 326 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 344 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 345 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 361 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 362 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 53 | let p1 = pop!(valstack); [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 `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 83 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 99 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 111 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 123 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 135 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 147 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 159 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 171 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 187 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 202 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 203 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 231 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 232 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 250 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 251 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 269 | let p3 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 270 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 271 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 287 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 288 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 306 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 307 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 325 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 326 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 344 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 345 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 361 | let p2 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib/stdlib.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | $e.pop().unwrap(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 362 | let p1 = pop!(valstack); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.55s [INFO] running `Command { std: "docker" "inspect" "56081992946d8bfaad4297e268985aa5710d52b1794434a07200a98d3f3483c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56081992946d8bfaad4297e268985aa5710d52b1794434a07200a98d3f3483c7", kill_on_drop: false }` [INFO] [stdout] 56081992946d8bfaad4297e268985aa5710d52b1794434a07200a98d3f3483c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0915cce2fe0c5d86a3e868dcd65331d95964559d1d24c716f046567145aa6bbb [INFO] running `Command { std: "docker" "start" "-a" "0915cce2fe0c5d86a3e868dcd65331d95964559d1d24c716f046567145aa6bbb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 53 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 68 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 83 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 99 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 111 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 123 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 135 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 147 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 159 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 171 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 187 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 202 | let p2 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 203 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 231 | let p2 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 232 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 250 | let p2 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 251 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 269 | let p3 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 270 | let p2 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 271 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 287 | let p2 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 288 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 306 | let p2 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 307 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 325 | let p2 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 326 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 344 | let p2 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 345 | let p1 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 361 | let p2 = pop!(valstack); [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 `pop` (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/lib/stdlib.rs:5:26 [INFO] [stderr] | [INFO] [stderr] 5 | $e.pop().unwrap(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 362 | let p1 = pop!(valstack); [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 `pop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `termcalc` (lib) generated 30 warnings [INFO] [stderr] warning: `termcalc` (lib test) generated 30 warnings (30 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/termcalc-35d5810b990a93ec) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/termcalc-bbab5b81786e7fa1) [INFO] [stdout] [INFO] [stderr] Doc-tests termcalc [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] [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" "0915cce2fe0c5d86a3e868dcd65331d95964559d1d24c716f046567145aa6bbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0915cce2fe0c5d86a3e868dcd65331d95964559d1d24c716f046567145aa6bbb", kill_on_drop: false }` [INFO] [stdout] 0915cce2fe0c5d86a3e868dcd65331d95964559d1d24c716f046567145aa6bbb