[INFO] cloning repository https://github.com/Dragonchu/resumeclaw
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dragonchu/resumeclaw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDragonchu%2Fresumeclaw", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDragonchu%2Fresumeclaw'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2c1ad2eff1f3f351d807a39284e0b5ea7fb73228
[INFO] testing Dragonchu/resumeclaw against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDragonchu%2Fresumeclaw" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dragonchu/resumeclaw
[INFO] finished tweaking git repo https://github.com/Dragonchu/resumeclaw
[INFO] tweaked toml for git repo https://github.com/Dragonchu/resumeclaw written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dragonchu/resumeclaw on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dragonchu/resumeclaw 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 104e5756b1592ae09706f5f9c0fe190aaa5c7c166b07dc1da9bde1c8fcee1de9
[INFO] running `Command { std: "docker" "start" "-a" "104e5756b1592ae09706f5f9c0fe190aaa5c7c166b07dc1da9bde1c8fcee1de9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "104e5756b1592ae09706f5f9c0fe190aaa5c7c166b07dc1da9bde1c8fcee1de9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "104e5756b1592ae09706f5f9c0fe190aaa5c7c166b07dc1da9bde1c8fcee1de9", kill_on_drop: false }`
[INFO] [stdout] 104e5756b1592ae09706f5f9c0fe190aaa5c7c166b07dc1da9bde1c8fcee1de9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 63afcd5f32151d94247d2edcd55278b6a91d7fd498654988c3e6cac93b3d2045
[INFO] running `Command { std: "docker" "start" "-a" "63afcd5f32151d94247d2edcd55278b6a91d7fd498654988c3e6cac93b3d2045", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling stacker v0.1.23
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling serenity v0.11.7
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling email-encoding v0.4.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling typemap_rev v0.1.5
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling quoted_printable v0.5.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling webpki v0.22.4
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr]    Compiling ar_archive_writer v0.5.1
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling psm v0.1.30
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling chumsky v0.9.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tungstenite v0.17.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling async-tungstenite v0.17.2
[INFO] [stderr]    Compiling lettre v0.11.19
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling resumeclaw v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `DEFAULT_TEMPLATE_CANDIDATES` is never used
[INFO] [stdout]   --> src/main.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | const DEFAULT_TEMPLATE_CANDIDATES: &[&str] = &["resume2026.tex", "resume.tex", "resume-zh_CN.tex"];
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `thread_id` is never read
[INFO] [stdout]   --> src/channel/mod.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct OutgoingResponse {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 31 |     pub content: String,
[INFO] [stdout] 32 |     pub thread_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `OutgoingResponse` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_text` is never used
[INFO] [stdout]    --> src/llm/anthropic.rs:204:4
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn extract_text(resp: &AnthropicResponse) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `model` is never read
[INFO] [stdout]   --> src/llm/mock.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct MockProvider {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 30 |     model: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_text` is never used
[INFO] [stdout]    --> src/llm/openai_compat.rs:180:4
[INFO] [stdout]     |
[INFO] [stdout] 180 | fn extract_text(resp: &ApiResponse) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `model_name` and `complete` are never used
[INFO] [stdout]   --> src/llm/provider.rs:7:8
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub trait LlmProvider: Send + Sync {
[INFO] [stdout]    |           ----------- methods in this trait
[INFO] [stdout]  7 |     fn model_name(&self) -> &str;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 10 |     async fn complete(&self, messages: Vec<ChatMessage>) -> Result<String, LlmError>;
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `assistant` is never used
[INFO] [stdout]   --> src/llm/provider.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl ChatMessage {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn assistant(content: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
[INFO] running `Command { std: "docker" "inspect" "63afcd5f32151d94247d2edcd55278b6a91d7fd498654988c3e6cac93b3d2045", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63afcd5f32151d94247d2edcd55278b6a91d7fd498654988c3e6cac93b3d2045", kill_on_drop: false }`
[INFO] [stdout] 63afcd5f32151d94247d2edcd55278b6a91d7fd498654988c3e6cac93b3d2045
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9142f48e1785875cc5864770e9980998a09893780b0ba24cd48999afeab9450d
[INFO] running `Command { std: "docker" "start" "-a" "9142f48e1785875cc5864770e9980998a09893780b0ba24cd48999afeab9450d", kill_on_drop: false }`
[INFO] [stderr]    Compiling resumeclaw v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `DEFAULT_TEMPLATE_CANDIDATES` is never used
[INFO] [stdout]   --> src/main.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | const DEFAULT_TEMPLATE_CANDIDATES: &[&str] = &["resume2026.tex", "resume.tex", "resume-zh_CN.tex"];
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `thread_id` is never read
[INFO] [stdout]   --> src/channel/mod.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct OutgoingResponse {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 31 |     pub content: String,
[INFO] [stdout] 32 |     pub thread_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `OutgoingResponse` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_text` is never used
[INFO] [stdout]    --> src/llm/anthropic.rs:204:4
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn extract_text(resp: &AnthropicResponse) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `model` is never read
[INFO] [stdout]   --> src/llm/mock.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct MockProvider {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 30 |     model: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_text` is never used
[INFO] [stdout]    --> src/llm/openai_compat.rs:180:4
[INFO] [stdout]     |
[INFO] [stdout] 180 | fn extract_text(resp: &ApiResponse) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `model_name` and `complete` are never used
[INFO] [stdout]   --> src/llm/provider.rs:7:8
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub trait LlmProvider: Send + Sync {
[INFO] [stdout]    |           ----------- methods in this trait
[INFO] [stdout]  7 |     fn model_name(&self) -> &str;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 10 |     async fn complete(&self, messages: Vec<ChatMessage>) -> Result<String, LlmError>;
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `assistant` is never used
[INFO] [stdout]   --> src/llm/provider.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl ChatMessage {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn assistant(content: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_TEMPLATE_CANDIDATES` is never used
[INFO] [stdout]   --> src/main.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | const DEFAULT_TEMPLATE_CANDIDATES: &[&str] = &["resume2026.tex", "resume.tex", "resume-zh_CN.tex"];
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `thread_id` is never read
[INFO] [stdout]   --> src/channel/mod.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct OutgoingResponse {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 31 |     pub content: String,
[INFO] [stdout] 32 |     pub thread_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `OutgoingResponse` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_text` is never used
[INFO] [stdout]    --> src/llm/anthropic.rs:204:4
[INFO] [stdout]     |
[INFO] [stdout] 204 | fn extract_text(resp: &AnthropicResponse) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `model` is never read
[INFO] [stdout]   --> src/llm/mock.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct MockProvider {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 30 |     model: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_text` is never used
[INFO] [stdout]    --> src/llm/openai_compat.rs:180:4
[INFO] [stdout]     |
[INFO] [stdout] 180 | fn extract_text(resp: &ApiResponse) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `model_name` and `complete` are never used
[INFO] [stdout]   --> src/llm/provider.rs:7:8
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub trait LlmProvider: Send + Sync {
[INFO] [stdout]    |           ----------- methods in this trait
[INFO] [stdout]  7 |     fn model_name(&self) -> &str;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 10 |     async fn complete(&self, messages: Vec<ChatMessage>) -> Result<String, LlmError>;
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `assistant` is never used
[INFO] [stdout]   --> src/llm/provider.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl ChatMessage {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn assistant(content: impl Into<String>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.97s
[INFO] running `Command { std: "docker" "inspect" "9142f48e1785875cc5864770e9980998a09893780b0ba24cd48999afeab9450d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9142f48e1785875cc5864770e9980998a09893780b0ba24cd48999afeab9450d", kill_on_drop: false }`
[INFO] [stdout] 9142f48e1785875cc5864770e9980998a09893780b0ba24cd48999afeab9450d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8846d81504779cb148bcfe011fb918d6c3ba3f53cea447baf81fca20bdd18985
[INFO] running `Command { std: "docker" "start" "-a" "8846d81504779cb148bcfe011fb918d6c3ba3f53cea447baf81fca20bdd18985", kill_on_drop: false }`
[INFO] [stderr] warning: constant `DEFAULT_TEMPLATE_CANDIDATES` is never used
[INFO] [stderr]   --> src/main.rs:20:7
[INFO] [stderr]    |
[INFO] [stderr] 20 | const DEFAULT_TEMPLATE_CANDIDATES: &[&str] = &["resume2026.tex", "resume.tex", "resume-zh_CN.tex"];
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `thread_id` is never read
[INFO] [stderr]   --> src/channel/mod.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub struct OutgoingResponse {
[INFO] [stderr]    |            ---------------- field in this struct
[INFO] [stderr] 31 |     pub content: String,
[INFO] [stderr] 32 |     pub thread_id: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `OutgoingResponse` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `extract_text` is never used
[INFO] [stderr]    --> src/llm/anthropic.rs:204:4
[INFO] [stderr]     |
[INFO] [stderr] 204 | fn extract_text(resp: &AnthropicResponse) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `model` is never read
[INFO] [stderr]   --> src/llm/mock.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub struct MockProvider {
[INFO] [stderr]    |            ------------ field in this struct
[INFO] [stderr] 30 |     model: String,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `extract_text` is never used
[INFO] [stderr]    --> src/llm/openai_compat.rs:180:4
[INFO] [stderr]     |
[INFO] [stderr] 180 | fn extract_text(resp: &ApiResponse) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `model_name` and `complete` are never used
[INFO] [stderr]   --> src/llm/provider.rs:7:8
[INFO] [stderr]    |
[INFO] [stderr]  6 | pub trait LlmProvider: Send + Sync {
[INFO] [stderr]    |           ----------- methods in this trait
[INFO] [stderr]  7 |     fn model_name(&self) -> &str;
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 10 |     async fn complete(&self, messages: Vec<ChatMessage>) -> Result<String, LlmError>;
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `assistant` is never used
[INFO] [stderr]   --> src/llm/provider.rs:39:12
[INFO] [stderr]    |
[INFO] [stderr] 32 | impl ChatMessage {
[INFO] [stderr]    | ---------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 39 |     pub fn assistant(content: impl Into<String>) -> Self {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `resumeclaw` (bin "resumeclaw") generated 7 warnings
[INFO] [stderr] warning: `resumeclaw` (bin "resumeclaw" test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/resumeclaw-3d1f0e053cf3e40a)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test mailer::tests::smtp_config_requires_allowed_recipients ... ok
[INFO] [stdout] test mailer::tests::smtp_config_uses_starttls_defaults ... ok
[INFO] [stdout] test tools::email::tests::requires_compiled_resume_pdf ... ok
[INFO] [stdout] test mailer::tests::smtp_config_requires_matching_credentials ... ok
[INFO] [stdout] test mailer::tests::default_attachment_points_to_resume_pdf ... ok
[INFO] [stdout] test mailer::tests::smtp_config_uses_security_specific_default_ports ... ok
[INFO] [stdout] test workspace::tests::bundled_english_class_has_font_fallbacks ... ok
[INFO] [stdout] test tools::email::tests::rejects_missing_subject ... ok
[INFO] [stdout] test workspace::tests::copies_requested_template_when_available ... ok
[INFO] [stdout] test workspace::tests::copies_fonts_directory_recursively ... ok
[INFO] [stdout] test workspace::tests::copies_default_english_template ... ok
[INFO] [stdout] test workspace::tests::bundled_chinese_template_support_files_exist ... ok
[INFO] [stdout] test workspace::tests::rejects_template_names_with_paths ... ok
[INFO] [stdout] test workspace::tests::overwrites_existing_top_level_support_files ... ok
[INFO] [stdout] test workspace::tests::treats_any_tex_file_as_a_template ... ok
[INFO] [stdout] test workspace::tests::preferred_defaults_stay_ahead_of_other_tex_templates ... ok
[INFO] [stdout] test workspace::tests::requested_template_is_prioritized_even_for_custom_tex_files ... ok
[INFO] [stdout] test tools::resume::tests::compile_resume_uses_tectonic_and_returns_pdf_attachment ... ok
[INFO] [stdout] test workspace::tests::copies_top_level_support_files ... ok
[INFO] [stdout] test workspace::tests::keeps_existing_resume_tex ... ok
[INFO] [stdout] test workspace::tests::overwrites_existing_fonts_directory_files ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/local_integration.rs (/opt/rustwide/target/debug/deps/local_integration-d38a6e03644b55a3)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test cli_flow_can_run_with_mock_llm_script ... ok
[INFO] [stdout] test cargo_run_dev_mode_supports_listing_and_direct_tool_calls ... ok
[INFO] [stdout] test cargo_run_defaults_to_dev_mock_provider_and_example_template ... ok
[INFO] [stdout] test cargo_run_dev_mode_supports_multiline_write_resume ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8846d81504779cb148bcfe011fb918d6c3ba3f53cea447baf81fca20bdd18985", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8846d81504779cb148bcfe011fb918d6c3ba3f53cea447baf81fca20bdd18985", kill_on_drop: false }`
[INFO] [stdout] 8846d81504779cb148bcfe011fb918d6c3ba3f53cea447baf81fca20bdd18985
