[INFO] cloning repository https://github.com/Perinban/Clounar
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Perinban/Clounar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPerinban%2FClounar", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPerinban%2FClounar'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0d2bc58b305b7aa804686c915b7b637557b1e359
[INFO] checking Perinban/Clounar against 656a9da186dacaf3bf8f7f7296a825d256cb4ae3 for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPerinban%2FClounar" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Perinban/Clounar
[INFO] finished tweaking git repo https://github.com/Perinban/Clounar
[INFO] tweaked toml for git repo https://github.com/Perinban/Clounar written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Perinban/Clounar on toolchain 656a9da186dacaf3bf8f7f7296a825d256cb4ae3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Perinban/Clounar 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" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded typed-builder-macro v0.21.2
[INFO] [stderr]   Downloaded rquest-util v2.2.1
[INFO] [stderr]   Downloaded webpki-root-certs v0.26.11
[INFO] [stderr]   Downloaded typed-builder v0.21.2
[INFO] [stderr]   Downloaded llm_json v1.0.3
[INFO] [stderr]   Downloaded tokio-boring2 v4.15.15
[INFO] [stderr]   Downloaded rquest v5.1.0
[INFO] [stderr]   Downloaded http2 v0.4.21
[INFO] [stderr]   Downloaded hyper2 v1.5.5
[INFO] [stderr]   Downloaded boring2 v4.15.15
[INFO] [stderr]   Downloaded boring-sys2 v4.15.15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d4df321950986d762c82356e77198a1833bb11947a1e322dd24a7319673cbec2
[INFO] running `Command { std: "docker" "start" "d4df321950986d762c82356e77198a1833bb11947a1e322dd24a7319673cbec2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d4df321950986d762c82356e77198a1833bb11947a1e322dd24a7319673cbec2", 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" "d4df321950986d762c82356e77198a1833bb11947a1e322dd24a7319673cbec2" "/opt/rustwide/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d4df321950986d762c82356e77198a1833bb11947a1e322dd24a7319673cbec2", 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" "d4df321950986d762c82356e77198a1833bb11947a1e322dd24a7319673cbec2" "/opt/rustwide/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking brotli v8.0.2
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking webpki-root-certs v1.0.7
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking linked_hash_set v0.1.6
[INFO] [stderr]     Checking webpki-root-certs v0.26.11
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking antidote v1.0.0
[INFO] [stderr]     Checking lru v0.13.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling fslock v0.2.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling foreign-types-macros v0.2.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]    Compiling typed-builder-macro v0.21.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking typed-builder v0.21.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking llm_json v1.0.3
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking compression-codecs v0.4.38
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking tungstenite v0.26.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking publicsuffix v2.3.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking cookie_store v0.21.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking async-compression v0.4.42
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tokio-tungstenite v0.26.2
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling boring-sys2 v4.15.15
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking http2 v0.4.21
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking hyper2 v1.5.5
[INFO] [stderr]     Checking boring2 v4.15.15
[INFO] [stderr]     Checking tokio-boring2 v4.15.15
[INFO] [stderr]     Checking rquest v5.1.0
[INFO] [stderr]     Checking rquest-util v2.2.1
[INFO] [stderr]     Checking clounar v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: overflow evaluating the requirement `fn(State<AppState>, axum::body::Bytes) -> impl futures::Future<Output = axum::http::Response<axum::body::Body>> {messages}: Handler<(axum_core::extract::private::ViaRequest, State<AppState>, Bytes), _>`
[INFO] [stdout]    --> src/main.rs:131:32
[INFO] [stdout]     |
[INFO] [stdout] 131 |         .route(ROUTE_MESSAGES, post(server::messages::messages))
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = axum::http::Response<axum::body::Body>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of messages::messages()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/server/messages.rs:84:91: 238:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = axum::http::Response<axum::body::Body>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of orchestrator::handle_tool_selection()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/workflow/selection/orchestrator.rs:48:15: 121:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = axum::http::Response<axum::body::Body>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of recovery::graph::retry_empty_graph()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/workflow/recovery/graph.rs:33:15: 160:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = axum::http::Response<axum::body::Body>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of workflow::action::dispatcher::<impl WorkflowAction>::execute()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/workflow/action/dispatcher.rs:13:89: 46:6}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = axum::http::Response<axum::body::Body>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of <ToolHandler as ActionHandler>::execute()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/workflow/action/handlers/tool.rs:196:85: 213:6}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`clounar`)
[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 `fn(State<AppState>, axum::body::Bytes) -> impl futures::Future<Output = axum::http::Response<axum::body::Body>> {messages}: Handler<(axum_core::extract::private::ViaRequest, State<AppState>, Bytes), _>`
[INFO] [stdout]    --> src/main.rs:131:32
[INFO] [stdout]     |
[INFO] [stdout] 131 |         .route(ROUTE_MESSAGES, post(server::messages::messages))
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = axum::http::Response<axum::body::Body>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of messages::messages()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/server/messages.rs:84:91: 238:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = axum::http::Response<axum::body::Body>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of orchestrator::handle_tool_selection()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/workflow/selection/orchestrator.rs:48:15: 121:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = axum::http::Response<axum::body::Body>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of recovery::graph::retry_empty_graph()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/workflow/recovery/graph.rs:33:15: 160:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = axum::http::Response<axum::body::Body>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of workflow::action::dispatcher::<impl WorkflowAction>::execute()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/workflow/action/dispatcher.rs:13:89: 46:6}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = axum::http::Response<axum::body::Body>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of <ToolHandler as ActionHandler>::execute()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/workflow/action/handlers/tool.rs:196:85: 213:6}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`clounar`)
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
[INFO] running `Command { std: "docker" "inspect" "d4df321950986d762c82356e77198a1833bb11947a1e322dd24a7319673cbec2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4df321950986d762c82356e77198a1833bb11947a1e322dd24a7319673cbec2", kill_on_drop: false }`
[INFO] [stdout] d4df321950986d762c82356e77198a1833bb11947a1e322dd24a7319673cbec2
