[INFO] cloning repository https://github.com/philocalyst/dvd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/philocalyst/dvd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphilocalyst%2Fdvd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphilocalyst%2Fdvd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4b9447aee3780b8f40979e745728e7b455522dcf
[INFO] checking philocalyst/dvd against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphilocalyst%2Fdvd" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/philocalyst/dvd
[INFO] finished tweaking git repo https://github.com/philocalyst/dvd
[INFO] tweaked toml for git repo https://github.com/philocalyst/dvd written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/philocalyst/dvd on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/philocalyst/dvd 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1edbeefc0eb4fd8e5c8f43e46f4403fef17f508dd66985b378d714c77837b509
[INFO] running `Command { std: "docker" "start" "1edbeefc0eb4fd8e5c8f43e46f4403fef17f508dd66985b378d714c77837b509", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1edbeefc0eb4fd8e5c8f43e46f4403fef17f508dd66985b378d714c77837b509", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1edbeefc0eb4fd8e5c8f43e46f4403fef17f508dd66985b378d714c77837b509" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1edbeefc0eb4fd8e5c8f43e46f4403fef17f508dd66985b378d714c77837b509", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1edbeefc0eb4fd8e5c8f43e46f4403fef17f508dd66985b378d714c77837b509" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking option-operations v0.5.0
[INFO] [stderr]     Checking libloading v0.8.8
[INFO] [stderr]    Compiling naga v25.0.1
[INFO] [stderr]     Checking muldiv v1.0.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]    Compiling wgpu-hal v25.0.2
[INFO] [stderr]     Checking atomic_refcell v0.1.13
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling cfg-expr v0.20.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]    Compiling wgpu-core v25.0.2
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]    Compiling wgpu v25.0.2
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking clap_builder v4.5.40
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking clap v4.5.40
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling glib-macros v0.20.12
[INFO] [stderr]    Compiling system-deps v7.0.5
[INFO] [stderr]    Compiling glib-sys v0.20.10
[INFO] [stderr]    Compiling gobject-sys v0.20.10
[INFO] [stderr]    Compiling gstreamer-sys v0.23.6
[INFO] [stderr]    Compiling gstreamer-base-sys v0.23.6
[INFO] [stderr]    Compiling gio-sys v0.20.10
[INFO] [stderr]    Compiling gstreamer-audio-sys v0.23.6
[INFO] [stderr]    Compiling gstreamer-video-sys v0.23.6
[INFO] [stderr]    Compiling gstreamer-pbutils-sys v0.23.5
[INFO] [stderr]    Compiling gstreamer-app-sys v0.23.5
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking glib v0.20.12
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking wgpu-types v25.0.0
[INFO] [stderr]     Checking vte v0.15.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking rustix-openpty v0.2.0
[INFO] [stderr]     Checking polling v3.8.0
[INFO] [stderr]     Checking alacritty_terminal v0.25.1-dev (https://github.com/alacritty/alacritty.git#3ea13aea)
[INFO] [stderr]     Checking gstreamer v0.23.7
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v25.0.0
[INFO] [stderr]     Checking gstreamer-base v0.23.6
[INFO] [stderr]     Checking gstreamer-video v0.23.6
[INFO] [stderr]     Checking gstreamer-audio v0.23.6
[INFO] [stderr]     Checking gstreamer-app v0.23.5
[INFO] [stderr]     Checking gstreamer-pbutils v0.23.5
[INFO] [stderr]     Checking dvd-render v0.2.3
[INFO] [stderr]     Checking dvd v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `CommandOption` is never used
[INFO] [stdout]   --> src/parser.rs:30:10
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub enum CommandOption {
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CommandArg` is never used
[INFO] [stdout]   --> src/parser.rs:38:10
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub enum CommandArg {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `join_args` is never used
[INFO] [stdout]   --> src/parser.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl CommandArg {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 95 |     pub fn join_args(args: &[CommandArg]) -> String {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:235:11
[INFO] [stdout]     |
[INFO] [stdout] 235 |     Sleep(SleepCommand),
[INFO] [stdout]     |     ----- ^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 235 -     Sleep(SleepCommand),
[INFO] [stdout] 235 +     Sleep(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:236:12
[INFO] [stdout]     |
[INFO] [stdout] 236 |     Output(OutputCommand),
[INFO] [stdout]     |     ------ ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 236 -     Output(OutputCommand),
[INFO] [stdout] 236 +     Output(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:237:9
[INFO] [stdout]     |
[INFO] [stdout] 237 |     Key(KeyCommand),
[INFO] [stdout]     |     --- ^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 237 -     Key(KeyCommand),
[INFO] [stdout] 237 +     Key(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:238:10
[INFO] [stdout]     |
[INFO] [stdout] 238 |     Ctrl(CtrlCommand),
[INFO] [stdout]     |     ---- ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 238 -     Ctrl(CtrlCommand),
[INFO] [stdout] 238 +     Ctrl(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 241 |     Set(SetCommand),
[INFO] [stdout]     |     --- ^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 241 -     Set(SetCommand),
[INFO] [stdout] 241 +     Set(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:242:13
[INFO] [stdout]     |
[INFO] [stdout] 242 |     Require(RequireCommand),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 242 -     Require(RequireCommand),
[INFO] [stdout] 242 +     Require(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:243:10
[INFO] [stdout]     |
[INFO] [stdout] 243 |     Wait(WaitCommand),
[INFO] [stdout]     |     ---- ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 243 -     Wait(WaitCommand),
[INFO] [stdout] 243 +     Wait(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:244:16
[INFO] [stdout]     |
[INFO] [stdout] 244 |     Screenshot(ScreenshotCommand),
[INFO] [stdout]     |     ---------- ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 244 -     Screenshot(ScreenshotCommand),
[INFO] [stdout] 244 +     Screenshot(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:245:10
[INFO] [stdout]     |
[INFO] [stdout] 245 |     Copy(CopyCommand),
[INFO] [stdout]     |     ---- ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 245 -     Copy(CopyCommand),
[INFO] [stdout] 245 +     Copy(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:247:9
[INFO] [stdout]     |
[INFO] [stdout] 247 |     Env(EnvCommand),
[INFO] [stdout]     |     --- ^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 247 -     Env(EnvCommand),
[INFO] [stdout] 247 +     Env(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Alt` and `Shift` are never constructed
[INFO] [stdout]    --> src/parser.rs:239:5
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub enum Commands {
[INFO] [stdout]     |          -------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 239 |     Alt(CtrlCommand),
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 240 |     Shift(CtrlCommand),
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `errors` is never used
[INFO] [stdout]    --> src/parser.rs:373:12
[INFO] [stdout]     |
[INFO] [stdout] 331 | impl<'source> Parser<'source> {
[INFO] [stdout]     | ----------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 373 |     pub fn errors(&self) -> &[ParseError] {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Slash`, `Dot`, `Dash`, and `Home` are never constructed
[INFO] [stdout]   --> src/token.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub enum TokenType {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 33 |     Slash,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 34 |     Backslash,
[INFO] [stdout] 35 |     Dot,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 36 |     Dash,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     Home,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TokenType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_command` is never used
[INFO] [stdout]    --> src/token.rs:234:8
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub fn is_command(token_type: &TokenType) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CommandOption` is never used
[INFO] [stdout]   --> src/parser.rs:30:10
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub enum CommandOption {
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CommandArg` is never used
[INFO] [stdout]   --> src/parser.rs:38:10
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub enum CommandArg {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `join_args` is never used
[INFO] [stdout]   --> src/parser.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl CommandArg {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 95 |     pub fn join_args(args: &[CommandArg]) -> String {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:235:11
[INFO] [stdout]     |
[INFO] [stdout] 235 |     Sleep(SleepCommand),
[INFO] [stdout]     |     ----- ^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 235 -     Sleep(SleepCommand),
[INFO] [stdout] 235 +     Sleep(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:236:12
[INFO] [stdout]     |
[INFO] [stdout] 236 |     Output(OutputCommand),
[INFO] [stdout]     |     ------ ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 236 -     Output(OutputCommand),
[INFO] [stdout] 236 +     Output(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:237:9
[INFO] [stdout]     |
[INFO] [stdout] 237 |     Key(KeyCommand),
[INFO] [stdout]     |     --- ^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 237 -     Key(KeyCommand),
[INFO] [stdout] 237 +     Key(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:238:10
[INFO] [stdout]     |
[INFO] [stdout] 238 |     Ctrl(CtrlCommand),
[INFO] [stdout]     |     ---- ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 238 -     Ctrl(CtrlCommand),
[INFO] [stdout] 238 +     Ctrl(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 241 |     Set(SetCommand),
[INFO] [stdout]     |     --- ^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 241 -     Set(SetCommand),
[INFO] [stdout] 241 +     Set(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:242:13
[INFO] [stdout]     |
[INFO] [stdout] 242 |     Require(RequireCommand),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 242 -     Require(RequireCommand),
[INFO] [stdout] 242 +     Require(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:243:10
[INFO] [stdout]     |
[INFO] [stdout] 243 |     Wait(WaitCommand),
[INFO] [stdout]     |     ---- ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 243 -     Wait(WaitCommand),
[INFO] [stdout] 243 +     Wait(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:244:16
[INFO] [stdout]     |
[INFO] [stdout] 244 |     Screenshot(ScreenshotCommand),
[INFO] [stdout]     |     ---------- ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 244 -     Screenshot(ScreenshotCommand),
[INFO] [stdout] 244 +     Screenshot(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:245:10
[INFO] [stdout]     |
[INFO] [stdout] 245 |     Copy(CopyCommand),
[INFO] [stdout]     |     ---- ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 245 -     Copy(CopyCommand),
[INFO] [stdout] 245 +     Copy(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:247:9
[INFO] [stdout]     |
[INFO] [stdout] 247 |     Env(EnvCommand),
[INFO] [stdout]     |     --- ^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are 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] 247 -     Env(EnvCommand),
[INFO] [stdout] 247 +     Env(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Alt` and `Shift` are never constructed
[INFO] [stdout]    --> src/parser.rs:239:5
[INFO] [stdout]     |
[INFO] [stdout] 233 | pub enum Commands {
[INFO] [stdout]     |          -------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 239 |     Alt(CtrlCommand),
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 240 |     Shift(CtrlCommand),
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Commands` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `errors` is never used
[INFO] [stdout]    --> src/parser.rs:373:12
[INFO] [stdout]     |
[INFO] [stdout] 331 | impl<'source> Parser<'source> {
[INFO] [stdout]     | ----------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 373 |     pub fn errors(&self) -> &[ParseError] {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Slash`, `Dot`, `Dash`, and `Home` are never constructed
[INFO] [stdout]   --> src/token.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub enum TokenType {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 33 |     Slash,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 34 |     Backslash,
[INFO] [stdout] 35 |     Dot,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 36 |     Dash,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     Home,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TokenType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_command` is never used
[INFO] [stdout]    --> src/token.rs:234:8
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub fn is_command(token_type: &TokenType) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v25.0.1, wgpu v25.0.2, wgpu-core v25.0.2, wgpu-hal v25.0.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "1edbeefc0eb4fd8e5c8f43e46f4403fef17f508dd66985b378d714c77837b509", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1edbeefc0eb4fd8e5c8f43e46f4403fef17f508dd66985b378d714c77837b509", kill_on_drop: false }`
[INFO] [stdout] 1edbeefc0eb4fd8e5c8f43e46f4403fef17f508dd66985b378d714c77837b509
