[INFO] cloning repository https://github.com/antoniusnaumann/wtf-lang [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/antoniusnaumann/wtf-lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoniusnaumann%2Fwtf-lang", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoniusnaumann%2Fwtf-lang'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6a8bafd5ab02308c7857aa130e8a686d80c0692e [INFO] checking antoniusnaumann/wtf-lang against try#342ed2e8608ee307743c341962b427652cdb06e9 for pr-146562-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoniusnaumann%2Fwtf-lang" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/antoniusnaumann/wtf-lang [INFO] finished tweaking git repo https://github.com/antoniusnaumann/wtf-lang [INFO] tweaked toml for git repo https://github.com/antoniusnaumann/wtf-lang written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/antoniusnaumann/wtf-lang on toolchain 342ed2e8608ee307743c341962b427652cdb06e9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+342ed2e8608ee307743c341962b427652cdb06e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/antoniusnaumann/wtf-lang already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+342ed2e8608ee307743c341962b427652cdb06e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+342ed2e8608ee307743c341962b427652cdb06e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f82367be12c1ab90c47f9812fe69759d5b864e743bdfb89ab4931f68fffd3009 [INFO] running `Command { std: "docker" "start" "-a" "f82367be12c1ab90c47f9812fe69759d5b864e743bdfb89ab4931f68fffd3009", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f82367be12c1ab90c47f9812fe69759d5b864e743bdfb89ab4931f68fffd3009", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f82367be12c1ab90c47f9812fe69759d5b864e743bdfb89ab4931f68fffd3009", kill_on_drop: false }` [INFO] [stdout] f82367be12c1ab90c47f9812fe69759d5b864e743bdfb89ab4931f68fffd3009 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+342ed2e8608ee307743c341962b427652cdb06e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 37e838aed3c1bda5a480b8b8d12b0e3b6624054f07534912653cd98670b7e63a [INFO] running `Command { std: "docker" "start" "-a" "37e838aed3c1bda5a480b8b8d12b0e3b6624054f07534912653cd98670b7e63a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking wtf-tokens v0.0.0 (/opt/rustwide/workdir/wtf-tokens) [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking foldhash v0.1.4 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.134 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling anyhow v1.0.95 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking writeable v0.6.1 [INFO] [stderr] Checking litemap v0.8.0 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> wtf-tokens/src/lib.rs:260:35 [INFO] [stdout] | [INFO] [stdout] 260 | pub fn try_as_version_literal(&self) -> Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 260 | pub fn try_as_version_literal(&self) -> Cow<'_, Token> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking wtf-error v0.0.0 (/opt/rustwide/workdir/wtf-error) [INFO] [stderr] Checking wtf-ast v0.0.0 (/opt/rustwide/workdir/wtf-ast) [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Checking itoa v1.0.14 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling semver v1.0.24 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Compiling wasm-encoder v0.222.0 [INFO] [stderr] Compiling cranelift-isle v0.115.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling cranelift-codegen-shared v0.115.0 [INFO] [stdout] warning: unused variable: `members` [INFO] [stdout] --> wtf-ast/src/display.rs:224:39 [INFO] [stdout] | [INFO] [stdout] 224 | TypeAnnotationKind::Tuple(members) => { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_members` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cranelift-codegen-meta v0.115.0 [INFO] [stdout] warning: unused variable: `expression` [INFO] [stdout] --> wtf-ast/src/display.rs:324:46 [INFO] [stdout] | [INFO] [stdout] 324 | ExpressionKind::YeetExpression { expression } => todo!(), [INFO] [stdout] | ^^^^^^^^^^ help: try ignoring the field: `expression: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking bumpalo v3.16.0 [INFO] [stderr] Checking wtf-parser v0.0.0 (/opt/rustwide/workdir/wtf-parser) [INFO] [stderr] Checking wtf-hir v0.0.0 (/opt/rustwide/workdir/wtf-hir) [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stdout] warning: variants `Paren` and `Bracket` are never constructed [INFO] [stdout] --> wtf-parser/src/parser.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 9 | enum BraceType { [INFO] [stdout] | --------- variants in this enum [INFO] [stdout] 10 | Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | Bracket, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling syn v2.0.93 [INFO] [stdout] warning: unused variable: `ast_types` [INFO] [stdout] --> wtf-hir/src/compiler.rs:458:9 [INFO] [stdout] | [INFO] [stdout] 458 | ast_types: &HashMap, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ast_types` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stdout] warning: unused variable: `types` [INFO] [stdout] --> wtf-hir/src/compiler.rs:1304:9 [INFO] [stdout] | [INFO] [stdout] 1304 | types: &HashMap, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_types` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking mio v1.0.4 [INFO] [stdout] warning: unused variable: `methods` [INFO] [stdout] --> wtf-hir/src/type_.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | Type::Resource { methods } => write!(f, "...")?, [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `methods: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stdout] warning: unused variable: `cases_a` [INFO] [stdout] --> wtf-hir/src/type_.rs:169:33 [INFO] [stdout] | [INFO] [stdout] 169 | (Type::Variant { cases: cases_a }, Type::Variant { cases: cases_b }) => { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cases_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cases_b` [INFO] [stdout] --> wtf-hir/src/type_.rs:169:67 [INFO] [stdout] | [INFO] [stdout] 169 | (Type::Variant { cases: cases_a }, Type::Variant { cases: cases_b }) => { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cases_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stdout] warning: associated functions `parameter`, `reference`, `variant`, `tuple`, `member`, and `match_` are never used [INFO] [stdout] --> wtf-hir/src/lib.rs:186:8 [INFO] [stdout] | [INFO] [stdout] 185 | impl Expression { [INFO] [stdout] | --------------- associated functions in this implementation [INFO] [stdout] 186 | fn parameter(name: String, ty: Type) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | fn reference(expression: Expression, ty: Type) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | fn variant(case: String, payloads: Vec<(String, Expression)>, ty: Type) -> Expression { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 243 | fn tuple(items: Vec, ty: Type) -> Expression { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 260 | fn member(of: Expression, name: String, ty: Type) -> Expression { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 290 | fn match_(arms: HashMap, ty: Type) -> Expression { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cc v1.2.6 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling wasmparser v0.221.2 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking arbitrary v1.4.1 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Checking rustc-hash v2.1.0 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Checking cobs v0.2.3 [INFO] [stderr] Compiling cpp_demangle v0.4.4 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking winnow v0.6.20 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling wasmparser v0.222.0 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking cranelift-control v0.115.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking wasm-encoder v0.221.2 [INFO] [stderr] Checking uuid v1.11.0 [INFO] [stderr] Compiling wasmtime-cache v28.0.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling wasmtime-component-macro v28.0.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking wasmtime-component-util v28.0.0 [INFO] [stderr] Checking cpufeatures v0.2.16 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling ittapi-sys v0.4.0 [INFO] [stderr] Checking wast v222.0.0 [INFO] [stderr] Checking debugid v0.8.0 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking directories-next v2.0.0 [INFO] [stderr] Checking wtf-wasm v0.0.0 (/opt/rustwide/workdir/wtf-wasm) [INFO] [stderr] Checking wasmtime-asm-macros v28.0.0 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> wtf-wasm/src/lib.rs:871:40 [INFO] [stdout] | [INFO] [stdout] 871 | Instruction::Block => vec![WasmInstruction::Block(todo!())], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ------- any code following this expression is unreachable [INFO] [stdout] | | [INFO] [stdout] | unreachable call [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ty` [INFO] [stdout] --> wtf-wasm/src/display.rs:57:42 [INFO] [stdout] | [INFO] [stdout] 57 | Instruction::Store { number, ty } => writeln!(f, "store: {number}")?, [INFO] [stdout] | ^^ help: try ignoring the field: `ty: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ok` [INFO] [stdout] --> wtf-wasm/src/display.rs:159:28 [INFO] [stdout] | [INFO] [stdout] 159 | Type::Result { ok, err } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `ok: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> wtf-wasm/src/display.rs:159:32 [INFO] [stdout] | [INFO] [stdout] 159 | Type::Result { ok, err } => todo!(), [INFO] [stdout] | ^^^ help: try ignoring the field: `err: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `component_val_types` [INFO] [stdout] --> wtf-wasm/src/display.rs:169:25 [INFO] [stdout] | [INFO] [stdout] 169 | Type::Tuple(component_val_types) => todo!(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_component_val_types` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `items` [INFO] [stdout] --> wtf-wasm/src/display.rs:170:25 [INFO] [stdout] | [INFO] [stdout] 170 | Type::Flags(items) => todo!(), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_items` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idx` [INFO] [stdout] --> wtf-wasm/src/lib.rs:453:14 [INFO] [stdout] | [INFO] [stdout] 453 | for (idx, ty) in self.type_declarations.iter().enumerate() { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ty` [INFO] [stdout] --> wtf-wasm/src/lib.rs:453:19 [INFO] [stdout] | [INFO] [stdout] 453 | for (idx, ty) in self.type_declarations.iter().enumerate() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Block` is never constructed [INFO] [stdout] --> wtf-wasm/src/lib.rs:1302:5 [INFO] [stdout] | [INFO] [stdout] 1301 | enum BranchLabel { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] 1302 | Block, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> wtf-wasm/src/lib.rs:919:19 [INFO] [stdout] | [INFO] [stdout] 919 | fn lower_call(&self, ident: &str) -> Vec { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 919 | fn lower_call(&self, ident: &str) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking ittapi v0.4.0 [INFO] [stderr] Checking wasmtime-jit-icache-coherence v28.0.0 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking sptr v0.3.2 [INFO] [stderr] Checking wasmtime-slab v28.0.0 [INFO] [stderr] Checking wtf-format v0.0.0 (/opt/rustwide/workdir/wtf-format) [INFO] [stdout] warning: unused variable: `indent` [INFO] [stdout] --> wtf-format/src/lib.rs:173:28 [INFO] [stdout] | [INFO] [stdout] 173 | fn format_print(&self, indent: usize) -> String { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `match_statement` [INFO] [stdout] --> wtf-format/src/lib.rs:308:39 [INFO] [stdout] | [INFO] [stdout] 308 | Statement::MatchStatement(match_statement) => todo!(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_match_statement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `for_statement` [INFO] [stdout] --> wtf-format/src/lib.rs:310:37 [INFO] [stdout] | [INFO] [stdout] 310 | Statement::ForStatement(for_statement) => todo!(), [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_for_statement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `indent` [INFO] [stdout] --> wtf-format/src/lib.rs:173:28 [INFO] [stdout] | [INFO] [stdout] 173 | fn format_print(&self, indent: usize) -> String { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `match_statement` [INFO] [stdout] --> wtf-format/src/lib.rs:308:39 [INFO] [stdout] | [INFO] [stdout] 308 | Statement::MatchStatement(match_statement) => todo!(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_match_statement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `for_statement` [INFO] [stdout] --> wtf-format/src/lib.rs:310:37 [INFO] [stdout] | [INFO] [stdout] 310 | Statement::ForStatement(for_statement) => todo!(), [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_for_statement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> wtf-wasm/src/lib.rs:871:40 [INFO] [stdout] | [INFO] [stdout] 871 | Instruction::Block => vec![WasmInstruction::Block(todo!())], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ------- any code following this expression is unreachable [INFO] [stdout] | | [INFO] [stdout] | unreachable call [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ty` [INFO] [stdout] --> wtf-wasm/src/display.rs:57:42 [INFO] [stdout] | [INFO] [stdout] 57 | Instruction::Store { number, ty } => writeln!(f, "store: {number}")?, [INFO] [stdout] | ^^ help: try ignoring the field: `ty: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ok` [INFO] [stdout] --> wtf-wasm/src/display.rs:159:28 [INFO] [stdout] | [INFO] [stdout] 159 | Type::Result { ok, err } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `ok: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> wtf-wasm/src/display.rs:159:32 [INFO] [stdout] | [INFO] [stdout] 159 | Type::Result { ok, err } => todo!(), [INFO] [stdout] | ^^^ help: try ignoring the field: `err: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `component_val_types` [INFO] [stdout] --> wtf-wasm/src/display.rs:169:25 [INFO] [stdout] | [INFO] [stdout] 169 | Type::Tuple(component_val_types) => todo!(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_component_val_types` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `items` [INFO] [stdout] --> wtf-wasm/src/display.rs:170:25 [INFO] [stdout] | [INFO] [stdout] 170 | Type::Flags(items) => todo!(), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_items` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idx` [INFO] [stdout] --> wtf-wasm/src/lib.rs:453:14 [INFO] [stdout] | [INFO] [stdout] 453 | for (idx, ty) in self.type_declarations.iter().enumerate() { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ty` [INFO] [stdout] --> wtf-wasm/src/lib.rs:453:19 [INFO] [stdout] | [INFO] [stdout] 453 | for (idx, ty) in self.type_declarations.iter().enumerate() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Block` is never constructed [INFO] [stdout] --> wtf-wasm/src/lib.rs:1302:5 [INFO] [stdout] | [INFO] [stdout] 1301 | enum BranchLabel { [INFO] [stdout] | ----------- variant in this enum [INFO] [stdout] 1302 | Block, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> wtf-wasm/src/lib.rs:919:19 [INFO] [stdout] | [INFO] [stdout] 919 | fn lower_call(&self, ident: &str) -> Vec { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 919 | fn lower_call(&self, ident: &str) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Paren` and `Bracket` are never constructed [INFO] [stdout] --> wtf-parser/src/parser.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 9 | enum BraceType { [INFO] [stdout] | --------- variants in this enum [INFO] [stdout] 10 | Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | Bracket, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> wtf-tokens/src/lib.rs:260:35 [INFO] [stdout] | [INFO] [stdout] 260 | pub fn try_as_version_literal(&self) -> Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 260 | pub fn try_as_version_literal(&self) -> Cow<'_, Token> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cranelift-codegen v0.115.0 [INFO] [stdout] warning: unused variable: `ast_types` [INFO] [stdout] --> wtf-hir/src/compiler.rs:458:9 [INFO] [stdout] | [INFO] [stdout] 458 | ast_types: &HashMap, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ast_types` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `members` [INFO] [stdout] --> wtf-ast/src/display.rs:224:39 [INFO] [stdout] | [INFO] [stdout] 224 | TypeAnnotationKind::Tuple(members) => { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_members` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `types` [INFO] [stdout] --> wtf-hir/src/compiler.rs:1304:9 [INFO] [stdout] | [INFO] [stdout] 1304 | types: &HashMap, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_types` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `expression` [INFO] [stdout] --> wtf-ast/src/display.rs:324:46 [INFO] [stdout] | [INFO] [stdout] 324 | ExpressionKind::YeetExpression { expression } => todo!(), [INFO] [stdout] | ^^^^^^^^^^ help: try ignoring the field: `expression: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `methods` [INFO] [stdout] --> wtf-hir/src/type_.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | Type::Resource { methods } => write!(f, "...")?, [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `methods: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cases_a` [INFO] [stdout] --> wtf-hir/src/type_.rs:169:33 [INFO] [stdout] | [INFO] [stdout] 169 | (Type::Variant { cases: cases_a }, Type::Variant { cases: cases_b }) => { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cases_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cases_b` [INFO] [stdout] --> wtf-hir/src/type_.rs:169:67 [INFO] [stdout] | [INFO] [stdout] 169 | (Type::Variant { cases: cases_a }, Type::Variant { cases: cases_b }) => { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cases_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `parameter`, `reference`, `variant`, `tuple`, `member`, and `match_` are never used [INFO] [stdout] --> wtf-hir/src/lib.rs:186:8 [INFO] [stdout] | [INFO] [stdout] 185 | impl Expression { [INFO] [stdout] | --------------- associated functions in this implementation [INFO] [stdout] 186 | fn parameter(name: String, ty: Type) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | fn reference(expression: Expression, ty: Type) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | fn variant(case: String, payloads: Vec<(String, Expression)>, ty: Type) -> Expression { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 243 | fn tuple(items: Vec, ty: Type) -> Expression { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 260 | fn member(of: Expression, name: String, ty: Type) -> Expression { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 290 | fn match_(arms: HashMap, ty: Type) -> Expression { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Checking memfd v0.6.4 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling wasmtime-versioned-export-macros v28.0.0 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling tracing-attributes v0.1.29 [INFO] [stderr] Compiling tower-lsp-macros v0.9.0 [INFO] [stderr] Compiling auto_impl v1.3.0 [INFO] [stderr] Compiling wasmtime-fiber v28.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling wasmtime v28.0.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking zstd v0.13.2 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking zerovec v0.11.2 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking wat v1.222.0 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.2 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Compiling wit-parser v0.221.2 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking cranelift-bitset v0.115.0 [INFO] [stderr] Checking postcard v1.1.1 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking serde_spanned v0.6.8 [INFO] [stderr] Checking cranelift-entity v0.115.0 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking regalloc2 v0.11.1 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking tokio v1.45.1 [INFO] [stderr] Checking cranelift-bforest v0.115.0 [INFO] [stderr] Checking fxprof-processed-profile v0.6.0 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Checking toml_edit v0.22.22 [INFO] [stderr] Compiling wasmtime-wit-bindgen v28.0.0 [INFO] [stderr] Checking lsp-types v0.94.1 [INFO] [stderr] Checking toml v0.8.19 [INFO] [stderr] Checking addr2line v0.24.2 [INFO] [stderr] Checking wasmtime-jit-debug v28.0.0 [INFO] [stderr] Checking tokio-util v0.7.15 [INFO] [stderr] Checking wasmprinter v0.221.2 [INFO] [stderr] Checking wtf-encode v0.0.0 (/opt/rustwide/workdir/wtf-encode) [INFO] [stdout] warning: unused variable: `ok` [INFO] [stdout] --> wtf-encode/src/lib.rs:112:33 [INFO] [stdout] | [INFO] [stdout] 112 | hir::Type::Result { ok, err } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `ok: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> wtf-encode/src/lib.rs:112:37 [INFO] [stdout] | [INFO] [stdout] 112 | hir::Type::Result { ok, err } => todo!(), [INFO] [stdout] | ^^^ help: try ignoring the field: `err: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `signed` [INFO] [stdout] --> wtf-encode/src/lib.rs:122:30 [INFO] [stdout] | [INFO] [stdout] 122 | hir::Type::Int { signed, bits } => todo!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `signed: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bits` [INFO] [stdout] --> wtf-encode/src/lib.rs:122:38 [INFO] [stdout] | [INFO] [stdout] 122 | hir::Type::Int { signed, bits } => todo!(), [INFO] [stdout] | ^^^^ help: try ignoring the field: `bits: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bits` [INFO] [stdout] --> wtf-encode/src/lib.rs:123:32 [INFO] [stdout] | [INFO] [stdout] 123 | hir::Type::Float { bits } => todo!(), [INFO] [stdout] | ^^^^ help: try ignoring the field: `bits: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `methods` [INFO] [stdout] --> wtf-encode/src/lib.rs:125:35 [INFO] [stdout] | [INFO] [stdout] 125 | hir::Type::Resource { methods } => todo!(), [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `methods: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cases` [INFO] [stdout] --> wtf-encode/src/lib.rs:127:34 [INFO] [stdout] | [INFO] [stdout] 127 | hir::Type::Variant { cases } => todo!(), [INFO] [stdout] | ^^^^^ help: try ignoring the field: `cases: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `case` [INFO] [stdout] --> wtf-encode/src/lib.rs:283:44 [INFO] [stdout] | [INFO] [stdout] 283 | hir::ExpressionKind::Variant { case, payloads } => todo!(), [INFO] [stdout] | ^^^^ help: try ignoring the field: `case: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `payloads` [INFO] [stdout] --> wtf-encode/src/lib.rs:283:50 [INFO] [stdout] | [INFO] [stdout] 283 | hir::ExpressionKind::Variant { case, payloads } => todo!(), [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `payloads: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `arms` [INFO] [stdout] --> wtf-encode/src/lib.rs:425:42 [INFO] [stdout] | [INFO] [stdout] 425 | hir::ExpressionKind::Match { arms } => todo!(), [INFO] [stdout] | ^^^^ help: try ignoring the field: `arms: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> wtf-encode/src/lib.rs:432:44 [INFO] [stdout] | [INFO] [stdout] 432 | hir::ExpressionKind::Reference(id) => todo!(), [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `of` [INFO] [stdout] --> wtf-encode/src/lib.rs:443:48 [INFO] [stdout] | [INFO] [stdout] 443 | hir::ExpressionKind::TupleAccess { of, index } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `of: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> wtf-encode/src/lib.rs:443:52 [INFO] [stdout] | [INFO] [stdout] 443 | hir::ExpressionKind::TupleAccess { of, index } => todo!(), [INFO] [stdout] | ^^^^^ help: try ignoring the field: `index: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `methods` [INFO] [stdout] --> wtf-encode/src/lib.rs:508:35 [INFO] [stdout] | [INFO] [stdout] 508 | hir::Type::Resource { methods } => todo!(), [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `methods: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cases` [INFO] [stdout] --> wtf-encode/src/lib.rs:514:34 [INFO] [stdout] | [INFO] [stdout] 514 | hir::Type::Variant { cases } => todo!(), [INFO] [stdout] | ^^^^^ help: try ignoring the field: `cases: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ok` [INFO] [stdout] --> wtf-encode/src/lib.rs:112:33 [INFO] [stdout] | [INFO] [stdout] 112 | hir::Type::Result { ok, err } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `ok: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> wtf-encode/src/lib.rs:112:37 [INFO] [stdout] | [INFO] [stdout] 112 | hir::Type::Result { ok, err } => todo!(), [INFO] [stdout] | ^^^ help: try ignoring the field: `err: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `signed` [INFO] [stdout] --> wtf-encode/src/lib.rs:122:30 [INFO] [stdout] | [INFO] [stdout] 122 | hir::Type::Int { signed, bits } => todo!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `signed: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bits` [INFO] [stdout] --> wtf-encode/src/lib.rs:122:38 [INFO] [stdout] | [INFO] [stdout] 122 | hir::Type::Int { signed, bits } => todo!(), [INFO] [stdout] | ^^^^ help: try ignoring the field: `bits: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bits` [INFO] [stdout] --> wtf-encode/src/lib.rs:123:32 [INFO] [stdout] | [INFO] [stdout] 123 | hir::Type::Float { bits } => todo!(), [INFO] [stdout] | ^^^^ help: try ignoring the field: `bits: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `methods` [INFO] [stdout] --> wtf-encode/src/lib.rs:125:35 [INFO] [stdout] | [INFO] [stdout] 125 | hir::Type::Resource { methods } => todo!(), [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `methods: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cases` [INFO] [stdout] --> wtf-encode/src/lib.rs:127:34 [INFO] [stdout] | [INFO] [stdout] 127 | hir::Type::Variant { cases } => todo!(), [INFO] [stdout] | ^^^^^ help: try ignoring the field: `cases: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `case` [INFO] [stdout] --> wtf-encode/src/lib.rs:283:44 [INFO] [stdout] | [INFO] [stdout] 283 | hir::ExpressionKind::Variant { case, payloads } => todo!(), [INFO] [stdout] | ^^^^ help: try ignoring the field: `case: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `payloads` [INFO] [stdout] --> wtf-encode/src/lib.rs:283:50 [INFO] [stdout] | [INFO] [stdout] 283 | hir::ExpressionKind::Variant { case, payloads } => todo!(), [INFO] [stdout] | ^^^^^^^^ help: try ignoring the field: `payloads: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `arms` [INFO] [stdout] --> wtf-encode/src/lib.rs:425:42 [INFO] [stdout] | [INFO] [stdout] 425 | hir::ExpressionKind::Match { arms } => todo!(), [INFO] [stdout] | ^^^^ help: try ignoring the field: `arms: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> wtf-encode/src/lib.rs:432:44 [INFO] [stdout] | [INFO] [stdout] 432 | hir::ExpressionKind::Reference(id) => todo!(), [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `of` [INFO] [stdout] --> wtf-encode/src/lib.rs:443:48 [INFO] [stdout] | [INFO] [stdout] 443 | hir::ExpressionKind::TupleAccess { of, index } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `of: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> wtf-encode/src/lib.rs:443:52 [INFO] [stdout] | [INFO] [stdout] 443 | hir::ExpressionKind::TupleAccess { of, index } => todo!(), [INFO] [stdout] | ^^^^^ help: try ignoring the field: `index: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `methods` [INFO] [stdout] --> wtf-encode/src/lib.rs:508:35 [INFO] [stdout] | [INFO] [stdout] 508 | hir::Type::Resource { methods } => todo!(), [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `methods: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cases` [INFO] [stdout] --> wtf-encode/src/lib.rs:514:34 [INFO] [stdout] | [INFO] [stdout] 514 | hir::Type::Variant { cases } => todo!(), [INFO] [stdout] | ^^^^^ help: try ignoring the field: `cases: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking wasmtime-environ v28.0.0 [INFO] [stderr] Checking tower-lsp v0.20.0 [INFO] [stderr] Checking wtf-lsp v0.0.0 (/opt/rustwide/workdir/wtf-lsp) [INFO] [stdout] warning: field `full_text` is never read [INFO] [stdout] --> wtf-lsp/src/code_actions.rs:772:5 [INFO] [stdout] | [INFO] [stdout] 768 | struct MethodCallInfo { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 772 | full_text: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MethodCallInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `full_text` is never read [INFO] [stdout] --> wtf-lsp/src/code_actions.rs:781:5 [INFO] [stdout] | [INFO] [stdout] 778 | struct FunctionCallInfo { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 781 | full_text: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FunctionCallInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `full_text` is never read [INFO] [stdout] --> wtf-lsp/src/code_actions.rs:772:5 [INFO] [stdout] | [INFO] [stdout] 768 | struct MethodCallInfo { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 772 | full_text: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MethodCallInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `full_text` is never read [INFO] [stdout] --> wtf-lsp/src/code_actions.rs:781:5 [INFO] [stdout] | [INFO] [stdout] 778 | struct FunctionCallInfo { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 781 | full_text: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FunctionCallInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `diagnostics` [INFO] [stdout] --> wtf-lsp/tests/additional_tests.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | let diagnostics = backend.validate_document(&empty_uri, empty_code).await; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_diagnostics` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking cranelift-native v0.115.0 [INFO] [stderr] Checking cranelift-frontend v0.115.0 [INFO] [stderr] Checking wasmtime-cranelift v28.0.0 [INFO] [stderr] Checking wtf-compiler v0.0.0 (/opt/rustwide/workdir/wtf-compiler) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> wtf-compiler/src/main.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 48 | WasmRuntime(wasmtime::Error), [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TestError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 48 - WasmRuntime(wasmtime::Error), [INFO] [stdout] 48 + WasmRuntime(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> wtf-compiler/src/main.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 48 | WasmRuntime(wasmtime::Error), [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TestError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 48 - WasmRuntime(wasmtime::Error), [INFO] [stdout] 48 + WasmRuntime(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> wtf-compiler/src/main.rs:49:14 [INFO] [stdout] | [INFO] [stdout] 49 | TestFail(NonZeroUsize), [INFO] [stdout] | -------- ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TestError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 49 - TestFail(NonZeroUsize), [INFO] [stdout] 49 + TestFail(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> wtf-compiler/src/main.rs:49:14 [INFO] [stdout] | [INFO] [stdout] 49 | TestFail(NonZeroUsize), [INFO] [stdout] | -------- ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TestError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 49 - TestFail(NonZeroUsize), [INFO] [stdout] 49 + TestFail(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s [INFO] running `Command { std: "docker" "inspect" "37e838aed3c1bda5a480b8b8d12b0e3b6624054f07534912653cd98670b7e63a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37e838aed3c1bda5a480b8b8d12b0e3b6624054f07534912653cd98670b7e63a", kill_on_drop: false }` [INFO] [stdout] 37e838aed3c1bda5a480b8b8d12b0e3b6624054f07534912653cd98670b7e63a