[INFO] cloning repository https://github.com/sai-vishnu-arvind/oac-slack-bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sai-vishnu-arvind/oac-slack-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsai-vishnu-arvind%2Foac-slack-bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsai-vishnu-arvind%2Foac-slack-bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c93f254c7b104e6a904cdd69d6c43b5a1d04529e
[INFO] testing sai-vishnu-arvind/oac-slack-bot 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%2Fsai-vishnu-arvind%2Foac-slack-bot" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sai-vishnu-arvind/oac-slack-bot
[INFO] finished tweaking git repo https://github.com/sai-vishnu-arvind/oac-slack-bot
[INFO] tweaked toml for git repo https://github.com/sai-vishnu-arvind/oac-slack-bot written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sai-vishnu-arvind/oac-slack-bot 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/sai-vishnu-arvind/oac-slack-bot 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 native-tls v0.2.18
[INFO] [stderr]   Downloaded shellexpand v3.1.2
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.40
[INFO] [stderr]   Downloaded zerocopy v0.8.40
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd
[INFO] running `Command { std: "docker" "start" "d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd", 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" "d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd" "/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" "d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd", 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" "d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling shellexpand v3.1.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper v1.8.1
[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 oac-slack-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `req_tool_count`
[INFO] [stdout]    --> src/claude/client.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let req_tool_count = tools.as_ref().map(|t| t.len()).unwrap_or(0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_req_tool_count`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `access_token` is never read
[INFO] [stdout]   --> src/claude/auth.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct AdcFile {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     access_token: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AdcFile` 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: unused import: `client::ClaudeClient`
[INFO] [stdout]  --> src/claude/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use client::ClaudeClient;
[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: `session::SessionStore`
[INFO] [stdout]  --> src/claude/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use session::SessionStore;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ContentBlock`, `MessageContent`, `Message`, `Role`, `StreamEvent`, `ToolCall`, and `Tool`
[INFO] [stdout]  --> src/claude/mod.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use types::{ContentBlock, Message, MessageContent, Role, StreamEvent, Tool, ToolCall};
[INFO] [stdout]   |                 ^^^^^^^^^^^^  ^^^^^^^  ^^^^^^^^^^^^^^  ^^^^  ^^^^^^^^^^^  ^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `GetError`, `PluginRegistry`, and `Plugin`
[INFO] [stdout]  --> src/plugins/mod.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use registry::{Plugin, PluginRegistry, GetError};
[INFO] [stdout]   |                    ^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `router::route`
[INFO] [stdout]  --> src/plugins/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use router::route;
[INFO] [stdout]   |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `executor::execute_plugin`
[INFO] [stdout]  --> src/plugins/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use executor::execute_plugin;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `invoke_plugin_tool`, `list_plugin_commands_tool`, `list_plugins_tool`, and `spawn_agents_tool`
[INFO] [stdout]  --> src/plugins/mod.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use executor::{invoke_plugin_tool, list_plugins_tool, list_plugin_commands_tool, spawn_agents_tool};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req_tool_count`
[INFO] [stdout]    --> src/claude/client.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let req_tool_count = tools.as_ref().map(|t| t.len()).unwrap_or(0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_req_tool_count`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `user` and `question` are never read
[INFO] [stdout]   --> src/metrics.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct BotMessageInfo {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub user: Option<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 20 |     pub question: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BotMessageInfo` 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: field `item_type` is never read
[INFO] [stdout]   --> src/slack/types.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct ReactionItem {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 37 |     #[serde(rename = "type")]
[INFO] [stdout] 38 |     pub item_type: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReactionItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `access_token` is never read
[INFO] [stdout]   --> src/claude/auth.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct AdcFile {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     access_token: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AdcFile` 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 `plugin_name` is never read
[INFO] [stdout]   --> src/claude/session.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Session {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub plugin_name: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Session` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `messages_vec` is never used
[INFO] [stdout]   --> src/claude/session.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl Session {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn messages_vec(&self) -> Vec<Message> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]    --> src/claude/session.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout]  63 | impl SessionStore {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub fn get(&mut self, key: &str) -> Option<&mut Session> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `tool_result` is never used
[INFO] [stdout]   --> src/claude/types.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | impl Message {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn tool_result(tool_use_id: impl Into<String>, content: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `len` and `is_empty` are never used
[INFO] [stdout]    --> src/plugins/registry.rs:161:12
[INFO] [stdout]     |
[INFO] [stdout]  26 | impl PluginRegistry {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 161 |     pub fn len(&self) -> usize {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.23s
[INFO] running `Command { std: "docker" "inspect" "d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd", 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" "d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd" "/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 bitflags v2.11.0
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling oac-slack-bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `req_tool_count`
[INFO] [stdout]    --> src/claude/client.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let req_tool_count = tools.as_ref().map(|t| t.len()).unwrap_or(0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_req_tool_count`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `access_token` is never read
[INFO] [stdout]   --> src/claude/auth.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct AdcFile {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     access_token: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AdcFile` 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: unused variable: `req_tool_count`
[INFO] [stdout]    --> src/claude/client.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let req_tool_count = tools.as_ref().map(|t| t.len()).unwrap_or(0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_req_tool_count`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `access_token` is never read
[INFO] [stdout]   --> src/claude/auth.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct AdcFile {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     access_token: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AdcFile` 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: unused import: `client::ClaudeClient`
[INFO] [stdout]  --> src/claude/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use client::ClaudeClient;
[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: `session::SessionStore`
[INFO] [stdout]  --> src/claude/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use session::SessionStore;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ContentBlock`, `MessageContent`, `Message`, `Role`, `StreamEvent`, `ToolCall`, and `Tool`
[INFO] [stdout]  --> src/claude/mod.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use types::{ContentBlock, Message, MessageContent, Role, StreamEvent, Tool, ToolCall};
[INFO] [stdout]   |                 ^^^^^^^^^^^^  ^^^^^^^  ^^^^^^^^^^^^^^  ^^^^  ^^^^^^^^^^^  ^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `GetError`, `PluginRegistry`, and `Plugin`
[INFO] [stdout]  --> src/plugins/mod.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use registry::{Plugin, PluginRegistry, GetError};
[INFO] [stdout]   |                    ^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `router::route`
[INFO] [stdout]  --> src/plugins/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use router::route;
[INFO] [stdout]   |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `executor::execute_plugin`
[INFO] [stdout]  --> src/plugins/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use executor::execute_plugin;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `invoke_plugin_tool`, `list_plugin_commands_tool`, `list_plugins_tool`, and `spawn_agents_tool`
[INFO] [stdout]  --> src/plugins/mod.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use executor::{invoke_plugin_tool, list_plugins_tool, list_plugin_commands_tool, spawn_agents_tool};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `client::ClaudeClient`
[INFO] [stdout]  --> src/claude/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use client::ClaudeClient;
[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: `session::SessionStore`
[INFO] [stdout]  --> src/claude/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use session::SessionStore;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ContentBlock`, `MessageContent`, `Message`, `Role`, `StreamEvent`, `ToolCall`, and `Tool`
[INFO] [stdout]  --> src/claude/mod.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use types::{ContentBlock, Message, MessageContent, Role, StreamEvent, Tool, ToolCall};
[INFO] [stdout]   |                 ^^^^^^^^^^^^  ^^^^^^^  ^^^^^^^^^^^^^^  ^^^^  ^^^^^^^^^^^  ^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `GetError`, `PluginRegistry`, and `Plugin`
[INFO] [stdout]  --> src/plugins/mod.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use registry::{Plugin, PluginRegistry, GetError};
[INFO] [stdout]   |                    ^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `router::route`
[INFO] [stdout]  --> src/plugins/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use router::route;
[INFO] [stdout]   |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `executor::execute_plugin`
[INFO] [stdout]  --> src/plugins/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use executor::execute_plugin;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `invoke_plugin_tool`, `list_plugin_commands_tool`, `list_plugins_tool`, and `spawn_agents_tool`
[INFO] [stdout]  --> src/plugins/mod.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use executor::{invoke_plugin_tool, list_plugins_tool, list_plugin_commands_tool, spawn_agents_tool};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req_tool_count`
[INFO] [stdout]    --> src/claude/client.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let req_tool_count = tools.as_ref().map(|t| t.len()).unwrap_or(0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_req_tool_count`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `user` and `question` are never read
[INFO] [stdout]   --> src/metrics.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct BotMessageInfo {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub user: Option<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 20 |     pub question: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BotMessageInfo` 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: field `item_type` is never read
[INFO] [stdout]   --> src/slack/types.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct ReactionItem {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 37 |     #[serde(rename = "type")]
[INFO] [stdout] 38 |     pub item_type: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReactionItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `access_token` is never read
[INFO] [stdout]   --> src/claude/auth.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct AdcFile {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     access_token: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AdcFile` 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 `plugin_name` is never read
[INFO] [stdout]   --> src/claude/session.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Session {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub plugin_name: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Session` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `messages_vec` is never used
[INFO] [stdout]   --> src/claude/session.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl Session {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn messages_vec(&self) -> Vec<Message> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]    --> src/claude/session.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout]  63 | impl SessionStore {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub fn get(&mut self, key: &str) -> Option<&mut Session> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `tool_result` is never used
[INFO] [stdout]   --> src/claude/types.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | impl Message {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn tool_result(tool_use_id: impl Into<String>, content: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `len` and `is_empty` are never used
[INFO] [stdout]    --> src/plugins/registry.rs:161:12
[INFO] [stdout]     |
[INFO] [stdout]  26 | impl PluginRegistry {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 161 |     pub fn len(&self) -> usize {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req_tool_count`
[INFO] [stdout]    --> src/claude/client.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let req_tool_count = tools.as_ref().map(|t| t.len()).unwrap_or(0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_req_tool_count`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `user` and `question` are never read
[INFO] [stdout]   --> src/metrics.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct BotMessageInfo {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub user: Option<String>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 20 |     pub question: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BotMessageInfo` 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: field `item_type` is never read
[INFO] [stdout]   --> src/slack/types.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct ReactionItem {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 37 |     #[serde(rename = "type")]
[INFO] [stdout] 38 |     pub item_type: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReactionItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `access_token` is never read
[INFO] [stdout]   --> src/claude/auth.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct AdcFile {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     access_token: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AdcFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `tool_result` is never used
[INFO] [stdout]   --> src/claude/types.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | impl Message {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn tool_result(tool_use_id: impl Into<String>, content: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.68s
[INFO] running `Command { std: "docker" "inspect" "d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd", 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" "d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `req_tool_count`
[INFO] [stderr]    --> src/claude/client.rs:122:13
[INFO] [stderr]     |
[INFO] [stderr] 122 |         let req_tool_count = tools.as_ref().map(|t| t.len()).unwrap_or(0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_req_tool_count`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `access_token` is never read
[INFO] [stderr]   --> src/claude/auth.rs:33:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | struct AdcFile {
[INFO] [stderr]    |        ------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 33 |     access_token: Option<String>,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AdcFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `oac-slack-bot` (lib) generated 2 warnings (run `cargo fix --lib -p oac-slack-bot` to apply 1 suggestion)
[INFO] [stderr] warning: `oac-slack-bot` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: unused import: `client::ClaudeClient`
[INFO] [stderr]  --> src/claude/mod.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub use client::ClaudeClient;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `session::SessionStore`
[INFO] [stderr]  --> src/claude/mod.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub use session::SessionStore;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `ContentBlock`, `MessageContent`, `Message`, `Role`, `StreamEvent`, `ToolCall`, and `Tool`
[INFO] [stderr]  --> src/claude/mod.rs:8:17
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub use types::{ContentBlock, Message, MessageContent, Role, StreamEvent, Tool, ToolCall};
[INFO] [stderr]   |                 ^^^^^^^^^^^^  ^^^^^^^  ^^^^^^^^^^^^^^  ^^^^  ^^^^^^^^^^^  ^^^^  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `GetError`, `PluginRegistry`, and `Plugin`
[INFO] [stderr]  --> src/plugins/mod.rs:5:20
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub use registry::{Plugin, PluginRegistry, GetError};
[INFO] [stderr]   |                    ^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `router::route`
[INFO] [stderr]  --> src/plugins/mod.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub use router::route;
[INFO] [stderr]   |         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `executor::execute_plugin`
[INFO] [stderr]  --> src/plugins/mod.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub use executor::execute_plugin;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `invoke_plugin_tool`, `list_plugin_commands_tool`, `list_plugins_tool`, and `spawn_agents_tool`
[INFO] [stderr]  --> src/plugins/mod.rs:8:20
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub use executor::{invoke_plugin_tool, list_plugins_tool, list_plugin_commands_tool, spawn_agents_tool};
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `user` and `question` are never read
[INFO] [stderr]   --> src/metrics.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub struct BotMessageInfo {
[INFO] [stderr]    |            -------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 19 |     pub user: Option<String>,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 20 |     pub question: String,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `BotMessageInfo` 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: field `item_type` is never read
[INFO] [stderr]   --> src/slack/types.rs:38:9
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub struct ReactionItem {
[INFO] [stderr]    |            ------------ field in this struct
[INFO] [stderr] 37 |     #[serde(rename = "type")]
[INFO] [stderr] 38 |     pub item_type: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ReactionItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `access_token` is never read
[INFO] [stderr]   --> src/claude/auth.rs:33:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | struct AdcFile {
[INFO] [stderr]    |        ------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 33 |     access_token: Option<String>,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AdcFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `plugin_name` is never read
[INFO] [stderr]   --> src/claude/session.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct Session {
[INFO] [stderr]    |            ------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 18 |     pub plugin_name: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Session` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `messages_vec` is never used
[INFO] [stderr]   --> src/claude/session.rs:42:12
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl Session {
[INFO] [stderr]    | ------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 42 |     pub fn messages_vec(&self) -> Vec<Message> {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get` is never used
[INFO] [stderr]    --> src/claude/session.rs:111:12
[INFO] [stderr]     |
[INFO] [stderr]  63 | impl SessionStore {
[INFO] [stderr]     | ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 111 |     pub fn get(&mut self, key: &str) -> Option<&mut Session> {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `tool_result` is never used
[INFO] [stderr]   --> src/claude/types.rs:70:12
[INFO] [stderr]    |
[INFO] [stderr] 55 | impl Message {
[INFO] [stderr]    | ------------ associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 70 |     pub fn tool_result(tool_use_id: impl Into<String>, content: impl Into<String>) -> Self {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `len` and `is_empty` are never used
[INFO] [stderr]    --> src/plugins/registry.rs:161:12
[INFO] [stderr]     |
[INFO] [stderr]  26 | impl PluginRegistry {
[INFO] [stderr]     | ------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 161 |     pub fn len(&self) -> usize {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 165 |     pub fn is_empty(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `oac-slack-bot` (bin "oac-slack-bot") generated 16 warnings (1 duplicate) (run `cargo fix --bin "oac-slack-bot" -p oac-slack-bot` to apply 7 suggestions)
[INFO] [stderr] warning: `oac-slack-bot` (bin "oac-slack-bot" test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/oac_slack_bot-d29d4bde9066cacb)
[INFO] [stdout] 
[INFO] [stdout] running 109 tests
[INFO] [stdout] test claude::session::tests::test_get_or_create_returns_fresh_session ... ok
[INFO] [stdout] test claude::session::tests::test_get_or_create_returns_same_session ... ok
[INFO] [stdout] test claude::session::tests::test_cleanup_removes_stale_sessions ... ok
[INFO] [stdout] test claude::session::tests::test_session_key_channel_no_thread ... ok
[INFO] [stdout] test claude::session::tests::test_session_key_dm ... ok
[INFO] [stdout] test claude::session::tests::test_session_key_thread ... ok
[INFO] [stdout] test metrics::tests::test_format_ms ... ok
[INFO] [stdout] test metrics::tests::test_percentiles_empty ... ok
[INFO] [stdout] test metrics::tests::test_percentiles_normal ... ok
[INFO] [stdout] test metrics::tests::test_percentiles_single ... ok
[INFO] [stdout] test metrics::tests::test_format_number ... ok
[INFO] [stdout] test metrics::tests::test_format_stats_output ... ok
[INFO] [stdout] test metrics::tests::test_record_reaction_negative ... ok
[INFO] [stdout] test metrics::tests::test_record_mention_increments ... ok
[INFO] [stdout] test metrics::tests::test_record_reaction_untracked_message ... ok
[INFO] [stdout] test metrics::tests::test_plugin_call_counting ... ok
[INFO] [stdout] test metrics::tests::test_record_reaction_irrelevant_emoji ... ok
[INFO] [stdout] test plugins::executor::tests::test_list_plugin_commands_tool_schema ... ok
[INFO] [stdout] test plugins::registry::tests::test_derive_fqn_flat ... ok
[INFO] [stdout] test plugins::executor::tests::test_all_four_tools_distinct_names ... ok
[INFO] [stdout] test plugins::registry::tests::test_derive_fqn_nested ... ok
[INFO] [stdout] test plugins::executor::tests::test_invoke_plugin_tool_schema ... ok
[INFO] [stdout] test plugins::executor::tests::test_list_plugins_tool_schema ... ok
[INFO] [stdout] test plugins::registry::tests::test_companion_files_loaded ... ok
[INFO] [stdout] test plugins::registry::tests::test_companion_file_missing_skipped ... ok
[INFO] [stdout] test plugins::executor::tests::test_spawn_agents_tool_schema ... ok
[INFO] [stdout] test metrics::tests::test_record_reaction_positive ... ok
[INFO] [stdout] test plugins::registry::tests::test_companion_files_ordering ... ok
[INFO] [stdout] test plugins::registry::tests::test_extract_frontmatter_list ... ok
[INFO] [stdout] test plugins::registry::tests::test_extract_frontmatter_list_empty ... ok
[INFO] [stdout] test metrics::tests::test_top_n ... ok
[INFO] [stdout] test plugins::registry::tests::test_load_empty_dirs ... ok
[INFO] [stdout] test plugins::registry::tests::test_load_grouped_plugin ... ok
[INFO] [stdout] test plugins::registry::tests::test_derive_fqn_deeply_nested ... ok
[INFO] [stdout] test plugins::registry::tests::test_no_companion_files_backward_compat ... ok
[INFO] [stdout] test plugins::registry::tests::test_get_or_ambiguous ... ok
[INFO] [stdout] test plugins::registry::tests::test_mixed_flat_and_grouped ... ok
[INFO] [stdout] test plugins::registry::tests::test_extract_frontmatter_list_quoted ... ok
[INFO] [stdout] test plugins::registry::tests::test_skip_underscore_plugins ... ok
[INFO] [stdout] test plugins::router::tests::test_route_description_keyword_match ... ok
[INFO] [stdout] test plugins::registry::tests::test_get_group_commands ... ok
[INFO] [stdout] test plugins::registry::tests::test_groups ... ok
[INFO] [stdout] test plugins::registry::tests::test_list_includes_fqn_and_group ... ok
[INFO] [stdout] test plugins::registry::tests::test_load_single_plugin ... ok
[INFO] [stdout] test plugins::registry::tests::test_later_dir_overrides_earlier ... ok
[INFO] [stdout] test plugins::router::tests::test_route_ambiguous_bare_name_no_match ... ok
[INFO] [stdout] test plugins::router::tests::test_route_fqn_force_override ... ok
[INFO] [stdout] test plugins::router::tests::test_route_firing_pattern ... ok
[INFO] [stdout] test plugins::router::tests::test_route_fqn_in_message ... ok
[INFO] [stdout] test plugins::router::tests::test_route_exact_name_match ... ok
[INFO] [stdout] test plugins::router::tests::test_route_firing_pattern_fallback ... ok
[INFO] [stdout] test slack::format::tests::asterisk_list_marker_with_bold ... ok
[INFO] [stdout] test slack::format::tests::blockquote_passthrough ... ok
[INFO] [stdout] test slack::format::tests::blockquote_with_bold ... ok
[INFO] [stdout] test plugins::router::tests::test_route_no_match_returns_none ... ok
[INFO] [stdout] test plugins::router::tests::test_route_fqn_resolves_ambiguity ... ok
[INFO] [stdout] test slack::format::tests::bold_and_italic_in_same_line ... ok
[INFO] [stdout] test slack::format::tests::bold_double_asterisk ... ok
[INFO] [stdout] test slack::format::tests::bold_italic_triple_asterisk ... ok
[INFO] [stdout] test slack::format::tests::deeply_indented_list ... ok
[INFO] [stdout] test slack::format::tests::empty_input ... ok
[INFO] [stdout] test slack::format::tests::empty_bold_markers ... ok
[INFO] [stdout] test slack::format::tests::code_block_preserved ... ok
[INFO] [stdout] test slack::format::tests::heading_h1 ... ok
[INFO] [stdout] test slack::format::tests::bold_markers_inside_table_stripped ... ok
[INFO] [stdout] test slack::format::tests::heading_then_table ... ok
[INFO] [stdout] test slack::format::tests::consecutive_tables_separated_by_blank ... ok
[INFO] [stdout] test slack::format::tests::heading_h3 ... ok
[INFO] [stdout] test slack::format::tests::heading_not_a_heading ... ok
[INFO] [stdout] test slack::format::tests::bold_double_underscore ... ok
[INFO] [stdout] test slack::format::tests::horizontal_rule_asterisks ... ok
[INFO] [stdout] test slack::format::tests::heading_with_inline_formatting ... ok
[INFO] [stdout] test slack::format::tests::image_link ... ok
[INFO] [stdout] test slack::format::tests::horizontal_rule_dashes ... ok
[INFO] [stdout] test slack::format::tests::link_inside_list_item ... ok
[INFO] [stdout] test slack::format::tests::link_with_bold_text ... ok
[INFO] [stdout] test slack::format::tests::bold_inside_list_item ... ok
[INFO] [stdout] test slack::format::tests::inline_code_preserved ... ok
[INFO] [stdout] test slack::format::tests::multi_paragraph ... ok
[INFO] [stdout] test slack::format::tests::link_with_query_params ... ok
[INFO] [stdout] test slack::format::tests::markdown_link ... ok
[INFO] [stdout] test slack::format::tests::multiple_bold_phrases ... ok
[INFO] [stdout] test slack::format::tests::italic_single_asterisk ... ok
[INFO] [stdout] test slack::format::tests::inline_code_next_to_bold ... ok
[INFO] [stdout] test slack::format::tests::multiple_code_blocks ... ok
[INFO] [stdout] test slack::format::tests::nested_list_indentation ... ok
[INFO] [stdout] test slack::format::tests::not_a_table_just_pipes ... ok
[INFO] [stdout] test slack::format::tests::numbered_list_with_bold ... ok
[INFO] [stdout] test slack::format::tests::ordered_list_preserved ... ok
[INFO] [stdout] test slack::format::tests::single_row_table ... ok
[INFO] [stdout] test slack::format::tests::simple_table ... ok
[INFO] [stdout] test slack::format::tests::solo_separator_row ... ok
[INFO] [stdout] test slack::format::tests::unclosed_code_block ... ok
[INFO] [stdout] test slack::format::tests::realistic_claude_output ... ok
[INFO] [stdout] test slack::format::tests::unmatched_bold_marker ... ok
[INFO] [stdout] test slack::format::tests::strikethrough ... ok
[INFO] [stdout] test slack::format::tests::table_inside_code_block_not_converted ... ok
[INFO] [stdout] test slack::format::tests::table_surrounded_by_text ... ok
[INFO] [stdout] test slack::format::tests::unordered_list ... ok
[INFO] [stdout] test slack::format::tests::table_with_empty_cells ... ok
[INFO] [stdout] test slack::format::tests::unmatched_backtick ... ok
[INFO] [stdout] test plugins::executor::tests::test_depth_limit_message ... FAILED
[INFO] [stdout] test claude::session::tests::test_role_serde ... ok
[INFO] [stdout] test plugins::registry::tests::test_parse_frontmatter ... ok
[INFO] [stdout] test plugins::registry::tests::test_no_collision_different_groups ... ok
[INFO] [stdout] test plugins::router::tests::test_route_force_override ... ok
[INFO] [stdout] test slack::format::tests::full_message ... ok
[INFO] [stdout] test slack::format::tests::whitespace_only_line ... ok
[INFO] [stdout] test claude::session::tests::test_session_push_max_50 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- plugins::executor::tests::test_depth_limit_message stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'plugins::executor::tests::test_depth_limit_message' (2589) panicked at src/plugins/executor.rs:484:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 2
[INFO] [stdout]  right: 3
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a94bab1cd8 - 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:     0x55a94bab1cd8 - 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:     0x55a94bab1cd8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a94bab1cd8 - <<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:     0x55a94bac6fca - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a94bac6fca - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x55a94bab6892 - 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:     0x55a94bab6892 - <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:     0x55a94ba8ebd6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a94ba8ebd6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a94baa92f9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a94b97b54c - <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:     0x55a94b97b54c - 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:     0x55a94baa9572 - <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:     0x55a94baa9572 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a94ba8ec92 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55a94ba83bc9 - 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:     0x55a94ba8f9ad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a94bac778c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a94bac7643 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x55a94ba831ca - core[8fb95b77d25ab6c8]::panicking::assert_failed::<u32, u32>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x55a94b8f6c9f - oac_slack_bot[e6e18bc96758f11]::plugins::executor::tests::test_depth_limit_message
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plugins/executor.rs:484:9
[INFO] [stdout]   22:     0x55a94b8f0717 - oac_slack_bot[e6e18bc96758f11]::plugins::executor::tests::test_depth_limit_message::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plugins/executor.rs:483:34
[INFO] [stdout]   23:     0x55a94b96c2b6 - <oac_slack_bot[e6e18bc96758f11]::plugins::executor::tests::test_depth_limit_message::{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]   24:     0x55a94b96e62b - <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]   25:     0x55a94b96e62b - 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]   26:     0x55a94b97bea5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x55a94b97bea5 - <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]   28:     0x55a94b97bea5 - 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]   29:     0x55a94b97bea5 - 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]   30:     0x55a94b97bea5 - 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]   31:     0x55a94b97bea5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x55a94b97bea5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x55a94b9757b4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x55a94b9757b4 - 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]   35:     0x55a94b97ef22 - 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]   36:     0x55a94b97ef22 - <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]   37:     0x55a94b97ef22 - 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]   38:     0x55a94b97ef22 - 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]   39:     0x55a94b97ef22 - 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]   40:     0x55a94b97ef22 - 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]   41:     0x55a94b97ef22 - <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]   42:     0x55a94bab10ef - <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]   43:     0x55a94bab10ef - <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]   44:     0x772f92c1daa4 - <unknown>
[INFO] [stdout]   45:     0x772f92caaa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     plugins::executor::tests::test_depth_limit_message
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 108 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd", kill_on_drop: false }`
[INFO] [stdout] d8306c617d43a99188f8c0142e84bd90bf4a12b70d0ca0c1c109f81fb66219dd
