[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#0cb362313295507a2f4321c0e30cea0168f2fe71 for pr-138961-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoniusnaumann%2Fwtf-lang" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-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-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/antoniusnaumann/wtf-lang on toolchain 0cb362313295507a2f4321c0e30cea0168f2fe71 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0cb362313295507a2f4321c0e30cea0168f2fe71" "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" "+0cb362313295507a2f4321c0e30cea0168f2fe71" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+0cb362313295507a2f4321c0e30cea0168f2fe71" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 510d973e0bce584cfab86d4f9f3a56ea873fff27ba785b31249619753663932b [INFO] running `Command { std: "docker" "start" "-a" "510d973e0bce584cfab86d4f9f3a56ea873fff27ba785b31249619753663932b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "510d973e0bce584cfab86d4f9f3a56ea873fff27ba785b31249619753663932b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "510d973e0bce584cfab86d4f9f3a56ea873fff27ba785b31249619753663932b", kill_on_drop: false }` [INFO] [stdout] 510d973e0bce584cfab86d4f9f3a56ea873fff27ba785b31249619753663932b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+0cb362313295507a2f4321c0e30cea0168f2fe71" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a44b7a67263e672b8ec75f065d03cfce58478fbd22cb337efb0fdbd6d60ff9d [INFO] running `Command { std: "docker" "start" "-a" "8a44b7a67263e672b8ec75f065d03cfce58478fbd22cb337efb0fdbd6d60ff9d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Checking wtf-tokens v0.0.0 (/opt/rustwide/workdir/wtf-tokens) [INFO] [stderr] Checking foldhash v0.1.4 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Compiling serde_json v1.0.134 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Compiling anyhow v1.0.95 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Compiling semver v1.0.24 [INFO] [stderr] Compiling wasm-encoder v0.222.0 [INFO] [stderr] Compiling cranelift-isle v0.115.0 [INFO] [stderr] Checking bumpalo v3.16.0 [INFO] [stderr] Compiling cranelift-codegen-shared v0.115.0 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling pkg-config v0.3.31 [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 form_urlencoded v1.2.1 [INFO] [stderr] Compiling cranelift-codegen-meta v0.115.0 [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] Checking mio v1.0.4 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Checking tracing-core v0.1.34 [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 jobserver v0.1.32 [INFO] [stderr] Checking hashbrown v0.14.5 [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 object v0.36.7 [INFO] [stderr] Compiling wasmparser v0.221.2 [INFO] [stderr] Checking arbitrary v1.4.1 [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] [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: `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: `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 cc v1.2.6 [INFO] [stderr] Checking rustc-hash v2.1.0 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [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 quote v1.0.38 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling cpp_demangle v0.4.4 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling syn v2.0.93 [INFO] [stderr] Checking cobs v0.2.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling wasmparser v0.222.0 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking winnow v0.6.20 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking cranelift-control v0.115.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking wasm-encoder v0.221.2 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Checking uuid v1.11.0 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Compiling wasmtime-component-macro v28.0.0 [INFO] [stderr] Checking cpufeatures v0.2.16 [INFO] [stderr] Checking wasmtime-component-util v28.0.0 [INFO] [stderr] Compiling wasmtime-cache v28.0.0 [INFO] [stderr] Checking wtf-wasm v0.0.0 (/opt/rustwide/workdir/wtf-wasm) [INFO] [stderr] Checking debugid v0.8.0 [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] [stderr] Checking sha2 v0.10.8 [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-core v1.12.1 [INFO] [stderr] Checking directories-next v2.0.0 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking wasmtime-asm-macros v28.0.0 [INFO] [stderr] Checking wast v222.0.0 [INFO] [stderr] Checking wasmtime-jit-icache-coherence v28.0.0 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking wasmtime-slab v28.0.0 [INFO] [stderr] Checking sptr v0.3.2 [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: 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] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling ittapi-sys v0.4.0 [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] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] error: could not compile `rustix` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0cb362313295507a2f4321c0e30cea0168f2fe71/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="mm"' --cfg 'feature="param"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="thread"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=8d8c7e749bf792c6 -C extra-filename=-304945940af37eda --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-2b23c89994425946.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/deps/liblinux_raw_sys-29d226a9d82d2447.rmeta --cap-lints allow --cap-lints=forbid --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "8a44b7a67263e672b8ec75f065d03cfce58478fbd22cb337efb0fdbd6d60ff9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a44b7a67263e672b8ec75f065d03cfce58478fbd22cb337efb0fdbd6d60ff9d", kill_on_drop: false }` [INFO] [stdout] 8a44b7a67263e672b8ec75f065d03cfce58478fbd22cb337efb0fdbd6d60ff9d