[INFO] cloning repository https://github.com/urgobalt/bold
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/urgobalt/bold" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Furgobalt%2Fbold", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Furgobalt%2Fbold'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3a83712eb3cb3d71902db9727901adff1a883a93
[INFO] checking urgobalt/bold against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Furgobalt%2Fbold" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/urgobalt/bold
[INFO] finished tweaking git repo https://github.com/urgobalt/bold
[INFO] tweaked toml for git repo https://github.com/urgobalt/bold written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/urgobalt/bold on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/urgobalt/bold 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c778f9ab079d344b21d1c8632a6fee4b696b7a524b8a4bcaa4641aad72b46eaf
[INFO] running `Command { std: "docker" "start" "-a" "c778f9ab079d344b21d1c8632a6fee4b696b7a524b8a4bcaa4641aad72b46eaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c778f9ab079d344b21d1c8632a6fee4b696b7a524b8a4bcaa4641aad72b46eaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c778f9ab079d344b21d1c8632a6fee4b696b7a524b8a4bcaa4641aad72b46eaf", kill_on_drop: false }`
[INFO] [stdout] c778f9ab079d344b21d1c8632a6fee4b696b7a524b8a4bcaa4641aad72b46eaf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ba890724ffe323c80f3d7dc966c97d64c8953d38b80e862af21bf87d1e7186be
[INFO] running `Command { std: "docker" "start" "-a" "ba890724ffe323c80f3d7dc966c97d64c8953d38b80e862af21bf87d1e7186be", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking jiff v0.2.16
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]     Checking bswap v1.0.0
[INFO] [stderr]     Checking crcxx v0.3.1
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking sha v1.0.3
[INFO] [stderr]     Checking toml v0.9.8
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking bold v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `error`, `info`, and `trace`
[INFO] [stdout]  --> src/main.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | use log::{debug, error, info, trace};
[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 imports: `error`, `info`, and `trace`
[INFO] [stdout]  --> src/main.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | use log::{debug, error, info, trace};
[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 import: `std::collections::HashMap`
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::io::Write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PathBuf` and `Path`
[INFO] [stdout]  --> src/main.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Metadata`
[INFO] [stdout]  --> src/utils/cache.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | use log::{Metadata, debug, error, trace, warn};
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sha::sha1::Sha1`
[INFO] [stdout]  --> src/utils/cache.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use sha::sha1::Sha1;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::utils::write_log::WriteLog`
[INFO] [stdout]  --> src/utils/cache.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::utils::write_log::WriteLog;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::io::Write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PathBuf` and `Path`
[INFO] [stdout]  --> src/main.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Metadata`
[INFO] [stdout]  --> src/utils/cache.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | use log::{Metadata, debug, error, trace, warn};
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sha::sha1::Sha1`
[INFO] [stdout]  --> src/utils/cache.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use sha::sha1::Sha1;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::utils::write_log::WriteLog`
[INFO] [stdout]  --> src/utils/cache.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::utils::write_log::WriteLog;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `toml_arguments`
[INFO] [stdout]   --> src/build/build.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let toml_arguments = project_configuration::get_toml_arguments(&project_root, &global_flags);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_toml_arguments`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `write_log`
[INFO] [stdout]   --> src/build/step.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn run(self, write_log: &mut WriteLog) -> Result<(), StepError> {
[INFO] [stdout]    |                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_write_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `write_log`
[INFO] [stdout]   --> src/build/step.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn run(self, write_log: &mut WriteLog) -> Result<(), StepError> {
[INFO] [stdout]    |                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_write_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `toml_arguments`
[INFO] [stdout]   --> src/build/build.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let toml_arguments = project_configuration::get_toml_arguments(&project_root, &global_flags);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_toml_arguments`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `write_log`
[INFO] [stdout]   --> src/build/step.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn run(self, write_log: &mut WriteLog) -> Result<(), StepError> {
[INFO] [stdout]    |                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_write_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `write_log`
[INFO] [stdout]   --> src/build/step.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn run(self, write_log: &mut WriteLog) -> Result<(), StepError> {
[INFO] [stdout]    |                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_write_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `compile_action`
[INFO] [stdout]   --> src/main.rs:44:30
[INFO] [stdout]    |
[INFO] [stdout] 44 |         cli::Action::Compile(compile_action) => todo!(),
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_compile_action`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `project_root`, `build_file`, and `compiler` are never read
[INFO] [stdout]   --> src/build/build.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct BuildEnvironment {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 42 |     project_root: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 43 |     build_file: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 44 |     compiler: Compiler,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BuildEnvironment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `StepError` is never used
[INFO] [stdout]  --> src/build/step.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum StepError {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Step` is never used
[INFO] [stdout]   --> src/build/step.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub trait Step<'a> {
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StaticWriteStep` is never constructed
[INFO] [stdout]   --> src/build/step.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct StaticWriteStep<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CmdStep` is never constructed
[INFO] [stdout]   --> src/build/step.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct CmdStep<'a> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CompileStep` is never constructed
[INFO] [stdout]   --> src/build/step.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct CompileStep<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_CACHE_DIRECTORY` is never used
[INFO] [stdout]   --> src/utils/cache.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | const DEFAULT_CACHE_DIRECTORY: &str = ".bold";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CACHE_OBJECT_PROTOCOL_VERSION` is never used
[INFO] [stdout]   --> src/utils/cache.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | const CACHE_OBJECT_PROTOCOL_VERSION: u8 = 0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `InternalCacheError` is never used
[INFO] [stdout]   --> src/utils/cache.rs:15:6
[INFO] [stdout]    |
[INFO] [stdout] 15 | enum InternalCacheError {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cache` is never constructed
[INFO] [stdout]   --> src/utils/cache.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct Cache<'a> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `check_cache`, `add_cache`, `file_information`, and `resolve_cache_path` are never used
[INFO] [stdout]    --> src/utils/cache.rs:40:12
[INFO] [stdout]     |
[INFO] [stdout]  35 | impl<'a> Cache<'a> {
[INFO] [stdout]     | ------------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  40 |     pub fn new<D, P>(project_dir: D, cache_dir: P) -> Option<Self>
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  65 |     pub fn check_cache<P>(&self, path: P) -> Option<Vec<u8>>
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn add_cache<P>(&self, path: P, content: Vec<u8>) -> std::io::Result<()>
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |     fn file_information<P>(&self, path: P) -> std::io::Result<(u64, u32)>
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     fn resolve_cache_path<P>(&self, path: P) -> PathBuf
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CacheObject` is never constructed
[INFO] [stdout]    --> src/utils/cache.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 147 | struct CacheObject {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `compiler_type` and `compiler_path` are never read
[INFO] [stdout]   --> src/utils/compiler.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Compiler {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 28 |     compiler_type: CompilerType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 29 |     compiler_path: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Compiler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `write_record` is never read
[INFO] [stdout]   --> src/utils/write_log.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct WriteLog {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     write_record: Vec<PathBuf>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `compile_action`
[INFO] [stdout]   --> src/main.rs:44:30
[INFO] [stdout]    |
[INFO] [stdout] 44 |         cli::Action::Compile(compile_action) => todo!(),
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_compile_action`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `project_root`, `build_file`, and `compiler` are never read
[INFO] [stdout]   --> src/build/build.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct BuildEnvironment {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 42 |     project_root: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 43 |     build_file: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 44 |     compiler: Compiler,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BuildEnvironment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `StepError` is never used
[INFO] [stdout]  --> src/build/step.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum StepError {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Step` is never used
[INFO] [stdout]   --> src/build/step.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub trait Step<'a> {
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StaticWriteStep` is never constructed
[INFO] [stdout]   --> src/build/step.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct StaticWriteStep<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CmdStep` is never constructed
[INFO] [stdout]   --> src/build/step.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct CmdStep<'a> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CompileStep` is never constructed
[INFO] [stdout]   --> src/build/step.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct CompileStep<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `compiler_type` and `compiler_path` are never read
[INFO] [stdout]   --> src/utils/compiler.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Compiler {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 28 |     compiler_type: CompilerType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 29 |     compiler_path: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Compiler` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `write_record` is never read
[INFO] [stdout]   --> src/utils/write_log.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct WriteLog {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     write_record: Vec<PathBuf>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.82s
[INFO] running `Command { std: "docker" "inspect" "ba890724ffe323c80f3d7dc966c97d64c8953d38b80e862af21bf87d1e7186be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba890724ffe323c80f3d7dc966c97d64c8953d38b80e862af21bf87d1e7186be", kill_on_drop: false }`
[INFO] [stdout] ba890724ffe323c80f3d7dc966c97d64c8953d38b80e862af21bf87d1e7186be
