[INFO] fetching crate wesichain-session 0.3.0...
[INFO] testing wesichain-session-0.3.0 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate wesichain-session 0.3.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate wesichain-session 0.3.0
[INFO] finished tweaking crates.io crate wesichain-session 0.3.0
[INFO] tweaked toml for crates.io crate wesichain-session 0.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wesichain-session 0.3.0 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wesichain-session 0.3.0 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wesichain-core v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1fee5e30fbeb1a5e2080fb4f46e1c1243766c2fb2a747648f5aaf9276abefbec
[INFO] running `Command { std: "docker" "start" "-a" "1fee5e30fbeb1a5e2080fb4f46e1c1243766c2fb2a747648f5aaf9276abefbec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1fee5e30fbeb1a5e2080fb4f46e1c1243766c2fb2a747648f5aaf9276abefbec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fee5e30fbeb1a5e2080fb4f46e1c1243766c2fb2a747648f5aaf9276abefbec", kill_on_drop: false }`
[INFO] [stdout] 1fee5e30fbeb1a5e2080fb4f46e1c1243766c2fb2a747648f5aaf9276abefbec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cac4bed6512d8d139cda502666ca16b1e71aeff128c847d15052fd688584e580
[INFO] running `Command { std: "docker" "start" "-a" "cac4bed6512d8d139cda502666ca16b1e71aeff128c847d15052fd688584e580", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling wesichain-core v0.3.0
[INFO] [stderr]    Compiling wesichain-session v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `TokenUsage`
[INFO] [stdout]   --> src/cost.rs:25:35
[INFO] [stdout]    |
[INFO] [stdout] 25 | use wesichain_core::{LlmResponse, TokenUsage};
[INFO] [stdout]    |                                   ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.00s
[INFO] running `Command { std: "docker" "inspect" "cac4bed6512d8d139cda502666ca16b1e71aeff128c847d15052fd688584e580", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cac4bed6512d8d139cda502666ca16b1e71aeff128c847d15052fd688584e580", kill_on_drop: false }`
[INFO] [stdout] cac4bed6512d8d139cda502666ca16b1e71aeff128c847d15052fd688584e580
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 339cd5b03d074e97a7ca7dee4aadafe0866951d784d8f822a0ae34634a7d7648
[INFO] running `Command { std: "docker" "start" "-a" "339cd5b03d074e97a7ca7dee4aadafe0866951d784d8f822a0ae34634a7d7648", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling wesichain-core v0.3.0
[INFO] [stderr]    Compiling wesichain-session v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `TokenUsage`
[INFO] [stdout]   --> src/cost.rs:25:35
[INFO] [stdout]    |
[INFO] [stdout] 25 | use wesichain_core::{LlmResponse, TokenUsage};
[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: `TokenUsage`
[INFO] [stdout]   --> src/cost.rs:25:35
[INFO] [stdout]    |
[INFO] [stdout] 25 | use wesichain_core::{LlmResponse, TokenUsage};
[INFO] [stdout]    |                                   ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.75s
[INFO] running `Command { std: "docker" "inspect" "339cd5b03d074e97a7ca7dee4aadafe0866951d784d8f822a0ae34634a7d7648", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "339cd5b03d074e97a7ca7dee4aadafe0866951d784d8f822a0ae34634a7d7648", kill_on_drop: false }`
[INFO] [stdout] 339cd5b03d074e97a7ca7dee4aadafe0866951d784d8f822a0ae34634a7d7648
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a9dc68fb7dbee60ffcfd497fdc66ca8c8d89c184f4d1157d7e0b22ece0cbdd1f
[INFO] running `Command { std: "docker" "start" "-a" "a9dc68fb7dbee60ffcfd497fdc66ca8c8d89c184f4d1157d7e0b22ece0cbdd1f", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `TokenUsage`
[INFO] [stderr]   --> src/cost.rs:25:35
[INFO] [stderr]    |
[INFO] [stderr] 25 | use wesichain_core::{LlmResponse, TokenUsage};
[INFO] [stderr]    |                                   ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `wesichain-session` (lib) generated 1 warning (run `cargo fix --lib -p wesichain-session` to apply 1 suggestion)
[INFO] [stderr] warning: `wesichain-session` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wesichain_session-f150a37d7a83ec2e)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test cost::tests::cost_computation_is_correct ... ok
[INFO] [stdout] test cost::tests::summary_accumulates ... ok
[INFO] [stdout] test cost::tests::unknown_model_zero_cost ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests wesichain_session
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 7) ... ignored
[INFO] [stdout] test src/cost.rs - cost (line 8) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a9dc68fb7dbee60ffcfd497fdc66ca8c8d89c184f4d1157d7e0b22ece0cbdd1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9dc68fb7dbee60ffcfd497fdc66ca8c8d89c184f4d1157d7e0b22ece0cbdd1f", kill_on_drop: false }`
[INFO] [stdout] a9dc68fb7dbee60ffcfd497fdc66ca8c8d89c184f4d1157d7e0b22ece0cbdd1f
