[INFO] fetching crate renpy_parser 0.0.13... [INFO] checking renpy_parser-0.0.13 against master#f21fbac535ab2c3bc50db20547f4d48477357103 for pr-143193 [INFO] extracting crate renpy_parser 0.0.13 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate renpy_parser 0.0.13 on toolchain f21fbac535ab2c3bc50db20547f4d48477357103 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f21fbac535ab2c3bc50db20547f4d48477357103" "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" "+f21fbac535ab2c3bc50db20547f4d48477357103" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+f21fbac535ab2c3bc50db20547f4d48477357103" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dbedb50253bad70e2b71f5f5af04240c8298174d85fd928475629821d8b4287f [INFO] running `Command { std: "docker" "start" "-a" "dbedb50253bad70e2b71f5f5af04240c8298174d85fd928475629821d8b4287f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbedb50253bad70e2b71f5f5af04240c8298174d85fd928475629821d8b4287f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbedb50253bad70e2b71f5f5af04240c8298174d85fd928475629821d8b4287f", kill_on_drop: false }` [INFO] [stdout] dbedb50253bad70e2b71f5f5af04240c8298174d85fd928475629821d8b4287f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+f21fbac535ab2c3bc50db20547f4d48477357103" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b91c73c454d45a1a964687a56d19784357d70b66fa050dae82f17c1fe2f17b4 [INFO] running `Command { std: "docker" "start" "-a" "6b91c73c454d45a1a964687a56d19784357d70b66fa050dae82f17c1fe2f17b4", kill_on_drop: false }` [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking regex-automata v0.4.8 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking 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)]` on by default [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)]` 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)]` 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 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)]` 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.27s [INFO] running `Command { std: "docker" "inspect" "6b91c73c454d45a1a964687a56d19784357d70b66fa050dae82f17c1fe2f17b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b91c73c454d45a1a964687a56d19784357d70b66fa050dae82f17c1fe2f17b4", kill_on_drop: false }` [INFO] [stdout] 6b91c73c454d45a1a964687a56d19784357d70b66fa050dae82f17c1fe2f17b4