[INFO] cloning repository https://github.com/mpdrescher/termcalc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mpdrescher/termcalc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmpdrescher%2Ftermcalc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmpdrescher%2Ftermcalc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] be0409ef8f403d240378eb9c57f20952b8dacb73 [INFO] testing mpdrescher/termcalc against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmpdrescher%2Ftermcalc" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mpdrescher/termcalc on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-0/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.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a50b33a18fce2e5feadc306168c9de327586abd1f79fe176f09792ccac63fa4c [INFO] running `Command { std: "docker" "start" "-a" "a50b33a18fce2e5feadc306168c9de327586abd1f79fe176f09792ccac63fa4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a50b33a18fce2e5feadc306168c9de327586abd1f79fe176f09792ccac63fa4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a50b33a18fce2e5feadc306168c9de327586abd1f79fe176f09792ccac63fa4c", kill_on_drop: false }` [INFO] [stdout] a50b33a18fce2e5feadc306168c9de327586abd1f79fe176f09792ccac63fa4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ae48542378f4fb5f1be38f03d5aa07079501f89c3b54a5a1e3399664a6842c47 [INFO] running `Command { std: "docker" "start" "-a" "ae48542378f4fb5f1be38f03d5aa07079501f89c3b54a5a1e3399664a6842c47", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling encode_unicode v0.1.3 [INFO] [stderr] Compiling unicode-width v0.1.4 [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 8.88s [INFO] running `Command { std: "docker" "inspect" "ae48542378f4fb5f1be38f03d5aa07079501f89c3b54a5a1e3399664a6842c47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae48542378f4fb5f1be38f03d5aa07079501f89c3b54a5a1e3399664a6842c47", kill_on_drop: false }` [INFO] [stdout] ae48542378f4fb5f1be38f03d5aa07079501f89c3b54a5a1e3399664a6842c47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 557100a899c04fb13d62835feeaa99be3b231a5e988374d29dba4303f8cd2f1c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "557100a899c04fb13d62835feeaa99be3b231a5e988374d29dba4303f8cd2f1c", kill_on_drop: false }` [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] 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 test [unoptimized + debuginfo] target(s) in 1.61s [INFO] running `Command { std: "docker" "inspect" "557100a899c04fb13d62835feeaa99be3b231a5e988374d29dba4303f8cd2f1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "557100a899c04fb13d62835feeaa99be3b231a5e988374d29dba4303f8cd2f1c", kill_on_drop: false }` [INFO] [stdout] 557100a899c04fb13d62835feeaa99be3b231a5e988374d29dba4303f8cd2f1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b3af553227a51983bc15fc28764e25ae1e0f592a59cf7c748d04c37aa3c8bf71 [INFO] running `Command { std: "docker" "start" "-a" "b3af553227a51983bc15fc28764e25ae1e0f592a59cf7c748d04c37aa3c8bf71", kill_on_drop: false }` [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.03s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/termcalc-8adb9c5786e214b4) [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/termcalc-5406068e8a4c9e31) [INFO] [stdout] [INFO] [stderr] Doc-tests termcalc [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] [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" "b3af553227a51983bc15fc28764e25ae1e0f592a59cf7c748d04c37aa3c8bf71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3af553227a51983bc15fc28764e25ae1e0f592a59cf7c748d04c37aa3c8bf71", kill_on_drop: false }` [INFO] [stdout] b3af553227a51983bc15fc28764e25ae1e0f592a59cf7c748d04c37aa3c8bf71