[INFO] cloning repository https://github.com/Jameschuthink/Rust_Mistral_API
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Jameschuthink/Rust_Mistral_API" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJameschuthink%2FRust_Mistral_API", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJameschuthink%2FRust_Mistral_API'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6810b3bc43d0d8dd33e23abfebc90e9549449868
[INFO] building Jameschuthink/Rust_Mistral_API against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJameschuthink%2FRust_Mistral_API" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Jameschuthink/Rust_Mistral_API
[INFO] finished tweaking git repo https://github.com/Jameschuthink/Rust_Mistral_API
[INFO] tweaked toml for git repo https://github.com/Jameschuthink/Rust_Mistral_API written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Jameschuthink/Rust_Mistral_API on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Jameschuthink/Rust_Mistral_API already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded is_ci v1.2.0
[INFO] [stderr]   Downloaded supports-unicode v3.0.0
[INFO] [stderr]   Downloaded supports-color v3.0.2
[INFO] [stderr]   Downloaded owo-colors v4.2.1
[INFO] [stderr]   Downloaded miette-derive v7.6.0
[INFO] [stderr]   Downloaded fd-lock v4.0.4
[INFO] [stderr]   Downloaded supports-hyperlinks v3.1.0
[INFO] [stderr]   Downloaded terminal_size v0.4.2
[INFO] [stderr]   Downloaded miette v7.6.0
[INFO] [stderr]   Downloaded rustyline v14.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ffd0349eb88db6040cd4decc1e3108a23bbfcaceee71f289ca649856065f9c68
[INFO] running `Command { std: "docker" "start" "-a" "ffd0349eb88db6040cd4decc1e3108a23bbfcaceee71f289ca649856065f9c68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ffd0349eb88db6040cd4decc1e3108a23bbfcaceee71f289ca649856065f9c68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffd0349eb88db6040cd4decc1e3108a23bbfcaceee71f289ca649856065f9c68", kill_on_drop: false }`
[INFO] [stdout] ffd0349eb88db6040cd4decc1e3108a23bbfcaceee71f289ca649856065f9c68
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c7188406837beb275cd8fbfa73de11a2fb9dc264faf57bdb2b9ad6fc5061b2b4
[INFO] running `Command { std: "docker" "start" "-a" "c7188406837beb275cd8fbfa73de11a2fb9dc264faf57bdb2b9ad6fc5061b2b4", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling cc v1.2.25
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling owo-colors v4.2.1
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling terminal_size v0.4.2
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling rustyline v14.0.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling Mistral_api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Result`
[INFO] [stdout]  --> src/api/client.rs:2:32
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ::miette::{IntoDiagnostic, Result};
[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: `miette::Result`
[INFO] [stdout]  --> src/api/types.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use miette::Result;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::api::client::make_api_call`
[INFO] [stdout]  --> src/core/intent.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::api::client::make_api_call;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::config::load_jamendo_client_id`
[INFO] [stdout]  --> src/music/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::config::load_jamendo_client_id;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `history_retrieve`
[INFO] [stdout]   --> src/input.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 |                 let history_retrieve = self.editor.add_history_entry(&input);
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_history_retrieve`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `index` and `finish_reason` are never read
[INFO] [stdout]   --> src/api/types.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct Choice {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 30 |     pub message: JsonField,
[INFO] [stdout] 31 |     pub index: u32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 32 |     pub finish_reason: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Choice` has a derived impl for the trait `Clone`, 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: fields `role` and `tool_calls` are never read
[INFO] [stdout]   --> src/api/types.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct JsonField {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 37 |     pub role: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 38 |     pub content: String,
[INFO] [stdout] 39 |     pub tool_calls: Option<serde_json::Value>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `JsonField` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `MistralLarge` and `Codestral` are never constructed
[INFO] [stdout]   --> src/api/types.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub enum ModelType {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] 44 |     #[serde(rename = "mistral-large-latest")]
[INFO] [stdout] 45 |     MistralLarge,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     Codestral,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/music/types.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Track {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 16 |     pub id: String,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Track` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.12s
[INFO] running `Command { std: "docker" "inspect" "c7188406837beb275cd8fbfa73de11a2fb9dc264faf57bdb2b9ad6fc5061b2b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7188406837beb275cd8fbfa73de11a2fb9dc264faf57bdb2b9ad6fc5061b2b4", kill_on_drop: false }`
[INFO] [stdout] c7188406837beb275cd8fbfa73de11a2fb9dc264faf57bdb2b9ad6fc5061b2b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4cb2f4a00fad6602e102bad37e1543300e7a36947f1d30917240d9f96bd0eb58
[INFO] running `Command { std: "docker" "start" "-a" "4cb2f4a00fad6602e102bad37e1543300e7a36947f1d30917240d9f96bd0eb58", kill_on_drop: false }`
[INFO] [stderr]    Compiling Mistral_api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Result`
[INFO] [stdout]  --> src/api/client.rs:2:32
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ::miette::{IntoDiagnostic, Result};
[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: `miette::Result`
[INFO] [stdout]  --> src/api/types.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use miette::Result;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::api::client::make_api_call`
[INFO] [stdout]  --> src/core/intent.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::api::client::make_api_call;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::config::load_jamendo_client_id`
[INFO] [stdout]  --> src/music/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::config::load_jamendo_client_id;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `history_retrieve`
[INFO] [stdout]   --> src/input.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 |                 let history_retrieve = self.editor.add_history_entry(&input);
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_history_retrieve`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `index` and `finish_reason` are never read
[INFO] [stdout]   --> src/api/types.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct Choice {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 30 |     pub message: JsonField,
[INFO] [stdout] 31 |     pub index: u32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 32 |     pub finish_reason: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Choice` has a derived impl for the trait `Clone`, 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: fields `role` and `tool_calls` are never read
[INFO] [stdout]   --> src/api/types.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct JsonField {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 37 |     pub role: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 38 |     pub content: String,
[INFO] [stdout] 39 |     pub tool_calls: Option<serde_json::Value>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `JsonField` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `MistralLarge` and `Codestral` are never constructed
[INFO] [stdout]   --> src/api/types.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub enum ModelType {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] 44 |     #[serde(rename = "mistral-large-latest")]
[INFO] [stdout] 45 |     MistralLarge,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     Codestral,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/music/types.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Track {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 16 |     pub id: String,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Track` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.65s
[INFO] running `Command { std: "docker" "inspect" "4cb2f4a00fad6602e102bad37e1543300e7a36947f1d30917240d9f96bd0eb58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4cb2f4a00fad6602e102bad37e1543300e7a36947f1d30917240d9f96bd0eb58", kill_on_drop: false }`
[INFO] [stdout] 4cb2f4a00fad6602e102bad37e1543300e7a36947f1d30917240d9f96bd0eb58
