[INFO] fetching crate renpy_parser 0.0.13... [INFO] building renpy_parser-0.0.13 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] extracting crate renpy_parser 0.0.13 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate renpy_parser 0.0.13 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate renpy_parser 0.0.13 [INFO] tweaked toml for crates.io crate renpy_parser 0.0.13 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate renpy_parser 0.0.13 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate renpy_parser 0.0.13 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 677d7bfb02b0889414d86e6de4555aedf6189d2bfaba8a801ca9fed78b9d5988 [INFO] running `Command { std: "docker" "start" "-a" "677d7bfb02b0889414d86e6de4555aedf6189d2bfaba8a801ca9fed78b9d5988", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "677d7bfb02b0889414d86e6de4555aedf6189d2bfaba8a801ca9fed78b9d5988", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "677d7bfb02b0889414d86e6de4555aedf6189d2bfaba8a801ca9fed78b9d5988", kill_on_drop: false }` [INFO] [stdout] 677d7bfb02b0889414d86e6de4555aedf6189d2bfaba8a801ca9fed78b9d5988 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b4b2a088d85dee1c6da7bf1ccdfa2f0b7a2d436a45badd9f0b2f951a9dbfb1a [INFO] running `Command { std: "docker" "start" "-a" "6b4b2a088d85dee1c6da7bf1ccdfa2f0b7a2d436a45badd9f0b2f951a9dbfb1a", kill_on_drop: false }` [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling renpy_parser v0.0.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::fmt::format` [INFO] [stdout] --> src/parsers.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt::format; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/parsers.rs:136:25 [INFO] [stdout] | [INFO] [stdout] 136 | AST::Define(i, definition) => write!(f, "define {}", *definition), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/parsers.rs:137:23 [INFO] [stdout] | [INFO] [stdout] 137 | AST::Hide(i, image) => write!(f, "hide {}", *image), [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/parsers.rs:138:23 [INFO] [stdout] | [INFO] [stdout] 138 | AST::Jump(i, label, _) => write!(f, "jump {}", *label), [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/parsers.rs:139:24 [INFO] [stdout] | [INFO] [stdout] 139 | AST::Label(i, name, block, _) => { [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/parsers.rs:144:23 [INFO] [stdout] | [INFO] [stdout] 144 | AST::Play(i, sound_type, filename) => { [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/parsers.rs:147:25 [INFO] [stdout] | [INFO] [stdout] 147 | AST::Return(i, _) => write!(f, "return"), [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/parsers.rs:148:22 [INFO] [stdout] | [INFO] [stdout] 148 | AST::Say(i, who, what) => { [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/parsers.rs:155:24 [INFO] [stdout] | [INFO] [stdout] 155 | AST::Scene(i, name, _layer) => { [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/parsers.rs:159:23 [INFO] [stdout] | [INFO] [stdout] 159 | AST::Show(i, image_name) => write!(f, "show {}", *image_name), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `loc` [INFO] [stdout] --> src/parsers.rs:160:23 [INFO] [stdout] | [INFO] [stdout] 160 | AST::Stop(loc, audio_specifier, effect, length) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_loc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `effect` [INFO] [stdout] --> src/parsers.rs:160:45 [INFO] [stdout] | [INFO] [stdout] 160 | AST::Stop(loc, audio_specifier, effect, length) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_effect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `length` [INFO] [stdout] --> src/parsers.rs:160:53 [INFO] [stdout] | [INFO] [stdout] 160 | AST::Stop(loc, audio_specifier, effect, length) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/parsers.rs:163:31 [INFO] [stdout] | [INFO] [stdout] 163 | AST::GameMechanic(i, mechanic) => write!(f, "game_mechanic \"{}\"", *mechanic), [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/parsers.rs:164:30 [INFO] [stdout] | [INFO] [stdout] 164 | AST::LLMGenerate(i, character, prompt) => { [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/parsers.rs:172:26 [INFO] [stdout] | [INFO] [stdout] 172 | AST::Comment(i, comment) => write!(f, "#{}", *comment), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s [INFO] running `Command { std: "docker" "inspect" "6b4b2a088d85dee1c6da7bf1ccdfa2f0b7a2d436a45badd9f0b2f951a9dbfb1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b4b2a088d85dee1c6da7bf1ccdfa2f0b7a2d436a45badd9f0b2f951a9dbfb1a", kill_on_drop: false }` [INFO] [stdout] 6b4b2a088d85dee1c6da7bf1ccdfa2f0b7a2d436a45badd9f0b2f951a9dbfb1a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5cbbfb87039d2d05f5dfd6f24e7640224adb958c16073819629e149c26ec5b0b [INFO] running `Command { std: "docker" "start" "-a" "5cbbfb87039d2d05f5dfd6f24e7640224adb958c16073819629e149c26ec5b0b", kill_on_drop: false }` [INFO] [stderr] Compiling renpy_parser v0.0.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::fmt::format` [INFO] [stdout] --> src/parsers.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt::format; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/parsers.rs:136:25 [INFO] [stdout] | [INFO] [stdout] 136 | AST::Define(i, definition) => write!(f, "define {}", *definition), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/parsers.rs:137:23 [INFO] [stdout] | [INFO] [stdout] 137 | AST::Hide(i, image) => write!(f, "hide {}", *image), [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/parsers.rs:138:23 [INFO] [stdout] | [INFO] [stdout] 138 | AST::Jump(i, label, _) => write!(f, "jump {}", *label), [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/parsers.rs:139:24 [INFO] [stdout] | [INFO] [stdout] 139 | AST::Label(i, name, block, _) => { [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/parsers.rs:144:23 [INFO] [stdout] | [INFO] [stdout] 144 | AST::Play(i, sound_type, filename) => { [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/parsers.rs:147:25 [INFO] [stdout] | [INFO] [stdout] 147 | AST::Return(i, _) => write!(f, "return"), [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/parsers.rs:148:22 [INFO] [stdout] | [INFO] [stdout] 148 | AST::Say(i, who, what) => { [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/parsers.rs:155:24 [INFO] [stdout] | [INFO] [stdout] 155 | AST::Scene(i, name, _layer) => { [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/parsers.rs:159:23 [INFO] [stdout] | [INFO] [stdout] 159 | AST::Show(i, image_name) => write!(f, "show {}", *image_name), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `loc` [INFO] [stdout] --> src/parsers.rs:160:23 [INFO] [stdout] | [INFO] [stdout] 160 | AST::Stop(loc, audio_specifier, effect, length) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_loc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `effect` [INFO] [stdout] --> src/parsers.rs:160:45 [INFO] [stdout] | [INFO] [stdout] 160 | AST::Stop(loc, audio_specifier, effect, length) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_effect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `length` [INFO] [stdout] --> src/parsers.rs:160:53 [INFO] [stdout] | [INFO] [stdout] 160 | AST::Stop(loc, audio_specifier, effect, length) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/parsers.rs:163:31 [INFO] [stdout] | [INFO] [stdout] 163 | AST::GameMechanic(i, mechanic) => write!(f, "game_mechanic \"{}\"", *mechanic), [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/parsers.rs:164:30 [INFO] [stdout] | [INFO] [stdout] 164 | AST::LLMGenerate(i, character, prompt) => { [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/parsers.rs:172:26 [INFO] [stdout] | [INFO] [stdout] 172 | AST::Comment(i, comment) => write!(f, "#{}", *comment), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt::format` [INFO] [stdout] --> src/parsers.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt::format; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/parsers.rs:136:25 [INFO] [stdout] | [INFO] [stdout] 136 | AST::Define(i, definition) => write!(f, "define {}", *definition), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/parsers.rs:137:23 [INFO] [stdout] | [INFO] [stdout] 137 | AST::Hide(i, image) => write!(f, "hide {}", *image), [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/parsers.rs:138:23 [INFO] [stdout] | [INFO] [stdout] 138 | AST::Jump(i, label, _) => write!(f, "jump {}", *label), [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/parsers.rs:139:24 [INFO] [stdout] | [INFO] [stdout] 139 | AST::Label(i, name, block, _) => { [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/parsers.rs:144:23 [INFO] [stdout] | [INFO] [stdout] 144 | AST::Play(i, sound_type, filename) => { [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/parsers.rs:147:25 [INFO] [stdout] | [INFO] [stdout] 147 | AST::Return(i, _) => write!(f, "return"), [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/parsers.rs:148:22 [INFO] [stdout] | [INFO] [stdout] 148 | AST::Say(i, who, what) => { [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/parsers.rs:155:24 [INFO] [stdout] | [INFO] [stdout] 155 | AST::Scene(i, name, _layer) => { [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/parsers.rs:159:23 [INFO] [stdout] | [INFO] [stdout] 159 | AST::Show(i, image_name) => write!(f, "show {}", *image_name), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `loc` [INFO] [stdout] --> src/parsers.rs:160:23 [INFO] [stdout] | [INFO] [stdout] 160 | AST::Stop(loc, audio_specifier, effect, length) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_loc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `effect` [INFO] [stdout] --> src/parsers.rs:160:45 [INFO] [stdout] | [INFO] [stdout] 160 | AST::Stop(loc, audio_specifier, effect, length) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_effect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `length` [INFO] [stdout] --> src/parsers.rs:160:53 [INFO] [stdout] | [INFO] [stdout] 160 | AST::Stop(loc, audio_specifier, effect, length) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/parsers.rs:163:31 [INFO] [stdout] | [INFO] [stdout] 163 | AST::GameMechanic(i, mechanic) => write!(f, "game_mechanic \"{}\"", *mechanic), [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/parsers.rs:164:30 [INFO] [stdout] | [INFO] [stdout] 164 | AST::LLMGenerate(i, character, prompt) => { [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/parsers.rs:172:26 [INFO] [stdout] | [INFO] [stdout] 172 | AST::Comment(i, comment) => write!(f, "#{}", *comment), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `Command { std: "docker" "inspect" "5cbbfb87039d2d05f5dfd6f24e7640224adb958c16073819629e149c26ec5b0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cbbfb87039d2d05f5dfd6f24e7640224adb958c16073819629e149c26ec5b0b", kill_on_drop: false }` [INFO] [stdout] 5cbbfb87039d2d05f5dfd6f24e7640224adb958c16073819629e149c26ec5b0b