[INFO] cloning repository https://github.com/MarvinQuevedo/ollero-agent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MarvinQuevedo/ollero-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarvinQuevedo%2Follero-agent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarvinQuevedo%2Follero-agent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 115897e97e05a969fdd4d379f6c48cfd4c3eca14
[INFO] testing MarvinQuevedo/ollero-agent against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarvinQuevedo%2Follero-agent" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MarvinQuevedo/ollero-agent
[INFO] finished tweaking git repo https://github.com/MarvinQuevedo/ollero-agent
[INFO] tweaked toml for git repo https://github.com/MarvinQuevedo/ollero-agent written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MarvinQuevedo/ollero-agent on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MarvinQuevedo/ollero-agent 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.67
[INFO] [stderr]   Downloaded tui-textarea v0.7.0
[INFO] [stderr]   Downloaded cc v1.2.59
[INFO] [stderr]   Downloaded openssl-sys v0.9.112
[INFO] [stderr]   Downloaded openssl v0.10.76
[INFO] [stderr]   Downloaded web-sys v0.3.94
[INFO] [stderr]   Downloaded tokio v1.51.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee
[INFO] running `Command { std: "docker" "start" "b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee", 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" "b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling pulldown-cmark v0.12.2
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling fastrand v2.4.0
[INFO] [stderr]    Compiling pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling sysinfo v0.30.13
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio v1.51.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tui-textarea v0.7.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling allux v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `anyhow::Result`
[INFO] [stdout]  --> src/doctor.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use anyhow::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: variable `phase1_saved` is assigned to, but never used
[INFO] [stdout]    --> src/repl/mod.rs:417:13
[INFO] [stdout]     |
[INFO] [stdout] 417 |         let mut phase1_saved = 0usize;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_phase1_saved` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `phase1_saved` is never read
[INFO] [stdout]    --> src/repl/mod.rs:435:17
[INFO] [stdout]     |
[INFO] [stdout] 435 |                 phase1_saved += original_len - compressed.len();
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `code_block_lang` is never read
[INFO] [stdout]   --> src/tui/widgets/markdown.rs:34:31
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let mut code_block_lang = String::new();
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 65 |                 code_block_lang = match &kind {
[INFO] [stdout]    |                 --------------- `code_block_lang` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Light` is never constructed
[INFO] [stdout]   --> src/compression/mod.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub enum CompressionLevel {
[INFO] [stdout]    |          ---------------- variant in this enum
[INFO] [stdout] 55 |     /// Light: only strip ANSI codes, trailing whitespace, collapse blank lines.
[INFO] [stdout] 56 |     Light,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompressionLevel` has derived impls for the traits `Clone` and `Debug`, but these are 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: method `ratio` is never used
[INFO] [stdout]   --> src/compression/mod.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl CompressResult {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 72 |     pub fn ratio(&self) -> f64 {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `estimate_tokens` is never used
[INFO] [stdout]    --> src/compression/mod.rs:450:8
[INFO] [stdout]     |
[INFO] [stdout] 450 | pub fn estimate_tokens(text: &str) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `total` is never used
[INFO] [stdout]    --> src/ollama/types.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl ResponseStats {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 168 |     pub fn total(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_exact` is never used
[INFO] [stdout]   --> src/permissions/mod.rs:48:8
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl PersistedGrants {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     fn add_exact(&mut self, command: &str) {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete` is never used
[INFO] [stdout]    --> src/session/mod.rs:170:8
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub fn delete(id: &str) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dispatch_bash_quiet` is never used
[INFO] [stdout]   --> src/tools/mod.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub async fn dispatch_bash_quiet(command: &str) -> Result<String> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `permissions` and `permission_prompt` are never read
[INFO] [stdout]    --> src/tui/app.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout]  82 | pub struct App {
[INFO] [stdout]     |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  98 |     pub permissions: PermissionStore,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub permission_prompt: Option<PermissionPrompt>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `handle_permission_response` is never used
[INFO] [stdout]    --> src/tui/app.rs:571:12
[INFO] [stdout]     |
[INFO] [stdout] 156 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 571 |     pub fn handle_permission_response(&mut self, decision: Decision) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/tui/event.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Resize(u16, u16),
[INFO] [stdout]    |     ------ ^^^  ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 53 -     Resize(u16, u16),
[INFO] [stdout] 53 +     Resize((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PermissionModal` is never constructed
[INFO] [stdout]   --> src/tui/widgets/permission_modal.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct PermissionModal<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bash_options` is never used
[INFO] [stdout]   --> src/tui/widgets/permission_modal.rs:86:8
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn bash_options() -> Vec<(&'static str, &'static str)> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file_options` is never used
[INFO] [stdout]   --> src/tui/widgets/permission_modal.rs:98:8
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn file_options() -> Vec<(&'static str, &'static str)> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.72s
[INFO] running `Command { std: "docker" "inspect" "b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling allux v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `anyhow::Result`
[INFO] [stdout]  --> src/doctor.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use anyhow::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: variable `phase1_saved` is assigned to, but never used
[INFO] [stdout]    --> src/repl/mod.rs:417:13
[INFO] [stdout]     |
[INFO] [stdout] 417 |         let mut phase1_saved = 0usize;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_phase1_saved` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `phase1_saved` is never read
[INFO] [stdout]    --> src/repl/mod.rs:435:17
[INFO] [stdout]     |
[INFO] [stdout] 435 |                 phase1_saved += original_len - compressed.len();
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `code_block_lang` is never read
[INFO] [stdout]   --> src/tui/widgets/markdown.rs:34:31
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let mut code_block_lang = String::new();
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 65 |                 code_block_lang = match &kind {
[INFO] [stdout]    |                 --------------- `code_block_lang` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Light` is never constructed
[INFO] [stdout]   --> src/compression/mod.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub enum CompressionLevel {
[INFO] [stdout]    |          ---------------- variant in this enum
[INFO] [stdout] 55 |     /// Light: only strip ANSI codes, trailing whitespace, collapse blank lines.
[INFO] [stdout] 56 |     Light,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompressionLevel` has derived impls for the traits `Clone` and `Debug`, but these are 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: method `ratio` is never used
[INFO] [stdout]   --> src/compression/mod.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl CompressResult {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 72 |     pub fn ratio(&self) -> f64 {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `estimate_tokens` is never used
[INFO] [stdout]    --> src/compression/mod.rs:450:8
[INFO] [stdout]     |
[INFO] [stdout] 450 | pub fn estimate_tokens(text: &str) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `total` is never used
[INFO] [stdout]    --> src/ollama/types.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl ResponseStats {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 168 |     pub fn total(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_exact` is never used
[INFO] [stdout]   --> src/permissions/mod.rs:48:8
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl PersistedGrants {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     fn add_exact(&mut self, command: &str) {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete` is never used
[INFO] [stdout]    --> src/session/mod.rs:170:8
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub fn delete(id: &str) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dispatch_bash_quiet` is never used
[INFO] [stdout]   --> src/tools/mod.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub async fn dispatch_bash_quiet(command: &str) -> Result<String> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `permissions` and `permission_prompt` are never read
[INFO] [stdout]    --> src/tui/app.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout]  82 | pub struct App {
[INFO] [stdout]     |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  98 |     pub permissions: PermissionStore,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub permission_prompt: Option<PermissionPrompt>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `handle_permission_response` is never used
[INFO] [stdout]    --> src/tui/app.rs:571:12
[INFO] [stdout]     |
[INFO] [stdout] 156 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 571 |     pub fn handle_permission_response(&mut self, decision: Decision) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/tui/event.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Resize(u16, u16),
[INFO] [stdout]    |     ------ ^^^  ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 53 -     Resize(u16, u16),
[INFO] [stdout] 53 +     Resize((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PermissionModal` is never constructed
[INFO] [stdout]   --> src/tui/widgets/permission_modal.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct PermissionModal<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bash_options` is never used
[INFO] [stdout]   --> src/tui/widgets/permission_modal.rs:86:8
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn bash_options() -> Vec<(&'static str, &'static str)> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file_options` is never used
[INFO] [stdout]   --> src/tui/widgets/permission_modal.rs:98:8
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn file_options() -> Vec<(&'static str, &'static str)> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::Result`
[INFO] [stdout]  --> src/doctor.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use anyhow::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: variable `phase1_saved` is assigned to, but never used
[INFO] [stdout]    --> src/repl/mod.rs:417:13
[INFO] [stdout]     |
[INFO] [stdout] 417 |         let mut phase1_saved = 0usize;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_phase1_saved` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `phase1_saved` is never read
[INFO] [stdout]    --> src/repl/mod.rs:435:17
[INFO] [stdout]     |
[INFO] [stdout] 435 |                 phase1_saved += original_len - compressed.len();
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `code_block_lang` is never read
[INFO] [stdout]   --> src/tui/widgets/markdown.rs:34:31
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let mut code_block_lang = String::new();
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 65 |                 code_block_lang = match &kind {
[INFO] [stdout]    |                 --------------- `code_block_lang` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `total` is never used
[INFO] [stdout]    --> src/ollama/types.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl ResponseStats {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 168 |     pub fn total(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_exact` is never used
[INFO] [stdout]   --> src/permissions/mod.rs:48:8
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl PersistedGrants {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     fn add_exact(&mut self, command: &str) {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete` is never used
[INFO] [stdout]    --> src/session/mod.rs:170:8
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub fn delete(id: &str) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dispatch_bash_quiet` is never used
[INFO] [stdout]   --> src/tools/mod.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub async fn dispatch_bash_quiet(command: &str) -> Result<String> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `permissions` and `permission_prompt` are never read
[INFO] [stdout]    --> src/tui/app.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout]  82 | pub struct App {
[INFO] [stdout]     |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  98 |     pub permissions: PermissionStore,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub permission_prompt: Option<PermissionPrompt>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `handle_permission_response` is never used
[INFO] [stdout]    --> src/tui/app.rs:571:12
[INFO] [stdout]     |
[INFO] [stdout] 156 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 571 |     pub fn handle_permission_response(&mut self, decision: Decision) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/tui/event.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Resize(u16, u16),
[INFO] [stdout]    |     ------ ^^^  ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 53 -     Resize(u16, u16),
[INFO] [stdout] 53 +     Resize((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PermissionModal` is never constructed
[INFO] [stdout]   --> src/tui/widgets/permission_modal.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct PermissionModal<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bash_options` is never used
[INFO] [stdout]   --> src/tui/widgets/permission_modal.rs:86:8
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn bash_options() -> Vec<(&'static str, &'static str)> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file_options` is never used
[INFO] [stdout]   --> src/tui/widgets/permission_modal.rs:98:8
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn file_options() -> Vec<(&'static str, &'static str)> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.93s
[INFO] running `Command { std: "docker" "inspect" "b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `anyhow::Result`
[INFO] [stderr]  --> src/doctor.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use anyhow::Result;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `phase1_saved` is assigned to, but never used
[INFO] [stderr]    --> src/repl/mod.rs:417:13
[INFO] [stderr]     |
[INFO] [stderr] 417 |         let mut phase1_saved = 0usize;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider using `_phase1_saved` instead
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `phase1_saved` is never read
[INFO] [stderr]    --> src/repl/mod.rs:435:17
[INFO] [stderr]     |
[INFO] [stderr] 435 |                 phase1_saved += original_len - compressed.len();
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `code_block_lang` is never read
[INFO] [stderr]   --> src/tui/widgets/markdown.rs:34:31
[INFO] [stderr]    |
[INFO] [stderr] 34 |     let mut code_block_lang = String::new();
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stderr] ...
[INFO] [stderr] 65 |                 code_block_lang = match &kind {
[INFO] [stderr]    |                 --------------- `code_block_lang` is overwritten here before the previous value is read
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Light` is never constructed
[INFO] [stderr]   --> src/compression/mod.rs:56:5
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub enum CompressionLevel {
[INFO] [stderr]    |          ---------------- variant in this enum
[INFO] [stderr] 55 |     /// Light: only strip ANSI codes, trailing whitespace, collapse blank lines.
[INFO] [stderr] 56 |     Light,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `CompressionLevel` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `ratio` is never used
[INFO] [stderr]   --> src/compression/mod.rs:72:12
[INFO] [stderr]    |
[INFO] [stderr] 71 | impl CompressResult {
[INFO] [stderr]    | ------------------- method in this implementation
[INFO] [stderr] 72 |     pub fn ratio(&self) -> f64 {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `estimate_tokens` is never used
[INFO] [stderr]    --> src/compression/mod.rs:450:8
[INFO] [stderr]     |
[INFO] [stderr] 450 | pub fn estimate_tokens(text: &str) -> usize {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `total` is never used
[INFO] [stderr]    --> src/ollama/types.rs:168:12
[INFO] [stderr]     |
[INFO] [stderr] 167 | impl ResponseStats {
[INFO] [stderr]     | ------------------ method in this implementation
[INFO] [stderr] 168 |     pub fn total(&self) -> u32 {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `add_exact` is never used
[INFO] [stderr]   --> src/permissions/mod.rs:48:8
[INFO] [stderr]    |
[INFO] [stderr] 35 | impl PersistedGrants {
[INFO] [stderr]    | -------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 48 |     fn add_exact(&mut self, command: &str) {
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `delete` is never used
[INFO] [stderr]    --> src/session/mod.rs:170:8
[INFO] [stderr]     |
[INFO] [stderr] 170 | pub fn delete(id: &str) -> Result<()> {
[INFO] [stderr]     |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `dispatch_bash_quiet` is never used
[INFO] [stderr]   --> src/tools/mod.rs:17:14
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub async fn dispatch_bash_quiet(command: &str) -> Result<String> {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `permissions` and `permission_prompt` are never read
[INFO] [stderr]    --> src/tui/app.rs:98:9
[INFO] [stderr]     |
[INFO] [stderr]  82 | pub struct App {
[INFO] [stderr]     |            --- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr]  98 |     pub permissions: PermissionStore,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 |     pub permission_prompt: Option<PermissionPrompt>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `handle_permission_response` is never used
[INFO] [stderr]    --> src/tui/app.rs:571:12
[INFO] [stderr]     |
[INFO] [stderr] 156 | impl App {
[INFO] [stderr]     | -------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 571 |     pub fn handle_permission_response(&mut self, decision: Decision) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `0` and `1` are never read
[INFO] [stderr]   --> src/tui/event.rs:53:12
[INFO] [stderr]    |
[INFO] [stderr] 53 |     Resize(u16, u16),
[INFO] [stderr]    |     ------ ^^^  ^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     fields in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AppEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stderr]    |
[INFO] [stderr] 53 -     Resize(u16, u16),
[INFO] [stderr] 53 +     Resize((), ()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: struct `PermissionModal` is never constructed
[INFO] [stderr]   --> src/tui/widgets/permission_modal.rs:11:12
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct PermissionModal<'a> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `bash_options` is never used
[INFO] [stderr]   --> src/tui/widgets/permission_modal.rs:86:8
[INFO] [stderr]    |
[INFO] [stderr] 86 | pub fn bash_options() -> Vec<(&'static str, &'static str)> {
[INFO] [stderr]    |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `file_options` is never used
[INFO] [stderr]   --> src/tui/widgets/permission_modal.rs:98:8
[INFO] [stderr]    |
[INFO] [stderr] 98 | pub fn file_options() -> Vec<(&'static str, &'static str)> {
[INFO] [stderr]    |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `total` is never used
[INFO] [stderr]    --> src/ollama/types.rs:168:12
[INFO] [stderr]     |
[INFO] [stderr] 167 | impl ResponseStats {
[INFO] [stderr]     | ------------------ method in this implementation
[INFO] [stderr] 168 |     pub fn total(&self) -> u32 {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `allux` (bin "allux") generated 17 warnings (run `cargo fix --bin "allux" -p allux` to apply 1 suggestion)
[INFO] [stderr] warning: `allux` (bin "allux" test) generated 14 warnings (13 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/allux-70b1d94304d7440b)
[INFO] [stdout] 
[INFO] [stdout] running 79 tests
[INFO] [stdout] test compression::tests::test_collapse_blank_lines ... ok
[INFO] [stdout] test compression::tests::test_compress_preserves_short_content ... ok
[INFO] [stdout] test compression::tests::test_compress_tool_output_small ... ok
[INFO] [stdout] test compression::tests::test_compact_line_numbers ... ok
[INFO] [stdout] test compression::tests::test_deduplicate_below_threshold ... ok
[INFO] [stdout] test compression::tests::test_deduplicate_consecutive ... ok
[INFO] [stdout] test compression::tests::test_estimate_tokens ... ok
[INFO] [stdout] test compression::tests::test_compact_json ... ok
[INFO] [stdout] test compression::tests::test_smart_truncate ... ok
[INFO] [stdout] test compression::tests::test_full_pipeline_bash ... ok
[INFO] [stdout] test compression::tests::test_strip_ansi_complex ... ok
[INFO] [stdout] test compression::tests::test_trim_trailing_whitespace ... ok
[INFO] [stdout] test compression::tests::test_strip_ansi_codes ... ok
[INFO] [stdout] test config::tests::test_default_config_values ... ok
[INFO] [stdout] test repl::auto_scan::tests::filter_skips_node_modules ... ok
[INFO] [stdout] test repl::auto_scan::tests::no_trigger_short ... ok
[INFO] [stdout] test repl::auto_scan::tests::trigger_english ... ok
[INFO] [stdout] test repl::auto_scan::tests::trigger_spanish_user_phrase ... ok
[INFO] [stdout] test repl::chat_only::tests::batch_treated_as_shell ... ok
[INFO] [stdout] test config::tests::test_toml_serialization_is_valid ... ok
[INFO] [stdout] test repl::chat_only::tests::fence_line_lang_plus_path_sets_suggested_path ... ok
[INFO] [stdout] test config::tests::test_load_from_nonexistent_returns_none ... ok
[INFO] [stdout] test repl::chat_only::tests::keeps_rust_fence_and_collects_file_block ... ok
[INFO] [stdout] test repl::chat_only::tests::fence_path_only_infers_lang ... ok
[INFO] [stdout] test repl::chat_only::tests::leading_slash_slash_path_stripped_from_content ... ok
[INFO] [stdout] test config::tests::test_save_and_load_roundtrip ... ok
[INFO] [stdout] test config::tests::test_legacy_toml_without_config_version_gets_default ... ok
[INFO] [stdout] test repl::chat_only::tests::rust_fence_second_token_path ... ok
[INFO] [stdout] test repl::chat_only::tests::strips_bash_collects_command ... ok
[INFO] [stdout] test session::tests::test_auto_name ... ok
[INFO] [stdout] test repl::chat_only::tests::multiple_shell_blocks ... ok
[INFO] [stdout] test repl::chat_only::tests::non_shell_block_collected_as_file_block ... ok
[INFO] [stdout] test repl::chat_only::tests::powershell_treated_as_shell ... ok
[INFO] [stdout] test repl::markdown::tests::bold_list_no_raw_stars ... ok
[INFO] [stdout] test setup::tests::test_validate_url_accepts_https ... ok
[INFO] [stdout] test setup::tests::test_validate_url_rejects_bare_words ... ok
[INFO] [stdout] test setup::tests::test_validate_url_accepts_http ... ok
[INFO] [stdout] test permissions::tests::test_exact_grant ... ok
[INFO] [stdout] test permissions::tests::test_family_grant ... ok
[INFO] [stdout] test session::tests::test_list_sessions ... ok
[INFO] [stdout] test permissions::tests::test_global_grant_persists ... ok
[INFO] [stdout] test session::tests::test_save_and_load_roundtrip ... ok
[INFO] [stdout] test compression::tests::test_build_eviction_summary ... ok
[INFO] [stdout] test permissions::tests::test_parse_input ... ok
[INFO] [stdout] test tools::bash::tests::test_is_long_running ... ok
[INFO] [stdout] test permissions::tests::test_workspace_grant_persists ... ok
[INFO] [stdout] test tools::bash::tests::test_truncate_noop_when_within_budget ... ok
[INFO] [stdout] test tools::bash::tests::test_bash_echo ... ok
[INFO] [stdout] test tools::bash::tests::test_background_quick_exit_is_reported ... ok
[INFO] [stdout] test tools::bash::tests::test_truncate_keeps_head_and_tail ... ok
[INFO] [stdout] test tools::glob_tool::tests::test_glob_finds_rust_files ... ok
[INFO] [stdout] test tools::edit_file::tests::test_edit_replaces_once ... ok
[INFO] [stdout] test tools::bash::tests::test_bash_exit_code_on_failure ... ok
[INFO] [stdout] test tools::glob_tool::tests::test_glob_no_match ... ok
[INFO] [stdout] test tools::grep_tool::tests::test_grep_no_match ... ok
[INFO] [stdout] test tools::tests::test_all_definitions_have_names ... ok
[INFO] [stdout] test tools::read_file::tests::test_read_file_with_line_numbers ... ok
[INFO] [stdout] test tools::grep_tool::tests::test_grep_finds_pattern_in_src ... ok
[INFO] [stdout] test tools::tree::tests::test_tree_depth_limits ... ok
[INFO] [stdout] test compression::tests::test_compress_tool_output_with_ansi ... ok
[INFO] [stdout] test tools::grep_tool::tests::test_grep_case_insensitive ... ok
[INFO] [stdout] test tools::write_file::tests::test_write_and_verify ... ok
[INFO] [stdout] test workspace::tests::snapshot_includes_cargo_toml ... ok
[INFO] [stdout] test workspace::tests::snapshot_unreadable_dir_still_has_header ... ok
[INFO] [stdout] test tools::tree::tests::test_tree_shows_src ... ok
[INFO] [stdout] test tools::glob_tool::tests::test_glob_invalid_pattern ... ok
[INFO] [stdout] test tools::edit_file::tests::test_edit_fails_if_not_found ... ok
[INFO] [stdout] test tools::grep_tool::tests::test_grep_invalid_regex ... ok
[INFO] [stdout] test tools::bash::tests::test_bash_captures_stderr ... FAILED
[INFO] [stdout] test tools::edit_file::tests::test_edit_fails_if_ambiguous ... ok
[INFO] [stdout] test tools::read_file::tests::test_read_file_not_found ... ok
[INFO] [stdout] test tools::tests::test_dispatch_unknown_tool ... ok
[INFO] [stdout] test tools::tests::test_dispatch_read_missing_arg ... ok
[INFO] [stdout] test tools::tree::tests::test_tree_nonexistent_path ... ok
[INFO] [stdout] test ollama::client::tests::test_list_models_bad_url_returns_error ... ok
[INFO] [stdout] test ollama::client::tests::test_chat_returns_text_response ... ok
[INFO] [stdout] test ollama::client::tests::test_list_models_returns_vec ... ok
[INFO] [stdout] test ollama::client::tests::test_chat_bad_model_returns_error ... ok
[INFO] [stdout] test tools::bash::tests::test_background_server_is_tracked_and_stoppable ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tools::bash::tests::test_bash_captures_stderr stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tools::bash::tests::test_bash_captures_stderr' (1722) panicked at src/tools/bash.rs:425:13:
[INFO] [stdout] assertion failed: result.contains("error") || result.contains("stderr")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55e330375788 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55e330375788 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55e330375788 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55e330375788 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55e33038e8da - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55e33038e8da - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x55e33037b0c2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x55e33037b0c2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x55e330350b96 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55e330350b96 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55e33036c7f9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55e32fe074ac - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x55e32fe074ac - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55e33036ca72 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x55e33036ca72 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55e330350c84 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x55e330345549 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55e330351c1d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55e33038f11c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55e33038f0e2 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x55e32f9d4a9a - allux[7159dbc7ef8e11c8]::tools::bash::tests::test_bash_captures_stderr::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tools/bash.rs:425:13
[INFO] [stdout]   21:     0x55e32fa0df12 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x55e32fa0df8d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55e32fa6b60d - <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   24:     0x55e32fa6b50b - tokio[b9ae85dff2bb2e38]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x55e32fa6b50b - tokio[b9ae85dff2bb2e38]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x55e32fa6b50b - <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   27:     0x55e32fa58b40 - <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   28:     0x55e32fa6a68d - <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   29:     0x55e32fa69934 - <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   30:     0x55e32fa4dbbb - <tokio[b9ae85dff2bb2e38]::runtime::context::scoped::Scoped<tokio[b9ae85dff2bb2e38]::runtime::scheduler::Context>>::set::<<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x55e32fa39539 - tokio[b9ae85dff2bb2e38]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/context.rs:181:38
[INFO] [stdout]   32:     0x55e32f9c1d62 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[b9ae85dff2bb2e38]::runtime::context::Context>>::try_with::<tokio[b9ae85dff2bb2e38]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   33:     0x55e32f9c18ee - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[b9ae85dff2bb2e38]::runtime::context::Context>>::with::<tokio[b9ae85dff2bb2e38]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   34:     0x55e32fa3923d - tokio[b9ae85dff2bb2e38]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/context.rs:181:17
[INFO] [stdout]   35:     0x55e32fa5b6e0 - <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   36:     0x55e32fa5b9d6 - <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   37:     0x55e32fa690e0 - <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   38:     0x55e32f9a3b03 - tokio[b9ae85dff2bb2e38]::runtime::context::runtime::enter_runtime::<<tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x55e32fa57a01 - <tokio[b9ae85dff2bb2e38]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   40:     0x55e32f9ce174 - <tokio[b9ae85dff2bb2e38]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   41:     0x55e32f9ce33f - <tokio[b9ae85dff2bb2e38]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   42:     0x55e32f9e4161 - allux[7159dbc7ef8e11c8]::tools::bash::tests::test_bash_captures_stderr
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tools/bash.rs:423:9
[INFO] [stdout]   43:     0x55e32f9d4257 - allux[7159dbc7ef8e11c8]::tools::bash::tests::test_bash_captures_stderr::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tools/bash.rs:421:41
[INFO] [stdout]   44:     0x55e32fa40476 - <allux[7159dbc7ef8e11c8]::tools::bash::tests::test_bash_captures_stderr::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x55e32fdfa58b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x55e32fdfa58b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x55e32fe07e05 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x55e32fe07e05 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x55e32fe07e05 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x55e32fe07e05 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x55e32fe07e05 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x55e32fe07e05 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x55e32fe07e05 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x55e32fe01714 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x55e32fe01714 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x55e32fe0ae82 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x55e32fe0ae82 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x55e32fe0ae82 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x55e32fe0ae82 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x55e32fe0ae82 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x55e32fe0ae82 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x55e32fe0ae82 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x55e3303749df - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   64:     0x55e3303749df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   65:     0x7da6833fcaa4 - <unknown>
[INFO] [stdout]   66:     0x7da683489a64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tools::bash::tests::test_bash_captures_stderr
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 78 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.82s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin allux`
[INFO] running `Command { std: "docker" "inspect" "b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee", kill_on_drop: false }`
[INFO] [stdout] b1a6f40f21c07b8502120397cb84dd305cc2668fd067d2bb43b935e17c3de0ee
