[INFO] fetching crate watson 0.9.2... [INFO] checking watson-0.9.2 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate watson 0.9.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate watson 0.9.2 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate watson 0.9.2 [INFO] finished tweaking crates.io crate watson 0.9.2 [INFO] tweaked toml for crates.io crate watson 0.9.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 660551d9c1f05981de982db70ecaa957aa9f9d8dc98389ee331fcabd8c586703 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "660551d9c1f05981de982db70ecaa957aa9f9d8dc98389ee331fcabd8c586703", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "660551d9c1f05981de982db70ecaa957aa9f9d8dc98389ee331fcabd8c586703", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "660551d9c1f05981de982db70ecaa957aa9f9d8dc98389ee331fcabd8c586703", kill_on_drop: false }` [INFO] [stdout] 660551d9c1f05981de982db70ecaa957aa9f9d8dc98389ee331fcabd8c586703 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe101d238eb1b80e3cc2f484d4c4690ffbd4c0f604f5e6366ba1c8b5d7ab75d0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fe101d238eb1b80e3cc2f484d4c4690ffbd4c0f604f5e6366ba1c8b5d7ab75d0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.57 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking webassembly v0.8.2 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking watson v0.9.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/interpreter.rs:569:34 [INFO] [stdout] | [INFO] [stdout] 569 | Instruction::Raw(b) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `block_type` [INFO] [stdout] --> src/interpreter.rs:576:36 [INFO] [stdout] | [INFO] [stdout] 576 | Instruction::Block(block_type, instructions) => { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instructions` [INFO] [stdout] --> src/interpreter.rs:576:48 [INFO] [stdout] | [INFO] [stdout] 576 | Instruction::Block(block_type, instructions) => { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instructions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `block_type` [INFO] [stdout] --> src/interpreter.rs:579:35 [INFO] [stdout] | [INFO] [stdout] 579 | Instruction::Loop(block_type, instructions) => { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instructions` [INFO] [stdout] --> src/interpreter.rs:579:47 [INFO] [stdout] | [INFO] [stdout] 579 | Instruction::Loop(block_type, instructions) => { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instructions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `block_type` [INFO] [stdout] --> src/interpreter.rs:582:33 [INFO] [stdout] | [INFO] [stdout] 582 | Instruction::If(block_type, if_instructions, else_instructions) => { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `if_instructions` [INFO] [stdout] --> src/interpreter.rs:582:45 [INFO] [stdout] | [INFO] [stdout] 582 | Instruction::If(block_type, if_instructions, else_instructions) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_if_instructions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `else_instructions` [INFO] [stdout] --> src/interpreter.rs:582:62 [INFO] [stdout] | [INFO] [stdout] 582 | Instruction::If(block_type, if_instructions, else_instructions) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_else_instructions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/interpreter.rs:585:33 [INFO] [stdout] | [INFO] [stdout] 585 | Instruction::Br(i) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/interpreter.rs:588:35 [INFO] [stdout] | [INFO] [stdout] 588 | Instruction::BrIf(i) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `labels` [INFO] [stdout] --> src/interpreter.rs:591:38 [INFO] [stdout] | [INFO] [stdout] 591 | Instruction::BrTable(labels, label_index) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_labels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `label_index` [INFO] [stdout] --> src/interpreter.rs:591:46 [INFO] [stdout] | [INFO] [stdout] 591 | Instruction::BrTable(labels, label_index) => { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_label_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/interpreter.rs:597:35 [INFO] [stdout] | [INFO] [stdout] 597 | Instruction::Call(i) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/interpreter.rs:600:43 [INFO] [stdout] | [INFO] [stdout] 600 | Instruction::CallIndirect(i) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/interpreter.rs:621:40 [INFO] [stdout] | [INFO] [stdout] 621 | Instruction::GlobalGet(i) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/interpreter.rs:624:40 [INFO] [stdout] | [INFO] [stdout] 624 | Instruction::GlobalSet(i) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:627:38 [INFO] [stdout] | [INFO] [stdout] 627 | Instruction::I32Load(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:627:45 [INFO] [stdout] | [INFO] [stdout] 627 | Instruction::I32Load(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:630:38 [INFO] [stdout] | [INFO] [stdout] 630 | Instruction::I64Load(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:630:45 [INFO] [stdout] | [INFO] [stdout] 630 | Instruction::I64Load(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:633:38 [INFO] [stdout] | [INFO] [stdout] 633 | Instruction::F32Load(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:633:45 [INFO] [stdout] | [INFO] [stdout] 633 | Instruction::F32Load(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:636:38 [INFO] [stdout] | [INFO] [stdout] 636 | Instruction::F64Load(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:636:45 [INFO] [stdout] | [INFO] [stdout] 636 | Instruction::F64Load(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:639:40 [INFO] [stdout] | [INFO] [stdout] 639 | Instruction::I32Load8S(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:639:47 [INFO] [stdout] | [INFO] [stdout] 639 | Instruction::I32Load8S(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:642:40 [INFO] [stdout] | [INFO] [stdout] 642 | Instruction::I32Load8U(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:642:47 [INFO] [stdout] | [INFO] [stdout] 642 | Instruction::I32Load8U(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:645:41 [INFO] [stdout] | [INFO] [stdout] 645 | Instruction::I32Load16S(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:645:48 [INFO] [stdout] | [INFO] [stdout] 645 | Instruction::I32Load16S(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:648:41 [INFO] [stdout] | [INFO] [stdout] 648 | Instruction::I32Load16U(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:648:48 [INFO] [stdout] | [INFO] [stdout] 648 | Instruction::I32Load16U(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:651:40 [INFO] [stdout] | [INFO] [stdout] 651 | Instruction::I64Load8S(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:651:47 [INFO] [stdout] | [INFO] [stdout] 651 | Instruction::I64Load8S(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:654:40 [INFO] [stdout] | [INFO] [stdout] 654 | Instruction::I64Load8U(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:654:47 [INFO] [stdout] | [INFO] [stdout] 654 | Instruction::I64Load8U(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:657:41 [INFO] [stdout] | [INFO] [stdout] 657 | Instruction::I64Load16S(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:657:48 [INFO] [stdout] | [INFO] [stdout] 657 | Instruction::I64Load16S(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:660:41 [INFO] [stdout] | [INFO] [stdout] 660 | Instruction::I64Load16U(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:660:48 [INFO] [stdout] | [INFO] [stdout] 660 | Instruction::I64Load16U(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:663:41 [INFO] [stdout] | [INFO] [stdout] 663 | Instruction::I64Load32S(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:663:48 [INFO] [stdout] | [INFO] [stdout] 663 | Instruction::I64Load32S(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:666:41 [INFO] [stdout] | [INFO] [stdout] 666 | Instruction::I64Load32U(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:666:48 [INFO] [stdout] | [INFO] [stdout] 666 | Instruction::I64Load32U(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:669:39 [INFO] [stdout] | [INFO] [stdout] 669 | Instruction::I32Store(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:669:46 [INFO] [stdout] | [INFO] [stdout] 669 | Instruction::I32Store(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:672:39 [INFO] [stdout] | [INFO] [stdout] 672 | Instruction::I64Store(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:672:46 [INFO] [stdout] | [INFO] [stdout] 672 | Instruction::I64Store(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:675:39 [INFO] [stdout] | [INFO] [stdout] 675 | Instruction::F32Store(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:675:46 [INFO] [stdout] | [INFO] [stdout] 675 | Instruction::F32Store(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:678:39 [INFO] [stdout] | [INFO] [stdout] 678 | Instruction::F64Store(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:678:46 [INFO] [stdout] | [INFO] [stdout] 678 | Instruction::F64Store(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:681:40 [INFO] [stdout] | [INFO] [stdout] 681 | Instruction::I32Store8(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:681:47 [INFO] [stdout] | [INFO] [stdout] 681 | Instruction::I32Store8(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:684:41 [INFO] [stdout] | [INFO] [stdout] 684 | Instruction::I32Store16(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:684:48 [INFO] [stdout] | [INFO] [stdout] 684 | Instruction::I32Store16(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:687:40 [INFO] [stdout] | [INFO] [stdout] 687 | Instruction::I64Store8(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:687:47 [INFO] [stdout] | [INFO] [stdout] 687 | Instruction::I64Store8(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:690:41 [INFO] [stdout] | [INFO] [stdout] 690 | Instruction::I64Store16(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:690:48 [INFO] [stdout] | [INFO] [stdout] 690 | Instruction::I64Store16(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:693:41 [INFO] [stdout] | [INFO] [stdout] 693 | Instruction::I64Store32(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:693:48 [INFO] [stdout] | [INFO] [stdout] 693 | Instruction::I64Store32(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/parser/wast.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn wast_file(input: &[u8]) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/interpreter.rs:569:34 [INFO] [stdout] | [INFO] [stdout] 569 | Instruction::Raw(b) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `block_type` [INFO] [stdout] --> src/interpreter.rs:576:36 [INFO] [stdout] | [INFO] [stdout] 576 | Instruction::Block(block_type, instructions) => { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instructions` [INFO] [stdout] --> src/interpreter.rs:576:48 [INFO] [stdout] | [INFO] [stdout] 576 | Instruction::Block(block_type, instructions) => { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instructions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `block_type` [INFO] [stdout] --> src/interpreter.rs:579:35 [INFO] [stdout] | [INFO] [stdout] 579 | Instruction::Loop(block_type, instructions) => { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `instructions` [INFO] [stdout] --> src/interpreter.rs:579:47 [INFO] [stdout] | [INFO] [stdout] 579 | Instruction::Loop(block_type, instructions) => { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instructions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `block_type` [INFO] [stdout] --> src/interpreter.rs:582:33 [INFO] [stdout] | [INFO] [stdout] 582 | Instruction::If(block_type, if_instructions, else_instructions) => { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `if_instructions` [INFO] [stdout] --> src/interpreter.rs:582:45 [INFO] [stdout] | [INFO] [stdout] 582 | Instruction::If(block_type, if_instructions, else_instructions) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_if_instructions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `else_instructions` [INFO] [stdout] --> src/interpreter.rs:582:62 [INFO] [stdout] | [INFO] [stdout] 582 | Instruction::If(block_type, if_instructions, else_instructions) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_else_instructions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/interpreter.rs:585:33 [INFO] [stdout] | [INFO] [stdout] 585 | Instruction::Br(i) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/interpreter.rs:588:35 [INFO] [stdout] | [INFO] [stdout] 588 | Instruction::BrIf(i) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `labels` [INFO] [stdout] --> src/interpreter.rs:591:38 [INFO] [stdout] | [INFO] [stdout] 591 | Instruction::BrTable(labels, label_index) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_labels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `label_index` [INFO] [stdout] --> src/interpreter.rs:591:46 [INFO] [stdout] | [INFO] [stdout] 591 | Instruction::BrTable(labels, label_index) => { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_label_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/interpreter.rs:597:35 [INFO] [stdout] | [INFO] [stdout] 597 | Instruction::Call(i) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/interpreter.rs:600:43 [INFO] [stdout] | [INFO] [stdout] 600 | Instruction::CallIndirect(i) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/interpreter.rs:621:40 [INFO] [stdout] | [INFO] [stdout] 621 | Instruction::GlobalGet(i) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/interpreter.rs:624:40 [INFO] [stdout] | [INFO] [stdout] 624 | Instruction::GlobalSet(i) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:627:38 [INFO] [stdout] | [INFO] [stdout] 627 | Instruction::I32Load(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:627:45 [INFO] [stdout] | [INFO] [stdout] 627 | Instruction::I32Load(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:630:38 [INFO] [stdout] | [INFO] [stdout] 630 | Instruction::I64Load(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:630:45 [INFO] [stdout] | [INFO] [stdout] 630 | Instruction::I64Load(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:633:38 [INFO] [stdout] | [INFO] [stdout] 633 | Instruction::F32Load(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:633:45 [INFO] [stdout] | [INFO] [stdout] 633 | Instruction::F32Load(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:636:38 [INFO] [stdout] | [INFO] [stdout] 636 | Instruction::F64Load(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:636:45 [INFO] [stdout] | [INFO] [stdout] 636 | Instruction::F64Load(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:639:40 [INFO] [stdout] | [INFO] [stdout] 639 | Instruction::I32Load8S(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:639:47 [INFO] [stdout] | [INFO] [stdout] 639 | Instruction::I32Load8S(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:642:40 [INFO] [stdout] | [INFO] [stdout] 642 | Instruction::I32Load8U(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:642:47 [INFO] [stdout] | [INFO] [stdout] 642 | Instruction::I32Load8U(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:645:41 [INFO] [stdout] | [INFO] [stdout] 645 | Instruction::I32Load16S(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:645:48 [INFO] [stdout] | [INFO] [stdout] 645 | Instruction::I32Load16S(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:648:41 [INFO] [stdout] | [INFO] [stdout] 648 | Instruction::I32Load16U(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:648:48 [INFO] [stdout] | [INFO] [stdout] 648 | Instruction::I32Load16U(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:651:40 [INFO] [stdout] | [INFO] [stdout] 651 | Instruction::I64Load8S(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:651:47 [INFO] [stdout] | [INFO] [stdout] 651 | Instruction::I64Load8S(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:654:40 [INFO] [stdout] | [INFO] [stdout] 654 | Instruction::I64Load8U(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:654:47 [INFO] [stdout] | [INFO] [stdout] 654 | Instruction::I64Load8U(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:657:41 [INFO] [stdout] | [INFO] [stdout] 657 | Instruction::I64Load16S(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:657:48 [INFO] [stdout] | [INFO] [stdout] 657 | Instruction::I64Load16S(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:660:41 [INFO] [stdout] | [INFO] [stdout] 660 | Instruction::I64Load16U(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:660:48 [INFO] [stdout] | [INFO] [stdout] 660 | Instruction::I64Load16U(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:663:41 [INFO] [stdout] | [INFO] [stdout] 663 | Instruction::I64Load32S(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:663:48 [INFO] [stdout] | [INFO] [stdout] 663 | Instruction::I64Load32S(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:666:41 [INFO] [stdout] | [INFO] [stdout] 666 | Instruction::I64Load32U(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:666:48 [INFO] [stdout] | [INFO] [stdout] 666 | Instruction::I64Load32U(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:669:39 [INFO] [stdout] | [INFO] [stdout] 669 | Instruction::I32Store(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:669:46 [INFO] [stdout] | [INFO] [stdout] 669 | Instruction::I32Store(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:672:39 [INFO] [stdout] | [INFO] [stdout] 672 | Instruction::I64Store(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:672:46 [INFO] [stdout] | [INFO] [stdout] 672 | Instruction::I64Store(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:675:39 [INFO] [stdout] | [INFO] [stdout] 675 | Instruction::F32Store(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:675:46 [INFO] [stdout] | [INFO] [stdout] 675 | Instruction::F32Store(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:678:39 [INFO] [stdout] | [INFO] [stdout] 678 | Instruction::F64Store(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:678:46 [INFO] [stdout] | [INFO] [stdout] 678 | Instruction::F64Store(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:681:40 [INFO] [stdout] | [INFO] [stdout] 681 | Instruction::I32Store8(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:681:47 [INFO] [stdout] | [INFO] [stdout] 681 | Instruction::I32Store8(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:684:41 [INFO] [stdout] | [INFO] [stdout] 684 | Instruction::I32Store16(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:684:48 [INFO] [stdout] | [INFO] [stdout] 684 | Instruction::I32Store16(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:687:40 [INFO] [stdout] | [INFO] [stdout] 687 | Instruction::I64Store8(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:687:47 [INFO] [stdout] | [INFO] [stdout] 687 | Instruction::I64Store8(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:690:41 [INFO] [stdout] | [INFO] [stdout] 690 | Instruction::I64Store16(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:690:48 [INFO] [stdout] | [INFO] [stdout] 690 | Instruction::I64Store16(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `align` [INFO] [stdout] --> src/interpreter.rs:693:41 [INFO] [stdout] | [INFO] [stdout] 693 | Instruction::I64Store32(align, offset) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offset` [INFO] [stdout] --> src/interpreter.rs:693:48 [INFO] [stdout] | [INFO] [stdout] 693 | Instruction::I64Store32(align, offset) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/parser/wast.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn wast_file(input: &[u8]) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 63 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 63 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.07s [INFO] running `Command { std: "docker" "inspect" "fe101d238eb1b80e3cc2f484d4c4690ffbd4c0f604f5e6366ba1c8b5d7ab75d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe101d238eb1b80e3cc2f484d4c4690ffbd4c0f604f5e6366ba1c8b5d7ab75d0", kill_on_drop: false }` [INFO] [stdout] fe101d238eb1b80e3cc2f484d4c4690ffbd4c0f604f5e6366ba1c8b5d7ab75d0