[INFO] fetching crate watson 0.9.2... [INFO] testing watson-0.9.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate watson 0.9.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate watson 0.9.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking 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-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded webassembly v0.8.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0fb3d9cd348e44cab95042e14b33f38da35024a89b11732c380e492df9b7910f [INFO] running `Command { std: "docker" "start" "-a" "0fb3d9cd348e44cab95042e14b33f38da35024a89b11732c380e492df9b7910f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0fb3d9cd348e44cab95042e14b33f38da35024a89b11732c380e492df9b7910f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fb3d9cd348e44cab95042e14b33f38da35024a89b11732c380e492df9b7910f", kill_on_drop: false }` [INFO] [stdout] 0fb3d9cd348e44cab95042e14b33f38da35024a89b11732c380e492df9b7910f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9fe6f90ad4c17c2d99b2880f1e81a6ce3c9751622ff5e3b2c1ab4f83d73e22c3 [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" "9fe6f90ad4c17c2d99b2880f1e81a6ce3c9751622ff5e3b2c1ab4f83d73e22c3", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling webassembly v0.8.2 [INFO] [stderr] Compiling 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: 63 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.28s [INFO] running `Command { std: "docker" "inspect" "9fe6f90ad4c17c2d99b2880f1e81a6ce3c9751622ff5e3b2c1ab4f83d73e22c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fe6f90ad4c17c2d99b2880f1e81a6ce3c9751622ff5e3b2c1ab4f83d73e22c3", kill_on_drop: false }` [INFO] [stdout] 9fe6f90ad4c17c2d99b2880f1e81a6ce3c9751622ff5e3b2c1ab4f83d73e22c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 65a1f2ad5cb1a8239a48a6c14aa98271a98769963f5401daafa8e757865e3f86 [INFO] running `Command { std: "docker" "start" "-a" "65a1f2ad5cb1a8239a48a6c14aa98271a98769963f5401daafa8e757865e3f86", kill_on_drop: false }` [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] [stderr] Compiling watson v0.9.2 (/opt/rustwide/workdir) [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: 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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.84s [INFO] running `Command { std: "docker" "inspect" "65a1f2ad5cb1a8239a48a6c14aa98271a98769963f5401daafa8e757865e3f86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65a1f2ad5cb1a8239a48a6c14aa98271a98769963f5401daafa8e757865e3f86", kill_on_drop: false }` [INFO] [stdout] 65a1f2ad5cb1a8239a48a6c14aa98271a98769963f5401daafa8e757865e3f86 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f1c3f4bd0e3bbdedd83bb492e00fdf7eb3e394651c2162d2966933a1e1e7149e [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" "f1c3f4bd0e3bbdedd83bb492e00fdf7eb3e394651c2162d2966933a1e1e7149e", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/interpreter.rs:569:34 [INFO] [stderr] | [INFO] [stderr] 569 | Instruction::Raw(b) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `block_type` [INFO] [stderr] --> src/interpreter.rs:576:36 [INFO] [stderr] | [INFO] [stderr] 576 | Instruction::Block(block_type, instructions) => { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_type` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `instructions` [INFO] [stderr] --> src/interpreter.rs:576:48 [INFO] [stderr] | [INFO] [stderr] 576 | Instruction::Block(block_type, instructions) => { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instructions` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `block_type` [INFO] [stderr] --> src/interpreter.rs:579:35 [INFO] [stderr] | [INFO] [stderr] 579 | Instruction::Loop(block_type, instructions) => { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_type` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `instructions` [INFO] [stderr] --> src/interpreter.rs:579:47 [INFO] [stderr] | [INFO] [stderr] 579 | Instruction::Loop(block_type, instructions) => { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instructions` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `block_type` [INFO] [stderr] --> src/interpreter.rs:582:33 [INFO] [stderr] | [INFO] [stderr] 582 | Instruction::If(block_type, if_instructions, else_instructions) => { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_type` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `if_instructions` [INFO] [stderr] --> src/interpreter.rs:582:45 [INFO] [stderr] | [INFO] [stderr] 582 | Instruction::If(block_type, if_instructions, else_instructions) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_if_instructions` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `else_instructions` [INFO] [stderr] --> src/interpreter.rs:582:62 [INFO] [stderr] | [INFO] [stderr] 582 | Instruction::If(block_type, if_instructions, else_instructions) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_else_instructions` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/interpreter.rs:585:33 [INFO] [stderr] | [INFO] [stderr] 585 | Instruction::Br(i) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/interpreter.rs:588:35 [INFO] [stderr] | [INFO] [stderr] 588 | Instruction::BrIf(i) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `labels` [INFO] [stderr] --> src/interpreter.rs:591:38 [INFO] [stderr] | [INFO] [stderr] 591 | Instruction::BrTable(labels, label_index) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_labels` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `label_index` [INFO] [stderr] --> src/interpreter.rs:591:46 [INFO] [stderr] | [INFO] [stderr] 591 | Instruction::BrTable(labels, label_index) => { [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_label_index` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/interpreter.rs:597:35 [INFO] [stderr] | [INFO] [stderr] 597 | Instruction::Call(i) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/interpreter.rs:600:43 [INFO] [stderr] | [INFO] [stderr] 600 | Instruction::CallIndirect(i) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/interpreter.rs:621:40 [INFO] [stderr] | [INFO] [stderr] 621 | Instruction::GlobalGet(i) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/interpreter.rs:624:40 [INFO] [stderr] | [INFO] [stderr] 624 | Instruction::GlobalSet(i) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:627:38 [INFO] [stderr] | [INFO] [stderr] 627 | Instruction::I32Load(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:627:45 [INFO] [stderr] | [INFO] [stderr] 627 | Instruction::I32Load(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:630:38 [INFO] [stderr] | [INFO] [stderr] 630 | Instruction::I64Load(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:630:45 [INFO] [stderr] | [INFO] [stderr] 630 | Instruction::I64Load(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:633:38 [INFO] [stderr] | [INFO] [stderr] 633 | Instruction::F32Load(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:633:45 [INFO] [stderr] | [INFO] [stderr] 633 | Instruction::F32Load(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:636:38 [INFO] [stderr] | [INFO] [stderr] 636 | Instruction::F64Load(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:636:45 [INFO] [stderr] | [INFO] [stderr] 636 | Instruction::F64Load(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:639:40 [INFO] [stderr] | [INFO] [stderr] 639 | Instruction::I32Load8S(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:639:47 [INFO] [stderr] | [INFO] [stderr] 639 | Instruction::I32Load8S(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:642:40 [INFO] [stderr] | [INFO] [stderr] 642 | Instruction::I32Load8U(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:642:47 [INFO] [stderr] | [INFO] [stderr] 642 | Instruction::I32Load8U(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:645:41 [INFO] [stderr] | [INFO] [stderr] 645 | Instruction::I32Load16S(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:645:48 [INFO] [stderr] | [INFO] [stderr] 645 | Instruction::I32Load16S(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:648:41 [INFO] [stderr] | [INFO] [stderr] 648 | Instruction::I32Load16U(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:648:48 [INFO] [stderr] | [INFO] [stderr] 648 | Instruction::I32Load16U(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:651:40 [INFO] [stderr] | [INFO] [stderr] 651 | Instruction::I64Load8S(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:651:47 [INFO] [stderr] | [INFO] [stderr] 651 | Instruction::I64Load8S(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:654:40 [INFO] [stderr] | [INFO] [stderr] 654 | Instruction::I64Load8U(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:654:47 [INFO] [stderr] | [INFO] [stderr] 654 | Instruction::I64Load8U(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:657:41 [INFO] [stderr] | [INFO] [stderr] 657 | Instruction::I64Load16S(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:657:48 [INFO] [stderr] | [INFO] [stderr] 657 | Instruction::I64Load16S(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:660:41 [INFO] [stderr] | [INFO] [stderr] 660 | Instruction::I64Load16U(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:660:48 [INFO] [stderr] | [INFO] [stderr] 660 | Instruction::I64Load16U(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:663:41 [INFO] [stderr] | [INFO] [stderr] 663 | Instruction::I64Load32S(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:663:48 [INFO] [stderr] | [INFO] [stderr] 663 | Instruction::I64Load32S(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:666:41 [INFO] [stderr] | [INFO] [stderr] 666 | Instruction::I64Load32U(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:666:48 [INFO] [stderr] | [INFO] [stderr] 666 | Instruction::I64Load32U(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:669:39 [INFO] [stderr] | [INFO] [stderr] 669 | Instruction::I32Store(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:669:46 [INFO] [stderr] | [INFO] [stderr] 669 | Instruction::I32Store(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:672:39 [INFO] [stderr] | [INFO] [stderr] 672 | Instruction::I64Store(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:672:46 [INFO] [stderr] | [INFO] [stderr] 672 | Instruction::I64Store(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:675:39 [INFO] [stderr] | [INFO] [stderr] 675 | Instruction::F32Store(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:675:46 [INFO] [stderr] | [INFO] [stderr] 675 | Instruction::F32Store(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:678:39 [INFO] [stderr] | [INFO] [stderr] 678 | Instruction::F64Store(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:678:46 [INFO] [stderr] | [INFO] [stderr] 678 | Instruction::F64Store(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:681:40 [INFO] [stderr] | [INFO] [stderr] 681 | Instruction::I32Store8(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:681:47 [INFO] [stderr] | [INFO] [stderr] 681 | Instruction::I32Store8(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:684:41 [INFO] [stderr] | [INFO] [stderr] 684 | Instruction::I32Store16(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:684:48 [INFO] [stderr] | [INFO] [stderr] 684 | Instruction::I32Store16(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:687:40 [INFO] [stderr] | [INFO] [stderr] 687 | Instruction::I64Store8(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:687:47 [INFO] [stderr] | [INFO] [stderr] 687 | Instruction::I64Store8(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:690:41 [INFO] [stderr] | [INFO] [stderr] 690 | Instruction::I64Store16(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:690:48 [INFO] [stderr] | [INFO] [stderr] 690 | Instruction::I64Store16(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `align` [INFO] [stderr] --> src/interpreter.rs:693:41 [INFO] [stderr] | [INFO] [stderr] 693 | Instruction::I64Store32(align, offset) => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_align` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/interpreter.rs:693:48 [INFO] [stderr] | [INFO] [stderr] 693 | Instruction::I64Store32(align, offset) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/parser/wast.rs:3:18 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn wast_file(input: &[u8]) -> Result { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: `watson` (lib) generated 63 warnings [INFO] [stderr] warning: `watson` (lib test) generated 63 warnings (63 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/watson-a7c70cf2d50949de) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests watson [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f1c3f4bd0e3bbdedd83bb492e00fdf7eb3e394651c2162d2966933a1e1e7149e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1c3f4bd0e3bbdedd83bb492e00fdf7eb3e394651c2162d2966933a1e1e7149e", kill_on_drop: false }` [INFO] [stdout] f1c3f4bd0e3bbdedd83bb492e00fdf7eb3e394651c2162d2966933a1e1e7149e