[INFO] fetching crate renpy_parser 0.0.13...
[INFO] building renpy_parser-0.0.13 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate renpy_parser 0.0.13 into /workspace/builds/worker-5-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate renpy_parser 0.0.13 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8f5e94bf51faeffd3e77c62cc7016defadd9b7da6bd77b250b01e48acee44a3c
[INFO] running `Command { std: "docker" "start" "-a" "8f5e94bf51faeffd3e77c62cc7016defadd9b7da6bd77b250b01e48acee44a3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f5e94bf51faeffd3e77c62cc7016defadd9b7da6bd77b250b01e48acee44a3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f5e94bf51faeffd3e77c62cc7016defadd9b7da6bd77b250b01e48acee44a3c", kill_on_drop: false }`
[INFO] [stdout] 8f5e94bf51faeffd3e77c62cc7016defadd9b7da6bd77b250b01e48acee44a3c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74f85927a2b6d0e2a0243387d746f60056fe55d0f2a72265babf934b446bdf7a
[INFO] running `Command { std: "docker" "start" "-a" "74f85927a2b6d0e2a0243387d746f60056fe55d0f2a72265babf934b446bdf7a", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling anyhow v1.0.97
[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 5.04s
[INFO] running `Command { std: "docker" "inspect" "74f85927a2b6d0e2a0243387d746f60056fe55d0f2a72265babf934b446bdf7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74f85927a2b6d0e2a0243387d746f60056fe55d0f2a72265babf934b446bdf7a", kill_on_drop: false }`
[INFO] [stdout] 74f85927a2b6d0e2a0243387d746f60056fe55d0f2a72265babf934b446bdf7a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e8a2fb9d487727ca4f5bfa9c04a93183ce0ac5e458630e2f79c3cb886691021
[INFO] running `Command { std: "docker" "start" "-a" "6e8a2fb9d487727ca4f5bfa9c04a93183ce0ac5e458630e2f79c3cb886691021", 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.52s
[INFO] running `Command { std: "docker" "inspect" "6e8a2fb9d487727ca4f5bfa9c04a93183ce0ac5e458630e2f79c3cb886691021", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e8a2fb9d487727ca4f5bfa9c04a93183ce0ac5e458630e2f79c3cb886691021", kill_on_drop: false }`
[INFO] [stdout] 6e8a2fb9d487727ca4f5bfa9c04a93183ce0ac5e458630e2f79c3cb886691021
