[INFO] cloning repository https://github.com/jikanter/eridian-ai
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jikanter/eridian-ai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjikanter%2Feridian-ai", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjikanter%2Feridian-ai'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a01e565d3820aa8b43b17f6e0f5e5f1a75118ef2
[INFO] checking jikanter/eridian-ai against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjikanter%2Feridian-ai" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jikanter/eridian-ai
[INFO] finished tweaking git repo https://github.com/jikanter/eridian-ai
[INFO] tweaked toml for git repo https://github.com/jikanter/eridian-ai written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jikanter/eridian-ai on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jikanter/eridian-ai 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d4dba3487bd9405b836a8bafce6dec85f893094aa0712e6f8e28e2bfc00f28e7
[INFO] running `Command { std: "docker" "start" "d4dba3487bd9405b836a8bafce6dec85f893094aa0712e6f8e28e2bfc00f28e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d4dba3487bd9405b836a8bafce6dec85f893094aa0712e6f8e28e2bfc00f28e7", 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" "d4dba3487bd9405b836a8bafce6dec85f893094aa0712e6f8e28e2bfc00f28e7" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d4dba3487bd9405b836a8bafce6dec85f893094aa0712e6f8e28e2bfc00f28e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d4dba3487bd9405b836a8bafce6dec85f893094aa0712e6f8e28e2bfc00f28e7" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling cc v1.2.28
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling wayland-backend v0.3.10
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling markup5ever v0.12.1
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling wayland-client v0.31.10
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustls v0.23.28
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling web_atoms v0.2.4
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]     Checking os_pipe v1.2.2
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking string_cache v0.9.0
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking dtoa v1.0.10
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]    Compiling stop-words v0.8.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking rustls-webpki v0.103.3
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking webpki-roots v1.0.1
[INFO] [stderr]    Compiling selectors v0.38.0
[INFO] [stderr]     Checking tendril v0.5.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking dyn-clone v1.0.19
[INFO] [stderr]     Checking borrow-or-share v0.2.4
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]    Compiling unicode-general-category v1.1.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking tree_magic_mini v3.1.6
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling html5ever v0.27.0
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling cssparser-macros v0.7.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking markup5ever v0.39.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking string_cache v0.8.9
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking xml5ever v0.18.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking sysctl v0.5.5
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking cssparser v0.37.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking fluent-uri v0.4.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]    Compiling cached_proc_macro v0.24.0
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]     Checking h2 v0.4.11
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling rust-embed-utils v8.7.2
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]     Checking sigchld v0.2.3
[INFO] [stderr]     Checking cpu-time v1.0.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking bytes-utils v0.1.4
[INFO] [stderr]     Checking servo_arc v0.4.3
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking vte v0.14.1
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking micromap v0.3.0
[INFO] [stderr]     Checking cached_proc_macro_types v0.1.1
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]    Compiling rmcp v1.7.0
[INFO] [stderr]     Checking cached v0.55.1
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking plist v1.7.2
[INFO] [stderr]     Checking referencing v0.46.5
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.1
[INFO] [stderr]     Checking aws-smithy-types v1.3.2
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking anndists v0.1.3
[INFO] [stderr]     Checking shared_child v1.1.1
[INFO] [stderr]    Compiling rust-embed-impl v8.7.2
[INFO] [stderr]     Checking wayland-protocols v0.32.8
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking process-wrap v9.0.0
[INFO] [stderr]     Checking fd-lock v4.0.4
[INFO] [stderr]     Checking onig v6.5.1
[INFO] [stderr]     Checking markup5ever_rcdom v0.3.0
[INFO] [stderr]     Checking sse-stream v0.2.1
[INFO] [stderr]    Compiling rmcp-macros v1.7.0
[INFO] [stderr]     Checking html5ever v0.39.0
[INFO] [stderr]     Checking rust-stemmers v1.2.0
[INFO] [stderr]     Checking hyper-util v0.1.14
[INFO] [stderr]     Checking email_address v0.2.9
[INFO] [stderr]     Checking jsonptr v0.7.1
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking fraction v0.15.3
[INFO] [stderr]     Checking fancy-regex v0.18.0
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]     Checking uuid-simd v0.8.0
[INFO] [stderr]     Checking terminal-trx v0.2.6
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking path-dedot v3.1.1
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]     Checking env_home v0.1.0
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking ego-tree v0.11.0
[INFO] [stderr]     Checking roff v1.1.1
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking xterm-color v1.0.1
[INFO] [stderr]     Checking num-cmp v0.1.0
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]     Checking unsafe-libyaml-norway v0.2.15
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]     Checking shared_thread v0.2.0
[INFO] [stderr]     Checking duct v1.1.1
[INFO] [stderr]     Checking scraper v0.27.0
[INFO] [stderr]     Checking jsonschema v0.46.5
[INFO] [stderr]     Checking reedline v0.48.0
[INFO] [stderr]     Checking simplelog v0.12.2
[INFO] [stderr]     Checking terminal-colorsaurus v0.4.8
[INFO] [stderr]     Checking serde_norway v0.9.42
[INFO] [stderr]     Checking clap_mangen v0.2.33
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.8
[INFO] [stderr]     Checking bm25 v2.3.0
[INFO] [stderr]     Checking reqwest-eventsource v0.6.0
[INFO] [stderr]     Checking mmap-rs v0.6.1
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking which v8.0.0
[INFO] [stderr]     Checking path-absolutize v3.1.1
[INFO] [stderr]     Checking syntect v5.3.0
[INFO] [stderr]     Checking hnsw_rs v0.3.2
[INFO] [stderr]     Checking rust-embed v8.7.2
[INFO] [stderr]     Checking wl-clipboard-rs v0.9.2
[INFO] [stderr]     Checking json-patch v4.0.0
[INFO] [stderr]     Checking html_to_markdown v0.1.0
[INFO] [stderr]     Checking aws-smithy-eventstream v0.60.9
[INFO] [stderr]     Checking arboard v3.6.0
[INFO] [stderr]     Checking inquire v0.9.4
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking ansi_colours v1.2.3
[INFO] [stderr]     Checking tokio-graceful v0.2.2
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking os_info v3.12.0
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking eridian-trace v0.1.0 (/opt/rustwide/workdir/crates/eridian-trace)
[INFO] [stderr]     Checking aichat v0.7.4-eridian (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `validate_schema_detailed`
[INFO] [stdout]   --> src/config/mod.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     validate_schema_detailed, validate_schema_traced, KnowledgeBinding, MergeStrategy,
[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: `validate_schema`
[INFO] [stdout]   --> src/main.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     validate_schema, validate_schema_traced, Config, GlobalConfig, Input, Entity, WorkingMode, CODE_ROLE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `validate_schema_detailed`
[INFO] [stdout]   --> src/config/mod.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     validate_schema_detailed, validate_schema_traced, KnowledgeBinding, MergeStrategy,
[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: `validate_schema`
[INFO] [stdout]   --> src/main.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     validate_schema, validate_schema_traced, Config, GlobalConfig, Input, Entity, WorkingMode, CODE_ROLE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<AichatMcpServer as ServerHandler>::call_tool::{opaque#0}<'_> == {async block@src/mcp.rs:163:9: 163:19}`
[INFO] [stdout]    --> src/mcp.rs:161:10
[INFO] [stdout]     |
[INFO] [stdout] 161 |     ) -> impl Future<Output = Result<CallToolResult, ErrorData>> + Send + '_ {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<AichatMcpServer as ServerHandler>::call_tool::{opaque#0}<'_> == _`
[INFO] [stdout]    --> src/mcp.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 | /     fn call_tool(
[INFO] [stdout] 158 | |         &self,
[INFO] [stdout] 159 | |         request: CallToolRequestParams,
[INFO] [stdout] 160 | |         context: RequestContext<RoleServer>,
[INFO] [stdout] 161 | |     ) -> impl Future<Output = Result<CallToolResult, ErrorData>> + Send + '_ {
[INFO] [stdout]     | |____________________________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/mcp.rs:163:9: 163:19}: std::marker::Send`
[INFO] [stdout]    --> src/mcp.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 | /     fn call_tool(
[INFO] [stdout] 158 | |         &self,
[INFO] [stdout] 159 | |         request: CallToolRequestParams,
[INFO] [stdout] 160 | |         context: RequestContext<RoleServer>,
[INFO] [stdout] 161 | |     ) -> impl Future<Output = Result<CallToolResult, ErrorData>> + Send + '_ {
[INFO] [stdout]     | |____________________________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<AichatMcpServer as ServerHandler>::call_tool::{opaque#0}<'_> == {async block@src/mcp.rs:163:9: 163:19}`
[INFO] [stdout]    --> src/mcp.rs:161:10
[INFO] [stdout]     |
[INFO] [stdout] 161 |     ) -> impl Future<Output = Result<CallToolResult, ErrorData>> + Send + '_ {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<AichatMcpServer as ServerHandler>::call_tool::{opaque#0}<'_> == _`
[INFO] [stdout]    --> src/mcp.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 | /     fn call_tool(
[INFO] [stdout] 158 | |         &self,
[INFO] [stdout] 159 | |         request: CallToolRequestParams,
[INFO] [stdout] 160 | |         context: RequestContext<RoleServer>,
[INFO] [stdout] 161 | |     ) -> impl Future<Output = Result<CallToolResult, ErrorData>> + Send + '_ {
[INFO] [stdout]     | |____________________________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/mcp.rs:163:9: 163:19}: std::marker::Send`
[INFO] [stdout]    --> src/mcp.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 | /     fn call_tool(
[INFO] [stdout] 158 | |         &self,
[INFO] [stdout] 159 | |         request: CallToolRequestParams,
[INFO] [stdout] 160 | |         context: RequestContext<RoleServer>,
[INFO] [stdout] 161 | |     ) -> impl Future<Output = Result<CallToolResult, ErrorData>> + Send + '_ {
[INFO] [stdout]     | |____________________________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/serve.rs:731:42: 731:52}: std::marker::Send`
[INFO] [stdout]    --> src/serve.rs:731:29
[INFO] [stdout]     |
[INFO] [stdout] 731 |           let driver_handle = tokio::spawn(async move {
[INFO] [stdout]     |  _____________________________^
[INFO] [stdout] 732 | |             crate::pipe::invoke_role_streaming(
[INFO] [stdout] 733 | |                 &driver_config,
[INFO] [stdout] 734 | |                 &driver_role,
[INFO] [stdout] ...   |
[INFO] [stdout] 739 | |             .await
[INFO] [stdout] 740 | |         });
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/serve.rs:1000:39: 1000:49}: std::marker::Send`
[INFO] [stdout]     --> src/serve.rs:1000:26
[INFO] [stdout]      |
[INFO] [stdout] 1000 |               handles.push(tokio::spawn(async move {
[INFO] [stdout]      |  __________________________^
[INFO] [stdout] 1001 | |                 let _permit = permit_sem.acquire_owned().await.expect("semaphore closed");
[INFO] [stdout] 1002 | |                 let result = match &*tgt {
[INFO] [stdout] 1003 | |                     BatchTarget::Role(r) => {
[INFO] [stdout] ...    |
[INFO] [stdout] 1010 | |                 (i, result)
[INFO] [stdout] 1011 | |             }));
[INFO] [stdout]      | |______________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `TokioExecutor: HttpServerConnExec<impl futures_util::Future<Output = std::result::Result<http::Response<BoxBody<bytes::Bytes, Infallible>>, Error>>, _>`
[INFO] [stdout]    --> src/serve.rs:233:34
[INFO] [stdout]     |
[INFO] [stdout] 233 | ...                   .serve_connection_with_upgrades(stream, hyper_service)
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `hyper_util::server::conn::auto::UpgradeableConnection<'_, TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/serve.rs:229:60: 229:100}, hyper::body::Incoming>, TokioExecutor>: std::future::IntoFuture`
[INFO] [stdout]    --> src/serve.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 | ...                   .await;
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<hyper_util::server::conn::auto::UpgradeableConnection<'_, TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/serve.rs:229:60: 229:100}, hyper::body::Incoming>, TokioExecutor> as std::future::IntoFuture>::IntoFuture == _`
[INFO] [stdout]    --> src/serve.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 | ...                   .await;
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `hyper_util::server::conn::auto::UpgradeableConnection<'_, TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/serve.rs:229:60: 229:100}, hyper::body::Incoming>, TokioExecutor>: futures_util::Future`
[INFO] [stdout]    --> src/serve.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 | ...                   .await;
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<hyper_util::server::conn::auto::UpgradeableConnection<'_, TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/serve.rs:229:60: 229:100}, hyper::body::Incoming>, TokioExecutor> as futures_util::Future>::Output == _`
[INFO] [stdout]    --> src/serve.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 | ...                   .await;
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/serve.rs:228:45: 228:55}: std::marker::Send`
[INFO] [stdout]    --> src/serve.rs:228:34
[INFO] [stdout]     |
[INFO] [stdout] 228 |                         shutdown.spawn_task(async move {
[INFO] [stdout]     |                                  ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `TokioExecutor: HttpServerConnExec<impl futures_util::Future<Output = std::result::Result<http::Response<BoxBody<bytes::Bytes, Infallible>>, Error>>, _>`
[INFO] [stdout]    --> src/serve.rs:232:37
[INFO] [stdout]     |
[INFO] [stdout] 232 |   ...                   let _ = hyper_util::server::conn::auto::Builder::new(TokioExecutor::new())
[INFO] [stdout]     |  _______________________________^
[INFO] [stdout] 233 | | ...                       .serve_connection_with_upgrades(stream, hyper_service)
[INFO] [stdout]     | |________________________________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<hyper_util::server::conn::auto::UpgradeableConnection<'_, TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/serve.rs:229:60: 229:100}, hyper::body::Incoming>, TokioExecutor> as std::future::IntoFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> src/serve.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 | ...                   .await;
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Poll<<hyper_util::server::conn::auto::UpgradeableConnection<'_, TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/serve.rs:229:60: 229:100}, hyper::body::Incoming>, _> as futures_util::Future>::Output> well-formed`
[INFO] [stdout]    --> src/serve.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 | ...                   .await;
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/serve.rs:228:45: 228:55}: std::marker::Send`
[INFO] [stdout]    --> src/serve.rs:228:25
[INFO] [stdout]     |
[INFO] [stdout] 228 | /                         shutdown.spawn_task(async move {
[INFO] [stdout] 229 | |                             let hyper_service = service_fn(move |request: hyper::Request<Incoming>| {
[INFO] [stdout] 230 | |                                 server.clone().handle(request)
[INFO] [stdout] 231 | |                             });
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |                                 .await;
[INFO] [stdout] 235 | |                         });
[INFO] [stdout]     | |__________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/serve.rs:731:42: 731:52}: std::marker::Send`
[INFO] [stdout]    --> src/serve.rs:731:29
[INFO] [stdout]     |
[INFO] [stdout] 731 |           let driver_handle = tokio::spawn(async move {
[INFO] [stdout]     |  _____________________________^
[INFO] [stdout] 732 | |             crate::pipe::invoke_role_streaming(
[INFO] [stdout] 733 | |                 &driver_config,
[INFO] [stdout] 734 | |                 &driver_role,
[INFO] [stdout] ...   |
[INFO] [stdout] 739 | |             .await
[INFO] [stdout] 740 | |         });
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/serve.rs:1000:39: 1000:49}: std::marker::Send`
[INFO] [stdout]     --> src/serve.rs:1000:26
[INFO] [stdout]      |
[INFO] [stdout] 1000 |               handles.push(tokio::spawn(async move {
[INFO] [stdout]      |  __________________________^
[INFO] [stdout] 1001 | |                 let _permit = permit_sem.acquire_owned().await.expect("semaphore closed");
[INFO] [stdout] 1002 | |                 let result = match &*tgt {
[INFO] [stdout] 1003 | |                     BatchTarget::Role(r) => {
[INFO] [stdout] ...    |
[INFO] [stdout] 1010 | |                 (i, result)
[INFO] [stdout] 1011 | |             }));
[INFO] [stdout]      | |______________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `TokioExecutor: HttpServerConnExec<impl futures_util::Future<Output = std::result::Result<http::Response<BoxBody<bytes::Bytes, Infallible>>, Error>>, _>`
[INFO] [stdout]    --> src/serve.rs:233:34
[INFO] [stdout]     |
[INFO] [stdout] 233 | ...                   .serve_connection_with_upgrades(stream, hyper_service)
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `hyper_util::server::conn::auto::UpgradeableConnection<'_, TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/serve.rs:229:60: 229:100}, hyper::body::Incoming>, TokioExecutor>: std::future::IntoFuture`
[INFO] [stdout]    --> src/serve.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 | ...                   .await;
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<hyper_util::server::conn::auto::UpgradeableConnection<'_, TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/serve.rs:229:60: 229:100}, hyper::body::Incoming>, TokioExecutor> as std::future::IntoFuture>::IntoFuture == _`
[INFO] [stdout]    --> src/serve.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 | ...                   .await;
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `hyper_util::server::conn::auto::UpgradeableConnection<'_, TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/serve.rs:229:60: 229:100}, hyper::body::Incoming>, TokioExecutor>: futures_util::Future`
[INFO] [stdout]    --> src/serve.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 | ...                   .await;
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<hyper_util::server::conn::auto::UpgradeableConnection<'_, TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/serve.rs:229:60: 229:100}, hyper::body::Incoming>, TokioExecutor> as futures_util::Future>::Output == _`
[INFO] [stdout]    --> src/serve.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 | ...                   .await;
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/serve.rs:228:45: 228:55}: std::marker::Send`
[INFO] [stdout]    --> src/serve.rs:228:34
[INFO] [stdout]     |
[INFO] [stdout] 228 |                         shutdown.spawn_task(async move {
[INFO] [stdout]     |                                  ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `TokioExecutor: HttpServerConnExec<impl futures_util::Future<Output = std::result::Result<http::Response<BoxBody<bytes::Bytes, Infallible>>, Error>>, _>`
[INFO] [stdout]    --> src/serve.rs:232:37
[INFO] [stdout]     |
[INFO] [stdout] 232 |   ...                   let _ = hyper_util::server::conn::auto::Builder::new(TokioExecutor::new())
[INFO] [stdout]     |  _______________________________^
[INFO] [stdout] 233 | | ...                       .serve_connection_with_upgrades(stream, hyper_service)
[INFO] [stdout]     | |________________________________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<hyper_util::server::conn::auto::UpgradeableConnection<'_, TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/serve.rs:229:60: 229:100}, hyper::body::Incoming>, TokioExecutor> as std::future::IntoFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> src/serve.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 | ...                   .await;
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Poll<<hyper_util::server::conn::auto::UpgradeableConnection<'_, TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/serve.rs:229:60: 229:100}, hyper::body::Incoming>, _> as futures_util::Future>::Output> well-formed`
[INFO] [stdout]    --> src/serve.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 | ...                   .await;
[INFO] [stdout]     |                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/serve.rs:228:45: 228:55}: std::marker::Send`
[INFO] [stdout]    --> src/serve.rs:228:25
[INFO] [stdout]     |
[INFO] [stdout] 228 | /                         shutdown.spawn_task(async move {
[INFO] [stdout] 229 | |                             let hyper_service = service_fn(move |request: hyper::Request<Incoming>| {
[INFO] [stdout] 230 | |                                 server.clone().handle(request)
[INFO] [stdout] 231 | |                             });
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |                                 .await;
[INFO] [stdout] 235 | |                         });
[INFO] [stdout]     | |__________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aichat` (bin "aichat"); 17 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name aichat --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f74acd19513bfdfd -C extra-filename=-f42dbb2b81152f6c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ansi_colours=/opt/rustwide/target/debug/deps/libansi_colours-5bf8a214dd6aed77.rmeta --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-9e60a9f33eb513b3.rmeta --extern arboard=/opt/rustwide/target/debug/deps/libarboard-1da6223e97b4f474.rmeta --extern async_recursion=/opt/rustwide/target/debug/deps/libasync_recursion-f1b91081584e9bd4.so --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-35d5c6b3744ff97b.so --extern aws_smithy_eventstream=/opt/rustwide/target/debug/deps/libaws_smithy_eventstream-82f7d5136839b462.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern bincode=/opt/rustwide/target/debug/deps/libbincode-4265f55a2229a855.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-6914985f0feefff4.rmeta --extern bm25=/opt/rustwide/target/debug/deps/libbm25-39bac641b62fe659.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-c3c82aecfaa31497.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-a84480dff96eadd7.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-f4d833aa25e1344b.rmeta --extern clap_mangen=/opt/rustwide/target/debug/deps/libclap_mangen-43a31a2578dbc638.rmeta --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-8ed4f9b25233785e.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-db9fe12698fe93fc.rmeta --extern duct=/opt/rustwide/target/debug/deps/libduct-f29a076d62750f95.rmeta --extern fancy_regex=/opt/rustwide/target/debug/deps/libfancy_regex-d77df9272933cef8.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-159ac0e051b339fc.rmeta --extern fuzzy_matcher=/opt/rustwide/target/debug/deps/libfuzzy_matcher-9f2663300271d825.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-4852862d92867e36.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-e6bcc06ff1b13103.rmeta --extern hnsw_rs=/opt/rustwide/target/debug/deps/libhnsw_rs-5d1a92f4498ee2fd.rmeta --extern html_to_markdown=/opt/rustwide/target/debug/deps/libhtml_to_markdown-2724a81e5454ccad.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-f25afda0e5509de7.rmeta --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-23c8fbb55c25659f.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-df13f902fad8dd26.rmeta --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-f26939c9e5c7ee72.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-c77fa3dc24a2c8e0.rmeta --extern inquire=/opt/rustwide/target/debug/deps/libinquire-31a1c53897afaac0.rmeta --extern is_terminal=/opt/rustwide/target/debug/deps/libis_terminal-1f7bc26bad91b0e6.rmeta --extern json_patch=/opt/rustwide/target/debug/deps/libjson_patch-d3b4c011aeb353a9.rmeta --extern jsonschema=/opt/rustwide/target/debug/deps/libjsonschema-18a81c1670a092a0.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-9dd860993e8ea465.rmeta --extern nu_ansi_term=/opt/rustwide/target/debug/deps/libnu_ansi_term-11c0e3ef7731332f.rmeta --extern os_info=/opt/rustwide/target/debug/deps/libos_info-1a12287567d8a025.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-196fd109ad5f2243.rmeta --extern path_absolutize=/opt/rustwide/target/debug/deps/libpath_absolutize-394c0562687ab8f2.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-09bd8b735f49d555.rmeta --extern reedline=/opt/rustwide/target/debug/deps/libreedline-a4cd1c194766534a.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-e4cb56d4a7dbc67e.rmeta --extern reqwest_eventsource=/opt/rustwide/target/debug/deps/libreqwest_eventsource-18c8823dc43919aa.rmeta --extern rmcp=/opt/rustwide/target/debug/deps/librmcp-eb00d4304278f966.rmeta --extern rust_embed=/opt/rustwide/target/debug/deps/librust_embed-f4c00f5b156d1f06.rmeta --extern scraper=/opt/rustwide/target/debug/deps/libscraper-357fe7e1d0e138db.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-bd62b90de6221f1d.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-265bbb7967dd4c7d.rmeta --extern serde_norway=/opt/rustwide/target/debug/deps/libserde_norway-53b21c98f8b6c422.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-a2a14660587f3eec.rmeta --extern shell_words=/opt/rustwide/target/debug/deps/libshell_words-2999c215d375848e.rmeta --extern simplelog=/opt/rustwide/target/debug/deps/libsimplelog-3902978f308a52e0.rmeta --extern sse_stream=/opt/rustwide/target/debug/deps/libsse_stream-a0cdc8028637570f.rmeta --extern syntect=/opt/rustwide/target/debug/deps/libsyntect-effdc4f421963682.rmeta --extern sys_locale=/opt/rustwide/target/debug/deps/libsys_locale-1588fe82754e212b.rmeta --extern terminal_colorsaurus=/opt/rustwide/target/debug/deps/libterminal_colorsaurus-ee39c364b166490a.rmeta --extern textwrap=/opt/rustwide/target/debug/deps/libtextwrap-3d7292b93f931c1d.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-9fa27a69e58fbe6e.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f5289aff5fb3109b.rmeta --extern tokio_graceful=/opt/rustwide/target/debug/deps/libtokio_graceful-231ad40461401c23.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-d8ce9182bbb33a4d.rmeta --extern unicode_segmentation=/opt/rustwide/target/debug/deps/libunicode_segmentation-2e434796dea6b7f0.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-ae8720591b31333d.rmeta --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-ce62b83da7096e72.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-85f9188d4225c028.rmeta --extern which=/opt/rustwide/target/debug/deps/libwhich-40d438aa863fff71.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-e40c55d57c4db4fb/out -L native=/opt/rustwide/target/debug/build/onig_sys-b5a6532b7d9c6e9a/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@src/config/mod.rs:3658:1: 3658:36}>>: CoerceUnsized<Pin<Box<dyn futures_util::Future<Output = std::result::Result<(), Error>> + std::marker::Send>>>`
[INFO] [stdout]     --> src/config/mod.rs:3658:1
[INFO] [stdout]      |
[INFO] [stdout] 3658 | #[async_recursion::async_recursion]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]      = note: this warning originates in the attribute macro `async_recursion::async_recursion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@src/pipe.rs:1999:14: 1999:24}>>: CoerceUnsized<Pin<Box<dyn futures_util::Future<Output = std::result::Result<_, Error>> + std::marker::Send>>>`
[INFO] [stdout]     --> src/pipe.rs:1999:5
[INFO] [stdout]      |
[INFO] [stdout] 1999 | /     Box::pin(async move {
[INFO] [stdout] 2000 | |         match node {
[INFO] [stdout] 2001 | |             PipelineNode::Stage(s) => {
[INFO] [stdout] 2002 | |                 let stage = PipelineStage {
[INFO] [stdout] ...    |
[INFO] [stdout] 2065 | |     })
[INFO] [stdout]      | |______^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@src/repl/mod.rs:773:1: 773:36}>>: CoerceUnsized<Pin<Box<dyn futures_util::Future<Output = std::result::Result<(), Error>> + std::marker::Send>>>`
[INFO] [stdout]    --> src/repl/mod.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | #[async_recursion::async_recursion]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: this warning originates in the attribute macro `async_recursion::async_recursion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@src/main.rs:1011:1: 1011:36}>>: CoerceUnsized<Pin<Box<dyn futures_util::Future<Output = std::result::Result<(), Error>> + std::marker::Send>>>`
[INFO] [stdout]     --> src/main.rs:1011:1
[INFO] [stdout]      |
[INFO] [stdout] 1011 | #[async_recursion::async_recursion]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]      = note: this warning originates in the attribute macro `async_recursion::async_recursion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@src/main.rs:1341:1: 1341:36}>>: CoerceUnsized<Pin<Box<dyn futures_util::Future<Output = std::result::Result<(), Error>> + std::marker::Send>>>`
[INFO] [stdout]     --> src/main.rs:1341:1
[INFO] [stdout]      |
[INFO] [stdout] 1341 | #[async_recursion::async_recursion]
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aichat`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]      = note: this warning originates in the attribute macro `async_recursion::async_recursion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `put` are never used
[INFO] [stdout]    --> src/cache.rs:142:12
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl CacheManager {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] 142 |     pub fn new(dir: PathBuf, ttl: Duration) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |     pub fn put(&mut self, key: &str, value: &str) -> std::io::Result<()> {
[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 `extensions_config` is never used
[INFO] [stdout]   --> src/client/common.rs:58:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub trait Client: Sync + Send {
[INFO] [stdout]    |           ------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 58 |     fn extensions_config(&self) -> Option<&Value> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `patch_mut` is never used
[INFO] [stdout]    --> src/client/model.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout]  30 | impl Model {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn patch_mut(&mut self) -> &mut Option<Value> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `resolve_entity` and `find_roles_by_port` are never used
[INFO] [stdout]     --> src/config/mod.rs:1674:12
[INFO] [stdout]      |
[INFO] [stdout]  708 | impl Config {
[INFO] [stdout]      | ----------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1674 |     pub fn resolve_entity(&self, input: &str) -> Result<EntityRef> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1871 |     pub fn find_roles_by_port(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `discover` is never used
[INFO] [stdout]   --> src/config/remote.rs:81:14
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub async fn discover(client: &Client, target: &ResolvedRemote) -> Result<RolePublicView> {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `RoleResolver` is never used
[INFO] [stdout]    --> src/config/resolver.rs:167:11
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub trait RoleResolver {
[INFO] [stdout]     |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `pipeline_merge_roles` is never used
[INFO] [stdout]     --> src/config/role.rs:2219:12
[INFO] [stdout]      |
[INFO] [stdout] 1713 | impl Role {
[INFO] [stdout]      | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 2219 |     pub fn pipeline_merge_roles(&self) -> Vec<String> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_command_with_stderr` is never used
[INFO] [stdout]   --> src/utils/command.rs:95:8
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn run_command_with_stderr<T: AsRef<OsStr>>(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d4dba3487bd9405b836a8bafce6dec85f893094aa0712e6f8e28e2bfc00f28e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4dba3487bd9405b836a8bafce6dec85f893094aa0712e6f8e28e2bfc00f28e7", kill_on_drop: false }`
[INFO] [stdout] d4dba3487bd9405b836a8bafce6dec85f893094aa0712e6f8e28e2bfc00f28e7
