[INFO] cloning repository https://github.com/puroai/PudClaw
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/puroai/PudClaw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpuroai%2FPudClaw", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpuroai%2FPudClaw'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 54a65c2f76d7061a142c8fcac5dcad553b283d9a
[INFO] checking puroai/PudClaw against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpuroai%2FPudClaw" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/puroai/PudClaw
[INFO] finished tweaking git repo https://github.com/puroai/PudClaw
[INFO] tweaked toml for git repo https://github.com/puroai/PudClaw written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/puroai/PudClaw on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/puroai/PudClaw 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rmcp-macros v1.2.0
[INFO] [stderr]   Downloaded rmcp v1.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 57567c51cdabad7d4c1eaa5baa8e02fbc743b59ccfe78585bf8f9165e7784825
[INFO] running `Command { std: "docker" "start" "57567c51cdabad7d4c1eaa5baa8e02fbc743b59ccfe78585bf8f9165e7784825", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "57567c51cdabad7d4c1eaa5baa8e02fbc743b59ccfe78585bf8f9165e7784825", 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" "57567c51cdabad7d4c1eaa5baa8e02fbc743b59ccfe78585bf8f9165e7784825" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "57567c51cdabad7d4c1eaa5baa8e02fbc743b59ccfe78585bf8f9165e7784825", 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" "57567c51cdabad7d4c1eaa5baa8e02fbc743b59ccfe78585bf8f9165e7784825" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling rmcp v1.2.0
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling rmcp-macros v1.2.0
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking nix v0.31.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking utils v0.1.0 (/opt/rustwide/workdir/crates/utils)
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]    Compiling aws-lc-sys v0.39.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking sse-stream v0.2.1
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking process-wrap v9.1.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking rusqlite v0.37.0
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking provider v0.1.0 (/opt/rustwide/workdir/crates/provider)
[INFO] [stderr]     Checking opencompany-core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stdout] warning: constant `DEFAULT_CONTEXT_WINDOW_RESERVE_TOKENS` is never used
[INFO] [stdout]   --> crates/core/src/agent.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | const DEFAULT_CONTEXT_WINDOW_RESERVE_TOKENS: usize = 1_024;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_history_chat_messages` is never used
[INFO] [stdout]    --> crates/core/src/agent.rs:504:4
[INFO] [stdout]     |
[INFO] [stdout] 504 | fn build_history_chat_messages(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `available_history_tokens` is never used
[INFO] [stdout]    --> crates/core/src/agent.rs:519:4
[INFO] [stdout]     |
[INFO] [stdout] 519 | fn available_history_tokens(context_window: Option<u32>, latest_input: &str) -> Option<usize> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `trim_history_to_context_window` is never used
[INFO] [stdout]    --> crates/core/src/agent.rs:529:4
[INFO] [stdout]     |
[INFO] [stdout] 529 | fn trim_history_to_context_window<'a>(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `estimate_chat_message_tokens` is never used
[INFO] [stdout]    --> crates/core/src/agent.rs:553:4
[INFO] [stdout]     |
[INFO] [stdout] 553 | fn estimate_chat_message_tokens(message: &ChatMessage) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `estimate_token_count` is never used
[INFO] [stdout]    --> crates/core/src/agent.rs:575:4
[INFO] [stdout]     |
[INFO] [stdout] 575 | fn estimate_token_count(text: &str) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `session_entry_to_chat_message` is never used
[INFO] [stdout]     --> crates/core/src/session.rs:1669:4
[INFO] [stdout]      |
[INFO] [stdout] 1669 | fn session_entry_to_chat_message(entry: &SessionEntry) -> Option<ChatMessage> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking opencompany-extensions v0.1.0 (/opt/rustwide/workdir/crates/extensions)
[INFO] [stderr]     Checking langfuse-sdk v0.1.0 (/opt/rustwide/workdir/crates/langfuse-sdk)
[INFO] [stdout] warning: function `session_entry_to_chat_message` is never used
[INFO] [stdout]     --> crates/core/src/session.rs:1669:4
[INFO] [stdout]      |
[INFO] [stdout] 1669 | fn session_entry_to_chat_message(entry: &SessionEntry) -> Option<ChatMessage> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cli v0.1.0 (/opt/rustwide/workdir/apps/cli)
[INFO] [stderr]     Checking opencompany-tools v0.1.0 (/opt/rustwide/workdir/crates/tools)
[INFO] [stdout] warning: field `config_path` is never read
[INFO] [stdout]   --> apps/cli/src/api.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct RuntimeOptions {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub config_path: Option<PathBuf>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RuntimeOptions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `rusqlite`
[INFO] [stderr]   --> crates/core/Cargo.toml:16:1
[INFO] [stderr]    |
[INFO] [stderr] 16 | rusqlite.workspace = true
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `rusqlite`
[INFO] [stderr] warning: `opencompany-core` (manifest) generated 1 warning
[INFO] [stderr] warning: unused dependency `utils`
[INFO] [stderr]   --> crates/provider/Cargo.toml:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | utils = { path = "../utils" }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `utils`
[INFO] [stderr] warning: `provider` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] running `Command { std: "docker" "inspect" "57567c51cdabad7d4c1eaa5baa8e02fbc743b59ccfe78585bf8f9165e7784825", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57567c51cdabad7d4c1eaa5baa8e02fbc743b59ccfe78585bf8f9165e7784825", kill_on_drop: false }`
[INFO] [stdout] 57567c51cdabad7d4c1eaa5baa8e02fbc743b59ccfe78585bf8f9165e7784825
