[INFO] cloning repository https://github.com/yurydelendik/wasmeval [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yurydelendik/wasmeval" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyurydelendik%2Fwasmeval", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyurydelendik%2Fwasmeval'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3297110a8deb1d5764f178577ac1278e01fe5728 [INFO] testing yurydelendik/wasmeval against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyurydelendik%2Fwasmeval" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yurydelendik/wasmeval 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/yurydelendik/wasmeval [INFO] finished tweaking git repo https://github.com/yurydelendik/wasmeval [INFO] tweaked toml for git repo https://github.com/yurydelendik/wasmeval written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/yurydelendik/wasmeval 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wast v23.0.0 [INFO] [stderr] Downloaded wasmparser v0.62.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] [stdout] 103c9aadc72943d260ce82e88e550d5644509eb9ff3bb6019bb7455e7e00486a [INFO] running `Command { std: "docker" "start" "-a" "103c9aadc72943d260ce82e88e550d5644509eb9ff3bb6019bb7455e7e00486a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "103c9aadc72943d260ce82e88e550d5644509eb9ff3bb6019bb7455e7e00486a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "103c9aadc72943d260ce82e88e550d5644509eb9ff3bb6019bb7455e7e00486a", kill_on_drop: false }` [INFO] [stdout] 103c9aadc72943d260ce82e88e550d5644509eb9ff3bb6019bb7455e7e00486a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] [stdout] a556b5b5a39a32afbb2605aafa73c5846fbb568bab1cb52bc138944bd0cae66a [INFO] running `Command { std: "docker" "start" "-a" "a556b5b5a39a32afbb2605aafa73c5846fbb568bab1cb52bc138944bd0cae66a", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.32 [INFO] [stderr] Compiling wasmparser v0.62.0 [INFO] [stderr] Compiling wasmeval v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 311 | Ok(None) => trap!(TrapKind::Uninitialized), [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 `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 312 | Err(_) => trap!(TrapKind::UndefinedElement), [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 331 | Operator::TypedSelect { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 331 | Operator::TypedSelect { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 418 | push!(current as i32; i32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `push` [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 423 | push!(current as i32; i32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `push` [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 425 | Operator::I32Const { value } => push!(*value; i32), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 426 | Operator::I64Const { value } => push!(*value; i64), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 427 | Operator::F32Const { value } => push!(value.bits(); f32), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 428 | Operator::F64Const { value } => push!(value.bits(); f64), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 632 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 636 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 640 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 646 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 650 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 654 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 658 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 752 | | Operator::MemoryAtomicWait64 { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 752 | | Operator::MemoryAtomicWait64 { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 753 | Operator::AtomicFence { ref flags } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 753 | Operator::AtomicFence { ref flags } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 755 | op_notimpl!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `op_notimpl` [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 755 | op_notimpl!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trap` [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 757 | Operator::V128Load { .. } | Operator::V128Store { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 757 | Operator::V128Load { .. } | Operator::V128Store { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 764 | | Operator::F64x2Splat => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 764 | | Operator::F64x2Splat => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 778 | | Operator::F64x2ReplaceLane { lane } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 778 | | Operator::F64x2ReplaceLane { lane } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 906 | | Operator::V8x16Swizzle => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 906 | | Operator::V8x16Swizzle => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 907 | Operator::V8x16Shuffle { ref lanes } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 907 | Operator::V8x16Shuffle { ref lanes } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 911 | | Operator::V64x2LoadSplat { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 911 | | Operator::V64x2LoadSplat { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 912 | Operator::MemoryCopy { .. } | Operator::MemoryFill { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 912 | Operator::MemoryCopy { .. } | Operator::MemoryFill { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 915 | | Operator::ElemDrop { segment } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 915 | | Operator::ElemDrop { segment } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 916 | Operator::TableInit { table, segment } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 916 | Operator::TableInit { table, segment } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 920 | } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 920 | } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 925 | | Operator::TableFill { table } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 925 | | Operator::TableFill { table } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 947 | | Operator::I16x8RoundingAverageU => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 947 | | Operator::I16x8RoundingAverageU => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 948 | Operator::ReturnCall { .. } | Operator::ReturnCallIndirect { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 948 | Operator::ReturnCall { .. } | Operator::ReturnCallIndirect { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buf` [INFO] [stdout] --> src/module.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub buf: Pin>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position` [INFO] [stdout] --> src/values.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | position: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 52 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.04s [INFO] running `Command { std: "docker" "inspect" "a556b5b5a39a32afbb2605aafa73c5846fbb568bab1cb52bc138944bd0cae66a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a556b5b5a39a32afbb2605aafa73c5846fbb568bab1cb52bc138944bd0cae66a", kill_on_drop: false }` [INFO] [stdout] a556b5b5a39a32afbb2605aafa73c5846fbb568bab1cb52bc138944bd0cae66a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] acfab1469103a6f3fe765fced9df5af436e0d2e9c02bbb6cde3366ba99cfa149 [INFO] running `Command { std: "docker" "start" "-a" "acfab1469103a6f3fe765fced9df5af436e0d2e9c02bbb6cde3366ba99cfa149", kill_on_drop: false }` [INFO] [stderr] Compiling leb128 v0.2.4 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 311 | Ok(None) => trap!(TrapKind::Uninitialized), [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 `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 312 | Err(_) => trap!(TrapKind::UndefinedElement), [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 331 | Operator::TypedSelect { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 331 | Operator::TypedSelect { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 418 | push!(current as i32; i32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `push` [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 423 | push!(current as i32; i32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `push` [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 425 | Operator::I32Const { value } => push!(*value; i32), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 426 | Operator::I64Const { value } => push!(*value; i64), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 427 | Operator::F32Const { value } => push!(value.bits(); f32), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 428 | Operator::F64Const { value } => push!(value.bits(); f64), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 632 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 636 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 640 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 646 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 650 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 654 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 658 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 752 | | Operator::MemoryAtomicWait64 { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 752 | | Operator::MemoryAtomicWait64 { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 753 | Operator::AtomicFence { ref flags } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 753 | Operator::AtomicFence { ref flags } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 755 | op_notimpl!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `op_notimpl` [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 755 | op_notimpl!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trap` [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 757 | Operator::V128Load { .. } | Operator::V128Store { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 757 | Operator::V128Load { .. } | Operator::V128Store { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 764 | | Operator::F64x2Splat => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 764 | | Operator::F64x2Splat => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 778 | | Operator::F64x2ReplaceLane { lane } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 778 | | Operator::F64x2ReplaceLane { lane } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 906 | | Operator::V8x16Swizzle => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 906 | | Operator::V8x16Swizzle => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 907 | Operator::V8x16Shuffle { ref lanes } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 907 | Operator::V8x16Shuffle { ref lanes } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 911 | | Operator::V64x2LoadSplat { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 911 | | Operator::V64x2LoadSplat { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 912 | Operator::MemoryCopy { .. } | Operator::MemoryFill { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 912 | Operator::MemoryCopy { .. } | Operator::MemoryFill { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 915 | | Operator::ElemDrop { segment } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 915 | | Operator::ElemDrop { segment } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 916 | Operator::TableInit { table, segment } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 916 | Operator::TableInit { table, segment } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 920 | } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 920 | } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 925 | | Operator::TableFill { table } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 925 | | Operator::TableFill { table } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 947 | | Operator::I16x8RoundingAverageU => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 947 | | Operator::I16x8RoundingAverageU => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 948 | Operator::ReturnCall { .. } | Operator::ReturnCallIndirect { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 948 | Operator::ReturnCall { .. } | Operator::ReturnCallIndirect { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buf` [INFO] [stdout] --> src/module.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub buf: Pin>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position` [INFO] [stdout] --> src/values.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | position: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 52 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wast v23.0.0 [INFO] [stderr] Compiling wasmeval v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 311 | Ok(None) => trap!(TrapKind::Uninitialized), [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 `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 312 | Err(_) => trap!(TrapKind::UndefinedElement), [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 331 | Operator::TypedSelect { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 331 | Operator::TypedSelect { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 418 | push!(current as i32; i32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `push` [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 423 | push!(current as i32; i32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `push` [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 425 | Operator::I32Const { value } => push!(*value; i32), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 426 | Operator::I64Const { value } => push!(*value; i64), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 427 | Operator::F32Const { value } => push!(value.bits(); f32), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 428 | Operator::F64Const { value } => push!(value.bits(); f64), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 628 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 632 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 636 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 640 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 646 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 650 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 654 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 658 | Err(kind) => trap!(kind), [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 752 | | Operator::MemoryAtomicWait64 { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 752 | | Operator::MemoryAtomicWait64 { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 753 | Operator::AtomicFence { ref flags } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 753 | Operator::AtomicFence { ref flags } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 755 | op_notimpl!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `op_notimpl` [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 755 | op_notimpl!() [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trap` [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 757 | Operator::V128Load { .. } | Operator::V128Store { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 757 | Operator::V128Load { .. } | Operator::V128Store { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 764 | | Operator::F64x2Splat => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 764 | | Operator::F64x2Splat => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 778 | | Operator::F64x2ReplaceLane { lane } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 778 | | Operator::F64x2ReplaceLane { lane } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 906 | | Operator::V8x16Swizzle => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 906 | | Operator::V8x16Swizzle => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 907 | Operator::V8x16Shuffle { ref lanes } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 907 | Operator::V8x16Shuffle { ref lanes } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 911 | | Operator::V64x2LoadSplat { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 911 | | Operator::V64x2LoadSplat { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 912 | Operator::MemoryCopy { .. } | Operator::MemoryFill { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 912 | Operator::MemoryCopy { .. } | Operator::MemoryFill { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 915 | | Operator::ElemDrop { segment } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 915 | | Operator::ElemDrop { segment } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 916 | Operator::TableInit { table, segment } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 916 | Operator::TableInit { table, segment } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 920 | } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 920 | } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 925 | | Operator::TableFill { table } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 925 | | Operator::TableFill { table } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 947 | | Operator::I16x8RoundingAverageU => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 947 | | Operator::I16x8RoundingAverageU => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:252:16 [INFO] [stdout] | [INFO] [stdout] 252 | ))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 948 | Operator::ReturnCall { .. } | Operator::ReturnCallIndirect { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/eval/mod.rs:143:63 [INFO] [stdout] | [INFO] [stdout] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 948 | Operator::ReturnCall { .. } | Operator::ReturnCallIndirect { .. } => op_notimpl!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `buf` [INFO] [stdout] --> src/module.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub buf: Pin>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position` [INFO] [stdout] --> src/values.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | position: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 52 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.04s [INFO] running `Command { std: "docker" "inspect" "acfab1469103a6f3fe765fced9df5af436e0d2e9c02bbb6cde3366ba99cfa149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acfab1469103a6f3fe765fced9df5af436e0d2e9c02bbb6cde3366ba99cfa149", kill_on_drop: false }` [INFO] [stdout] acfab1469103a6f3fe765fced9df5af436e0d2e9c02bbb6cde3366ba99cfa149 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] [stdout] 9a415f670964c348606babf2121937f35956bcd2b79d239128c5e02dca396f6e [INFO] running `Command { std: "docker" "start" "-a" "9a415f670964c348606babf2121937f35956bcd2b79d239128c5e02dca396f6e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 311 | Ok(None) => trap!(TrapKind::Uninitialized), [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 `trap` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 312 | Err(_) => trap!(TrapKind::UndefinedElement), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 331 | Operator::TypedSelect { .. } => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 331 | Operator::TypedSelect { .. } => op_notimpl!(), [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 `trap` (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/eval/mod.rs:133:41 [INFO] [stderr] | [INFO] [stderr] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 418 | push!(current as i32; i32) [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `push` [INFO] [stderr] = note: this warning originates in the macro `push` (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/eval/mod.rs:133:41 [INFO] [stderr] | [INFO] [stderr] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 423 | push!(current as i32; i32) [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `push` [INFO] [stderr] = note: this warning originates in the macro `push` (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/eval/mod.rs:133:41 [INFO] [stderr] | [INFO] [stderr] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 425 | Operator::I32Const { value } => push!(*value; i32), [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 `push` (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/eval/mod.rs:133:41 [INFO] [stderr] | [INFO] [stderr] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 426 | Operator::I64Const { value } => push!(*value; i64), [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 `push` (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/eval/mod.rs:133:41 [INFO] [stderr] | [INFO] [stderr] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 427 | Operator::F32Const { value } => push!(value.bits(); f32), [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 `push` (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/eval/mod.rs:133:41 [INFO] [stderr] | [INFO] [stderr] 133 | stack.push(val_ty!($ty)($e)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 428 | Operator::F64Const { value } => push!(value.bits(); f64), [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 `push` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 628 | Err(kind) => trap!(kind), [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 `trap` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 632 | Err(kind) => trap!(kind), [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 `trap` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 636 | Err(kind) => trap!(kind), [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 `trap` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 640 | Err(kind) => trap!(kind), [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 `trap` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 646 | Err(kind) => trap!(kind), [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 `trap` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 650 | Err(kind) => trap!(kind), [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 `trap` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 654 | Err(kind) => trap!(kind), [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 `trap` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 658 | Err(kind) => trap!(kind), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 752 | | Operator::MemoryAtomicWait64 { .. } => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 752 | | Operator::MemoryAtomicWait64 { .. } => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 753 | Operator::AtomicFence { ref flags } => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 753 | Operator::AtomicFence { ref flags } => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 755 | op_notimpl!() [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `op_notimpl` [INFO] [stderr] = note: this warning originates in the macro `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 755 | op_notimpl!() [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `trap` [INFO] [stderr] = note: this warning originates in the macro `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 757 | Operator::V128Load { .. } | Operator::V128Store { .. } => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 757 | Operator::V128Load { .. } | Operator::V128Store { .. } => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 764 | | Operator::F64x2Splat => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 764 | | Operator::F64x2Splat => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 778 | | Operator::F64x2ReplaceLane { lane } => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 778 | | Operator::F64x2ReplaceLane { lane } => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 906 | | Operator::V8x16Swizzle => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 906 | | Operator::V8x16Swizzle => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 907 | Operator::V8x16Shuffle { ref lanes } => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 907 | Operator::V8x16Shuffle { ref lanes } => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 911 | | Operator::V64x2LoadSplat { .. } => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 911 | | Operator::V64x2LoadSplat { .. } => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 912 | Operator::MemoryCopy { .. } | Operator::MemoryFill { .. } => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stdout] [INFO] [stderr] | ^ [INFO] [stdout] running 1 test [INFO] [stderr] ... [INFO] [stderr] 912 | Operator::MemoryCopy { .. } | Operator::MemoryFill { .. } => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 915 | | Operator::ElemDrop { segment } => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 915 | | Operator::ElemDrop { segment } => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 916 | Operator::TableInit { table, segment } => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 916 | Operator::TableInit { table, segment } => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 920 | } => op_notimpl!(), [INFO] [stderr] | ------------- in this macro invocation [INFO] [stderr] | [INFO] [stdout] test tests::run_spec_tests ... ok [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] [stdout] [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] = note: this warning originates in the macro `op_notimpl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 920 | } => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 925 | | Operator::TableFill { table } => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 925 | | Operator::TableFill { table } => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 947 | | Operator::I16x8RoundingAverageU => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 947 | | Operator::I16x8RoundingAverageU => op_notimpl!(), [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 `trap` (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/eval/mod.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | ))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 948 | Operator::ReturnCall { .. } | Operator::ReturnCallIndirect { .. } => op_notimpl!(), [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 `op_notimpl` (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/eval/mod.rs:143:63 [INFO] [stderr] | [INFO] [stderr] 143 | return Err(Trap::new($kind, bytecode.position(i))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 948 | Operator::ReturnCall { .. } | Operator::ReturnCallIndirect { .. } => op_notimpl!(), [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 `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `buf` [INFO] [stderr] --> src/module.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | pub buf: Pin>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `position` [INFO] [stderr] --> src/values.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | position: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `wasmeval` (lib) generated 52 warnings [INFO] [stderr] warning: `wasmeval` (lib test) generated 52 warnings (52 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.81s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wasmeval-56612d9c67cbb18a) [INFO] [stderr] Doc-tests wasmeval [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" "9a415f670964c348606babf2121937f35956bcd2b79d239128c5e02dca396f6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a415f670964c348606babf2121937f35956bcd2b79d239128c5e02dca396f6e", kill_on_drop: false }` [INFO] [stdout] 9a415f670964c348606babf2121937f35956bcd2b79d239128c5e02dca396f6e