[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 beta-2022-02-22 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-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yurydelendik/wasmeval on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-10/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" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 694f5c42f6728ed9439b48f4d4bd62556a1c9a224b18d795cf70feaff580fa55 [INFO] running `Command { std: "docker" "start" "-a" "694f5c42f6728ed9439b48f4d4bd62556a1c9a224b18d795cf70feaff580fa55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "694f5c42f6728ed9439b48f4d4bd62556a1c9a224b18d795cf70feaff580fa55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "694f5c42f6728ed9439b48f4d4bd62556a1c9a224b18d795cf70feaff580fa55", kill_on_drop: false }` [INFO] [stdout] 694f5c42f6728ed9439b48f4d4bd62556a1c9a224b18d795cf70feaff580fa55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f53ea141256cc0af511406497d180b588ff468186ce4979147c2b5487ebf03f2 [INFO] running `Command { std: "docker" "start" "-a" "f53ea141256cc0af511406497d180b588ff468186ce4979147c2b5487ebf03f2", 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] note: `Trap` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/values.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 52 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.34s [INFO] running `Command { std: "docker" "inspect" "f53ea141256cc0af511406497d180b588ff468186ce4979147c2b5487ebf03f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f53ea141256cc0af511406497d180b588ff468186ce4979147c2b5487ebf03f2", kill_on_drop: false }` [INFO] [stdout] f53ea141256cc0af511406497d180b588ff468186ce4979147c2b5487ebf03f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 970c4daf1c13cba5f9ee2de2f58e5df1897e30399794507c6a287a7b6633f39d [INFO] running `Command { std: "docker" "start" "-a" "970c4daf1c13cba5f9ee2de2f58e5df1897e30399794507c6a287a7b6633f39d", 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] note: `Trap` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/values.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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] note: `Trap` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/values.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 52 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.80s [INFO] running `Command { std: "docker" "inspect" "970c4daf1c13cba5f9ee2de2f58e5df1897e30399794507c6a287a7b6633f39d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "970c4daf1c13cba5f9ee2de2f58e5df1897e30399794507c6a287a7b6633f39d", kill_on_drop: false }` [INFO] [stdout] 970c4daf1c13cba5f9ee2de2f58e5df1897e30399794507c6a287a7b6633f39d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7654727cc25ee61c6cfcda314b2c1f0d4ef1916fb97669fdaf74260fa5ae42ae [INFO] running `Command { std: "docker" "start" "-a" "7654727cc25ee61c6cfcda314b2c1f0d4ef1916fb97669fdaf74260fa5ae42ae", 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] [stdout] [INFO] [stderr] | [INFO] [stdout] running 1 test [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] [stdout] test tests::run_spec_tests ... ok [INFO] [stderr] = note: this warning originates in the macro `trap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stdout] [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] [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 `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] [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] 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] note: `Trap` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/values.rs:109:10 [INFO] [stderr] | [INFO] [stderr] 109 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [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-866eea49d5b1252c) [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" "7654727cc25ee61c6cfcda314b2c1f0d4ef1916fb97669fdaf74260fa5ae42ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7654727cc25ee61c6cfcda314b2c1f0d4ef1916fb97669fdaf74260fa5ae42ae", kill_on_drop: false }` [INFO] [stdout] 7654727cc25ee61c6cfcda314b2c1f0d4ef1916fb97669fdaf74260fa5ae42ae