[INFO] cloning repository https://github.com/beunwa/gitclaw
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/beunwa/gitclaw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeunwa%2Fgitclaw", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeunwa%2Fgitclaw'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 34556a4fc97be5c825eda351faabdf9ebde2ecc1
[INFO] testing beunwa/gitclaw against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeunwa%2Fgitclaw" "/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/beunwa/gitclaw
[INFO] finished tweaking git repo https://github.com/beunwa/gitclaw
[INFO] tweaked toml for git repo https://github.com/beunwa/gitclaw written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/beunwa/gitclaw 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/beunwa/gitclaw 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] d3876ca92aeb734668844712a86585754c1c250cde708f250576d99509cfc96c
[INFO] running `Command { std: "docker" "start" "-a" "d3876ca92aeb734668844712a86585754c1c250cde708f250576d99509cfc96c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d3876ca92aeb734668844712a86585754c1c250cde708f250576d99509cfc96c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3876ca92aeb734668844712a86585754c1c250cde708f250576d99509cfc96c", kill_on_drop: false }`
[INFO] [stdout] d3876ca92aeb734668844712a86585754c1c250cde708f250576d99509cfc96c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] bb5c5a92d13b077e4d5fe7c7fbcc764f8f89884175bd24e978a679bae0593727
[INFO] running `Command { std: "docker" "start" "-a" "bb5c5a92d13b077e4d5fe7c7fbcc764f8f89884175bd24e978a679bae0593727", kill_on_drop: false }`
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling libsqlite3-sys v0.31.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling http-range-header v0.4.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling askama v0.12.1
[INFO] [stderr]    Compiling rusqlite v0.33.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling askama_axum v0.4.0
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling gitclaw v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `gitlab_url` is never read
[INFO] [stdout]    --> src/dashboard/routes.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 133 | struct AgentTicketsView {
[INFO] [stdout]     |        ---------------- field in this struct
[INFO] [stdout] 134 |     instance: String,
[INFO] [stdout] 135 |     gitlab_url: String,
[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 `webhook_url` is never read
[INFO] [stdout]   --> src/config.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct AgentConfig {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub webhook_url: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AgentConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `max_cost_per_ticket_usd` is never read
[INFO] [stdout]   --> src/config.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct WorkerConfig {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub max_cost_per_ticket_usd: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WorkerConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `labels`, `assignees`, `web_url`, `updated_at`, and `created_at` are never read
[INFO] [stdout]   --> src/gitlab/types.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Issue {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  6 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub labels: Vec<String>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 12 |     pub assignees: Vec<User>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub web_url: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 16 |     pub updated_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 17 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Issue` 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: field `name` is never read
[INFO] [stdout]   --> src/gitlab/types.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct User {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `User` 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: fields `id`, `name`, `default_branch`, `ssh_url_to_repo`, and `http_url_to_repo` are never read
[INFO] [stdout]   --> src/gitlab/types.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct Project {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 39 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 40 |     pub path_with_namespace: String,
[INFO] [stdout] 41 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 42 |     pub default_branch: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 43 |     pub ssh_url_to_repo: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 44 |     pub http_url_to_repo: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Project` 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: fields `id`, `state`, and `web_url` are never read
[INFO] [stdout]   --> src/gitlab/types.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub struct MergeRequest {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 66 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub state: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub web_url: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MergeRequest` 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: fields `action_name`, `state`, and `created_at` are never read
[INFO] [stdout]   --> src/gitlab/types.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub struct Todo {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 82 |     pub id: u64,
[INFO] [stdout] 83 |     pub action_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 87 |     pub state: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Todo` 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: fields `id` and `state` are never read
[INFO] [stdout]    --> src/gitlab/types.rs:95:9
[INFO] [stdout]     |
[INFO] [stdout]  94 | pub struct TodoTarget {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout]  95 |     pub id: u64,
[INFO] [stdout]     |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub state: String,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TodoTarget` 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: fields `id` and `name` are never read
[INFO] [stdout]    --> src/gitlab/types.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct TodoProject {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 105 |     pub id: u64,
[INFO] [stdout]     |         ^^
[INFO] [stdout] 106 |     pub path_with_namespace: String,
[INFO] [stdout] 107 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TodoProject` 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: enum `NotifyEvent` is never used
[INFO] [stdout]  --> src/notify.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum NotifyEvent {
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `event_name`, `issue_key`, and `detail` are never used
[INFO] [stdout]   --> src/notify.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl NotifyEvent {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] 14 |     /// Returns the snake_case event name for the JSON payload.
[INFO] [stdout] 15 |     fn event_name(&self) -> &'static str {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     fn issue_key(&self) -> &str {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     fn detail(&self) -> String {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Notifier` is never constructed
[INFO] [stdout]   --> src/notify.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct Notifier {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `send` are never used
[INFO] [stdout]   --> src/notify.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl Notifier {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 66 |     /// Creates a new Notifier. If `webhook_url` is None, notifications are disabled.
[INFO] [stdout] 67 |     pub fn new(webhook_url: Option<String>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     pub async fn send(&self, event: NotifyEvent) {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StateMetrics` is never constructed
[INFO] [stdout]   --> src/state.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct StateMetrics {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `purge_old_done`, `is_over_budget`, and `compute_metrics` are never used
[INFO] [stdout]    --> src/state.rs:151:12
[INFO] [stdout]     |
[INFO] [stdout]  60 | impl AppState {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn purge_old_done(&mut self, max_age_days: u64) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 |     pub fn is_over_budget(&self, key: &str, max_cost: f64) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub fn compute_metrics(&self) -> StateMetrics {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `project_path` is never read
[INFO] [stdout]   --> src/worker/pool.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct WorkerTask {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 14 |     pub issue_key: String,
[INFO] [stdout] 15 |     pub project_path: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WorkerTask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `conversation_file` is never used
[INFO] [stdout]    --> src/worker/pool.rs:421:8
[INFO] [stdout]     |
[INFO] [stdout] 421 | pub fn conversation_file(session_id: &str) -> std::path::PathBuf {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `subtype` and `model` are never read
[INFO] [stdout]   --> src/worker/sdk_types.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     System {
[INFO] [stdout]    |     ------ fields in this variant
[INFO] [stdout] 11 |         subtype: Option<String>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 12 |         session_id: Option<String>,
[INFO] [stdout] 13 |         model: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SdkMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
[INFO] running `Command { std: "docker" "inspect" "bb5c5a92d13b077e4d5fe7c7fbcc764f8f89884175bd24e978a679bae0593727", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb5c5a92d13b077e4d5fe7c7fbcc764f8f89884175bd24e978a679bae0593727", kill_on_drop: false }`
[INFO] [stdout] bb5c5a92d13b077e4d5fe7c7fbcc764f8f89884175bd24e978a679bae0593727
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 516c8f3ee9a0e9016553643ce61e2b9348f6fb45124f53acfd04d3d134f9884c
[INFO] running `Command { std: "docker" "start" "-a" "516c8f3ee9a0e9016553643ce61e2b9348f6fb45124f53acfd04d3d134f9884c", kill_on_drop: false }`
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling rusqlite v0.33.0
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling gitclaw v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `gitlab_url` is never read
[INFO] [stdout]    --> src/dashboard/routes.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 133 | struct AgentTicketsView {
[INFO] [stdout]     |        ---------------- field in this struct
[INFO] [stdout] 134 |     instance: String,
[INFO] [stdout] 135 |     gitlab_url: String,
[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 `gitlab_url` is never read
[INFO] [stdout]    --> src/dashboard/routes.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 133 | struct AgentTicketsView {
[INFO] [stdout]     |        ---------------- field in this struct
[INFO] [stdout] 134 |     instance: String,
[INFO] [stdout] 135 |     gitlab_url: String,
[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 `webhook_url` is never read
[INFO] [stdout]   --> src/config.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct AgentConfig {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub webhook_url: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AgentConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `max_cost_per_ticket_usd` is never read
[INFO] [stdout]   --> src/config.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct WorkerConfig {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub max_cost_per_ticket_usd: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WorkerConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `labels`, `assignees`, `web_url`, `updated_at`, and `created_at` are never read
[INFO] [stdout]   --> src/gitlab/types.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Issue {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  6 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub labels: Vec<String>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 12 |     pub assignees: Vec<User>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub web_url: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 16 |     pub updated_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 17 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Issue` 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: field `name` is never read
[INFO] [stdout]   --> src/gitlab/types.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct User {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `User` 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: fields `id`, `name`, `default_branch`, `ssh_url_to_repo`, and `http_url_to_repo` are never read
[INFO] [stdout]   --> src/gitlab/types.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct Project {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 39 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 40 |     pub path_with_namespace: String,
[INFO] [stdout] 41 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 42 |     pub default_branch: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 43 |     pub ssh_url_to_repo: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 44 |     pub http_url_to_repo: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Project` 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: fields `id`, `state`, and `web_url` are never read
[INFO] [stdout]   --> src/gitlab/types.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub struct MergeRequest {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 66 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub state: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub web_url: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MergeRequest` 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: fields `action_name`, `state`, and `created_at` are never read
[INFO] [stdout]   --> src/gitlab/types.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub struct Todo {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 82 |     pub id: u64,
[INFO] [stdout] 83 |     pub action_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 87 |     pub state: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Todo` 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: fields `id` and `state` are never read
[INFO] [stdout]    --> src/gitlab/types.rs:95:9
[INFO] [stdout]     |
[INFO] [stdout]  94 | pub struct TodoTarget {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout]  95 |     pub id: u64,
[INFO] [stdout]     |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub state: String,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TodoTarget` 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: fields `id` and `name` are never read
[INFO] [stdout]    --> src/gitlab/types.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct TodoProject {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 105 |     pub id: u64,
[INFO] [stdout]     |         ^^
[INFO] [stdout] 106 |     pub path_with_namespace: String,
[INFO] [stdout] 107 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TodoProject` 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: enum `NotifyEvent` is never used
[INFO] [stdout]  --> src/notify.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum NotifyEvent {
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `event_name`, `issue_key`, and `detail` are never used
[INFO] [stdout]   --> src/notify.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl NotifyEvent {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] 14 |     /// Returns the snake_case event name for the JSON payload.
[INFO] [stdout] 15 |     fn event_name(&self) -> &'static str {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     fn issue_key(&self) -> &str {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     fn detail(&self) -> String {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Notifier` is never constructed
[INFO] [stdout]   --> src/notify.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct Notifier {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `send` are never used
[INFO] [stdout]   --> src/notify.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl Notifier {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 66 |     /// Creates a new Notifier. If `webhook_url` is None, notifications are disabled.
[INFO] [stdout] 67 |     pub fn new(webhook_url: Option<String>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     pub async fn send(&self, event: NotifyEvent) {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StateMetrics` is never constructed
[INFO] [stdout]   --> src/state.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct StateMetrics {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `purge_old_done`, `is_over_budget`, and `compute_metrics` are never used
[INFO] [stdout]    --> src/state.rs:151:12
[INFO] [stdout]     |
[INFO] [stdout]  60 | impl AppState {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn purge_old_done(&mut self, max_age_days: u64) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 |     pub fn is_over_budget(&self, key: &str, max_cost: f64) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub fn compute_metrics(&self) -> StateMetrics {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `project_path` is never read
[INFO] [stdout]   --> src/worker/pool.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct WorkerTask {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 14 |     pub issue_key: String,
[INFO] [stdout] 15 |     pub project_path: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WorkerTask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `conversation_file` is never used
[INFO] [stdout]    --> src/worker/pool.rs:421:8
[INFO] [stdout]     |
[INFO] [stdout] 421 | pub fn conversation_file(session_id: &str) -> std::path::PathBuf {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `subtype` and `model` are never read
[INFO] [stdout]   --> src/worker/sdk_types.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     System {
[INFO] [stdout]    |     ------ fields in this variant
[INFO] [stdout] 11 |         subtype: Option<String>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 12 |         session_id: Option<String>,
[INFO] [stdout] 13 |         model: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SdkMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `webhook_url` is never read
[INFO] [stdout]   --> src/config.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct AgentConfig {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub webhook_url: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AgentConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `max_cost_per_ticket_usd` is never read
[INFO] [stdout]   --> src/config.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct WorkerConfig {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub max_cost_per_ticket_usd: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WorkerConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `labels`, `assignees`, `web_url`, `updated_at`, and `created_at` are never read
[INFO] [stdout]   --> src/gitlab/types.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Issue {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  6 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub labels: Vec<String>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 12 |     pub assignees: Vec<User>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub web_url: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 16 |     pub updated_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 17 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Issue` 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: field `name` is never read
[INFO] [stdout]   --> src/gitlab/types.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct User {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `User` 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: fields `id`, `name`, `default_branch`, `ssh_url_to_repo`, and `http_url_to_repo` are never read
[INFO] [stdout]   --> src/gitlab/types.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct Project {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 39 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 40 |     pub path_with_namespace: String,
[INFO] [stdout] 41 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 42 |     pub default_branch: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 43 |     pub ssh_url_to_repo: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 44 |     pub http_url_to_repo: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Project` 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: fields `id`, `state`, and `web_url` are never read
[INFO] [stdout]   --> src/gitlab/types.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub struct MergeRequest {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 66 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub state: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub web_url: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MergeRequest` 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: fields `action_name`, `state`, and `created_at` are never read
[INFO] [stdout]   --> src/gitlab/types.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub struct Todo {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 82 |     pub id: u64,
[INFO] [stdout] 83 |     pub action_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 87 |     pub state: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Todo` 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: fields `id` and `state` are never read
[INFO] [stdout]    --> src/gitlab/types.rs:95:9
[INFO] [stdout]     |
[INFO] [stdout]  94 | pub struct TodoTarget {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout]  95 |     pub id: u64,
[INFO] [stdout]     |         ^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub state: String,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TodoTarget` 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: fields `id` and `name` are never read
[INFO] [stdout]    --> src/gitlab/types.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct TodoProject {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 105 |     pub id: u64,
[INFO] [stdout]     |         ^^
[INFO] [stdout] 106 |     pub path_with_namespace: String,
[INFO] [stdout] 107 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TodoProject` 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: field `project_path` is never read
[INFO] [stdout]   --> src/worker/pool.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct WorkerTask {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 14 |     pub issue_key: String,
[INFO] [stdout] 15 |     pub project_path: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WorkerTask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `conversation_file` is never used
[INFO] [stdout]    --> src/worker/pool.rs:421:8
[INFO] [stdout]     |
[INFO] [stdout] 421 | pub fn conversation_file(session_id: &str) -> std::path::PathBuf {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `subtype` and `model` are never read
[INFO] [stdout]   --> src/worker/sdk_types.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     System {
[INFO] [stdout]    |     ------ fields in this variant
[INFO] [stdout] 11 |         subtype: Option<String>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 12 |         session_id: Option<String>,
[INFO] [stdout] 13 |         model: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SdkMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 50.74s
[INFO] running `Command { std: "docker" "inspect" "516c8f3ee9a0e9016553643ce61e2b9348f6fb45124f53acfd04d3d134f9884c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "516c8f3ee9a0e9016553643ce61e2b9348f6fb45124f53acfd04d3d134f9884c", kill_on_drop: false }`
[INFO] [stdout] 516c8f3ee9a0e9016553643ce61e2b9348f6fb45124f53acfd04d3d134f9884c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a9a20fe4731fc7922aa36743fcaf12c9127b59af46a486e0e81526a371327757
[INFO] running `Command { std: "docker" "start" "-a" "a9a20fe4731fc7922aa36743fcaf12c9127b59af46a486e0e81526a371327757", kill_on_drop: false }`
[INFO] [stderr] warning: field `gitlab_url` is never read
[INFO] [stderr]    --> src/dashboard/routes.rs:135:5
[INFO] [stderr]     |
[INFO] [stderr] 133 | struct AgentTicketsView {
[INFO] [stderr]     |        ---------------- field in this struct
[INFO] [stderr] 134 |     instance: String,
[INFO] [stderr] 135 |     gitlab_url: String,
[INFO] [stderr]     |     ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `gitclaw` (lib) generated 1 warning
[INFO] [stderr] warning: field `webhook_url` is never read
[INFO] [stderr]   --> src/config.rs:36:9
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub struct AgentConfig {
[INFO] [stderr]    |            ----------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 36 |     pub webhook_url: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AgentConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `max_cost_per_ticket_usd` is never read
[INFO] [stderr]   --> src/config.rs:79:9
[INFO] [stderr]    |
[INFO] [stderr] 68 | pub struct WorkerConfig {
[INFO] [stderr]    |            ------------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 79 |     pub max_cost_per_ticket_usd: Option<f64>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `WorkerConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `id`, `labels`, `assignees`, `web_url`, `updated_at`, and `created_at` are never read
[INFO] [stderr]   --> src/gitlab/types.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr]  5 | pub struct Issue {
[INFO] [stderr]    |            ----- fields in this struct
[INFO] [stderr]  6 |     pub id: u64,
[INFO] [stderr]    |         ^^
[INFO] [stderr] ...
[INFO] [stderr] 11 |     pub labels: Vec<String>,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr] 12 |     pub assignees: Vec<User>,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 15 |     pub web_url: String,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 16 |     pub updated_at: DateTime<Utc>,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr] 17 |     pub created_at: DateTime<Utc>,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Issue` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `name` is never read
[INFO] [stderr]   --> src/gitlab/types.rs:24:9
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub struct User {
[INFO] [stderr]    |            ---- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 24 |     pub name: String,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `User` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `id`, `name`, `default_branch`, `ssh_url_to_repo`, and `http_url_to_repo` are never read
[INFO] [stderr]   --> src/gitlab/types.rs:39:9
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub struct Project {
[INFO] [stderr]    |            ------- fields in this struct
[INFO] [stderr] 39 |     pub id: u64,
[INFO] [stderr]    |         ^^
[INFO] [stderr] 40 |     pub path_with_namespace: String,
[INFO] [stderr] 41 |     pub name: String,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 42 |     pub default_branch: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 43 |     pub ssh_url_to_repo: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 44 |     pub http_url_to_repo: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Project` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `id`, `state`, and `web_url` are never read
[INFO] [stderr]   --> src/gitlab/types.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 65 | pub struct MergeRequest {
[INFO] [stderr]    |            ------------ fields in this struct
[INFO] [stderr] 66 |     pub id: u64,
[INFO] [stderr]    |         ^^
[INFO] [stderr] ...
[INFO] [stderr] 70 |     pub state: String,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 75 |     pub web_url: String,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `MergeRequest` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `action_name`, `state`, and `created_at` are never read
[INFO] [stderr]   --> src/gitlab/types.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 81 | pub struct Todo {
[INFO] [stderr]    |            ---- fields in this struct
[INFO] [stderr] 82 |     pub id: u64,
[INFO] [stderr] 83 |     pub action_name: String,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 87 |     pub state: String,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 90 |     pub created_at: DateTime<Utc>,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Todo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `id` and `state` are never read
[INFO] [stderr]    --> src/gitlab/types.rs:95:9
[INFO] [stderr]     |
[INFO] [stderr]  94 | pub struct TodoTarget {
[INFO] [stderr]     |            ---------- fields in this struct
[INFO] [stderr]  95 |     pub id: u64,
[INFO] [stderr]     |         ^^
[INFO] [stderr] ...
[INFO] [stderr] 100 |     pub state: String,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `TodoTarget` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `id` and `name` are never read
[INFO] [stderr]    --> src/gitlab/types.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 104 | pub struct TodoProject {
[INFO] [stderr]     |            ----------- fields in this struct
[INFO] [stderr] 105 |     pub id: u64,
[INFO] [stderr]     |         ^^
[INFO] [stderr] 106 |     pub path_with_namespace: String,
[INFO] [stderr] 107 |     pub name: String,
[INFO] [stderr]     |         ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `TodoProject` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: enum `NotifyEvent` is never used
[INFO] [stderr]  --> src/notify.rs:5:10
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub enum NotifyEvent {
[INFO] [stderr]   |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `event_name`, `issue_key`, and `detail` are never used
[INFO] [stderr]   --> src/notify.rs:15:8
[INFO] [stderr]    |
[INFO] [stderr] 13 | impl NotifyEvent {
[INFO] [stderr]    | ---------------- methods in this implementation
[INFO] [stderr] 14 |     /// Returns the snake_case event name for the JSON payload.
[INFO] [stderr] 15 |     fn event_name(&self) -> &'static str {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 26 |     fn issue_key(&self) -> &str {
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 37 |     fn detail(&self) -> String {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Notifier` is never constructed
[INFO] [stderr]   --> src/notify.rs:60:12
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub struct Notifier {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new` and `send` are never used
[INFO] [stderr]   --> src/notify.rs:67:12
[INFO] [stderr]    |
[INFO] [stderr] 65 | impl Notifier {
[INFO] [stderr]    | ------------- associated items in this implementation
[INFO] [stderr] 66 |     /// Creates a new Notifier. If `webhook_url` is None, notifications are disabled.
[INFO] [stderr] 67 |     pub fn new(webhook_url: Option<String>) -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 77 |     pub async fn send(&self, event: NotifyEvent) {
[INFO] [stderr]    |                  ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `StateMetrics` is never constructed
[INFO] [stderr]   --> src/state.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct StateMetrics {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `purge_old_done`, `is_over_budget`, and `compute_metrics` are never used
[INFO] [stderr]    --> src/state.rs:151:12
[INFO] [stderr]     |
[INFO] [stderr]  60 | impl AppState {
[INFO] [stderr]     | ------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 151 |     pub fn purge_old_done(&mut self, max_age_days: u64) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 184 |     pub fn is_over_budget(&self, key: &str, max_cost: f64) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 193 |     pub fn compute_metrics(&self) -> StateMetrics {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `project_path` is never read
[INFO] [stderr]   --> src/worker/pool.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub struct WorkerTask {
[INFO] [stderr]    |            ---------- field in this struct
[INFO] [stderr] 14 |     pub issue_key: String,
[INFO] [stderr] 15 |     pub project_path: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `WorkerTask` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `conversation_file` is never used
[INFO] [stderr]    --> src/worker/pool.rs:421:8
[INFO] [stderr]     |
[INFO] [stderr] 421 | pub fn conversation_file(session_id: &str) -> std::path::PathBuf {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `subtype` and `model` are never read
[INFO] [stderr]   --> src/worker/sdk_types.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |     System {
[INFO] [stderr]    |     ------ fields in this variant
[INFO] [stderr] 11 |         subtype: Option<String>,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 12 |         session_id: Option<String>,
[INFO] [stderr] 13 |         model: Option<String>,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `SdkMessage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `gitclaw` (bin "gitclaw") generated 18 warnings
[INFO] [stderr] warning: `gitclaw` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `gitclaw` (bin "gitclaw" test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gitclaw-bd32f1f2b9e3100f)
[INFO] [stdout] 
[INFO] [stdout] running 60 tests
[INFO] [stdout] test config::tests::build_team_info_empty_team ... ok
[INFO] [stdout] test config::tests::build_team_info_includes_description ... ok
[INFO] [stdout] test config::tests::build_team_info_non_empty_team ... ok
[INFO] [stdout] test config::tests::is_bot_username_case_insensitive ... ok
[INFO] [stdout] test config::tests::is_bot_username_does_not_match_human ... ok
[INFO] [stdout] test config::tests::is_user_allowed_case_insensitive ... ok
[INFO] [stdout] test config::tests::is_bot_username_matches_bot ... ok
[INFO] [stdout] test config::tests::is_user_allowed_non_empty_blocks_unlisted ... ok
[INFO] [stdout] test config::tests::is_user_allowed_empty_list_allows_everyone ... ok
[INFO] [stdout] test config::tests::manager_username_all_bots_returns_none ... ok
[INFO] [stdout] test config::tests::manager_username_empty_team_returns_none ... ok
[INFO] [stdout] test config::tests::manager_username_returns_first_human ... ok
[INFO] [stdout] test config::tests::resolve_project_dir_no_match_returns_none ... ok
[INFO] [stdout] test notify::tests::event_name_returns_correct_snake_case ... ok
[INFO] [stdout] test notify::tests::detail_returns_non_empty_with_relevant_info ... ok
[INFO] [stdout] test notify::tests::issue_key_returns_correct_key ... ok
[INFO] [stdout] test config::tests::resolve_project_dir_explicit_mapping_path_missing ... ok
[INFO] [stdout] test state::tests::bot_mention_response_duplicate_does_not_mark_dirty ... ok
[INFO] [stdout] test config::tests::resolve_project_dir_explicit_mapping_found ... ok
[INFO] [stdout] test config::tests::resolve_project_dir_base_dir_fallback ... ok
[INFO] [stdout] test state::tests::bot_mention_response_tracking ... ok
[INFO] [stdout] test state::tests::cleanup_stale_mentions_noop_when_all_tracked ... ok
[INFO] [stdout] test state::tests::cleanup_stale_mentions_removes_untracked ... ok
[INFO] [stdout] test state::tests::compute_metrics_correct_totals ... ok
[INFO] [stdout] test state::tests::get_returns_none_for_unknown_key ... ok
[INFO] [stdout] test state::tests::is_over_budget_false_when_under ... ok
[INFO] [stdout] test state::tests::issue_key_formats_correctly ... ok
[INFO] [stdout] test state::tests::is_over_budget_true_when_over ... ok
[INFO] [stdout] test state::tests::load_returns_new_state_if_file_missing ... ok
[INFO] [stdout] test state::tests::new_creates_empty_state_not_dirty ... ok
[INFO] [stdout] test state::tests::purge_old_done_removes_done_with_no_started_at ... ok
[INFO] [stdout] test state::tests::purge_old_done_removes_old_done_keeps_others ... ok
[INFO] [stdout] test state::tests::is_over_budget_false_for_none_cost ... ok
[INFO] [stdout] test state::tests::remove_noop_does_not_mark_dirty ... ok
[INFO] [stdout] test state::tests::is_over_budget_false_for_unknown_key ... ok
[INFO] [stdout] test state::tests::remove_marks_dirty_and_removes_issue ... ok
[INFO] [stdout] test state::tests::set_marks_dirty_and_get_returns_issue ... ok
[INFO] [stdout] test state::tests::save_skips_write_when_not_dirty ... ok
[INFO] [stdout] test worker::claude_cli::tests::initial_prompt_contains_no_comment_reminder ... ok
[INFO] [stdout] test worker::claude_cli::tests::resume_prompt_contains_no_comment_reminder ... ok
[INFO] [stdout] test worker::claude_cli::tests::sanitize_user_content_escapes_markers ... ok
[INFO] [stdout] test worker::claude_cli::tests::system_rules_contain_result_communication_rule ... ok
[INFO] [stdout] test worker::output_parser::tests::test_parse_error_max_turns ... ok
[INFO] [stdout] test worker::output_parser::tests::test_parse_is_error_flag_overrides_success_subtype ... ok
[INFO] [stdout] test worker::output_parser::tests::test_parse_error_during_execution ... ok
[INFO] [stdout] test worker::output_parser::tests::test_parse_success_no_output ... ok
[INFO] [stdout] test worker::output_parser::tests::test_parse_success_done ... ok
[INFO] [stdout] test worker::output_parser::tests::test_parse_success_with_question ... ok
[INFO] [stdout] test worker::output_parser::tests::test_question_takes_priority_in_text ... ok
[INFO] [stdout] test worker::pool::tests::active_count_zero_initially ... ok
[INFO] [stdout] test worker::pool::tests::can_accept_false_when_max_parallel_zero ... ok
[INFO] [stdout] test state::tests::save_no_tmp_file_remains ... ok
[INFO] [stdout] test state::tests::load_reads_previously_saved_state ... ok
[INFO] [stdout] test worker::pool::tests::can_accept_true_when_under_capacity ... ok
[INFO] [stdout] test worker::pool::tests::cancel_returns_false_for_unknown_key ... ok
[INFO] [stdout] test worker::pool::tests::try_recv_returns_none_when_empty ... ok
[INFO] [stdout] test worker::pool::tests::new_pool_initial_state ... ok
[INFO] [stdout] test state::tests::save_writes_valid_json_when_dirty ... ok
[INFO] [stdout] test notify::tests::notifier_new_with_none ... ok
[INFO] [stdout] test notify::tests::notifier_send_with_none_is_noop ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gitclaw-bac196b364919b59)
[INFO] [stdout] 
[INFO] [stdout] running 60 tests
[INFO] [stdout] test config::tests::build_team_info_empty_team ... ok
[INFO] [stdout] test config::tests::build_team_info_includes_description ... ok
[INFO] [stdout] test config::tests::is_bot_username_case_insensitive ... ok
[INFO] [stdout] test config::tests::build_team_info_non_empty_team ... ok
[INFO] [stdout] test config::tests::is_bot_username_does_not_match_human ... ok
[INFO] [stdout] test config::tests::is_user_allowed_empty_list_allows_everyone ... ok
[INFO] [stdout] test config::tests::is_bot_username_matches_bot ... ok
[INFO] [stdout] test config::tests::is_user_allowed_non_empty_blocks_unlisted ... ok
[INFO] [stdout] test config::tests::manager_username_all_bots_returns_none ... ok
[INFO] [stdout] test config::tests::manager_username_empty_team_returns_none ... ok
[INFO] [stdout] test config::tests::resolve_project_dir_no_match_returns_none ... ok
[INFO] [stdout] test notify::tests::detail_returns_non_empty_with_relevant_info ... ok
[INFO] [stdout] test notify::tests::event_name_returns_correct_snake_case ... ok
[INFO] [stdout] test config::tests::resolve_project_dir_base_dir_fallback ... ok
[INFO] [stdout] test config::tests::resolve_project_dir_explicit_mapping_found ... ok
[INFO] [stdout] test config::tests::resolve_project_dir_explicit_mapping_path_missing ... ok
[INFO] [stdout] test notify::tests::issue_key_returns_correct_key ... ok
[INFO] [stdout] test state::tests::cleanup_stale_mentions_noop_when_all_tracked ... ok
[INFO] [stdout] test state::tests::bot_mention_response_duplicate_does_not_mark_dirty ... ok
[INFO] [stdout] test state::tests::bot_mention_response_tracking ... ok
[INFO] [stdout] test state::tests::cleanup_stale_mentions_removes_untracked ... ok
[INFO] [stdout] test state::tests::get_returns_none_for_unknown_key ... ok
[INFO] [stdout] test config::tests::manager_username_returns_first_human ... ok
[INFO] [stdout] test state::tests::compute_metrics_correct_totals ... ok
[INFO] [stdout] test config::tests::is_user_allowed_case_insensitive ... ok
[INFO] [stdout] test state::tests::is_over_budget_false_for_unknown_key ... ok
[INFO] [stdout] test state::tests::is_over_budget_false_for_none_cost ... ok
[INFO] [stdout] test state::tests::is_over_budget_true_when_over ... ok
[INFO] [stdout] test state::tests::issue_key_formats_correctly ... ok
[INFO] [stdout] test state::tests::purge_old_done_removes_done_with_no_started_at ... ok
[INFO] [stdout] test state::tests::remove_marks_dirty_and_removes_issue ... ok
[INFO] [stdout] test state::tests::remove_noop_does_not_mark_dirty ... ok
[INFO] [stdout] test state::tests::save_no_tmp_file_remains ... ok
[INFO] [stdout] test state::tests::save_skips_write_when_not_dirty ... ok
[INFO] [stdout] test state::tests::new_creates_empty_state_not_dirty ... ok
[INFO] [stdout] test state::tests::purge_old_done_removes_old_done_keeps_others ... ok
[INFO] [stdout] test state::tests::is_over_budget_false_when_under ... ok
[INFO] [stdout] test state::tests::set_marks_dirty_and_get_returns_issue ... ok
[INFO] [stdout] test worker::claude_cli::tests::initial_prompt_contains_no_comment_reminder ... ok
[INFO] [stdout] test worker::claude_cli::tests::resume_prompt_contains_no_comment_reminder ... ok
[INFO] [stdout] test worker::claude_cli::tests::sanitize_user_content_escapes_markers ... ok
[INFO] [stdout] test worker::output_parser::tests::test_parse_error_during_execution ... ok
[INFO] [stdout] test worker::output_parser::tests::test_parse_error_max_turns ... ok
[INFO] [stdout] test worker::output_parser::tests::test_parse_is_error_flag_overrides_success_subtype ... ok
[INFO] [stdout] test worker::claude_cli::tests::system_rules_contain_result_communication_rule ... ok
[INFO] [stdout] test worker::output_parser::tests::test_parse_success_done ... ok
[INFO] [stdout] test worker::output_parser::tests::test_parse_success_with_question ... ok
[INFO] [stdout] test worker::output_parser::tests::test_parse_success_no_output ... ok
[INFO] [stdout] test worker::output_parser::tests::test_question_takes_priority_in_text ... ok
[INFO] [stdout] test worker::pool::tests::active_count_zero_initially ... ok
[INFO] [stdout] test worker::pool::tests::can_accept_false_when_max_parallel_zero ... ok
[INFO] [stdout] test worker::pool::tests::new_pool_initial_state ... ok
[INFO] [stdout] test worker::pool::tests::try_recv_returns_none_when_empty ... ok
[INFO] [stdout] test worker::pool::tests::can_accept_true_when_under_capacity ... ok
[INFO] [stdout] test worker::pool::tests::cancel_returns_false_for_unknown_key ... ok
[INFO] [stdout] test state::tests::save_writes_valid_json_when_dirty ... ok
[INFO] [stdout] test state::tests::load_returns_new_state_if_file_missing ... ok
[INFO] [stdout] test state::tests::load_reads_previously_saved_state ... ok
[INFO] [stdout] test notify::tests::notifier_new_with_none ... ok
[INFO] [stdout] test notify::tests::notifier_send_with_none_is_noop ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/dashboard.rs (/opt/rustwide/target/debug/deps/gitclaw_dashboard-549ff807540c5d99)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/dashboard_auth.rs (/opt/rustwide/target/debug/deps/dashboard_auth-f13410225d5738ef)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test test_cookie_verify_rejects_malformed ... ok
[INFO] [stdout] test test_cookie_verify_rejects_tampered ... ok
[INFO] [stdout] test test_cookie_sign_verify ... ok
[INFO] [stdout] test test_login_page_accessible_without_cookie ... ok
[INFO] [stdout] test test_authenticated_request_succeeds ... ok
[INFO] [stdout] test test_invalid_cookie_redirects ... ok
[INFO] [stdout] test test_login_with_correct_token ... ok
[INFO] [stdout] test test_path_traversal_rejected ... ok
[INFO] [stdout] test test_login_with_wrong_token ... ok
[INFO] [stdout] test test_logout_clears_cookie ... ok
[INFO] [stdout] test test_no_auth_token_skips_auth ... ok
[INFO] [stdout] test test_protected_route_redirects_without_cookie ... ok
[INFO] [stdout] test test_valid_restart_key_accepted ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_valid_restart_key_accepted stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_valid_restart_key_accepted' (153) panicked at tests/dashboard_auth.rs:224:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 500
[INFO] [stdout]  right: 200
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64e1733f6f4a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64e1733f6f4a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64e1733f6f4a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64e1733f6f4a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64e17340d59a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64e17340d59a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x64e1733fc0f2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x64e1733fc0f2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x64e1733d3a3f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64e1733d3a3f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64e1733ee499 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64e173259cec - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x64e173259cec - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x64e1733ee712 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x64e1733ee712 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64e1733d3af8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64e1733cac49 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64e1733d48fd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64e17340dd8c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64e17340dc13 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x64e172ead42e - core[35159d6ffb30e017]::panicking::assert_failed::<http[54ef27842859f4a]::status::StatusCode, http[54ef27842859f4a]::status::StatusCode>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x64e172ebd9e7 - dashboard_auth[d9e8fc227f8d6629]::test_valid_restart_key_accepted::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/dashboard_auth.rs:224:5
[INFO] [stdout]   22:     0x64e172eb51d2 - <core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x64e172eb524d - <core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x64e172eb99cd - <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x64e172eb98cb - tokio[dfd7222202d4d446]::task::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x64e172eb98cb - tokio[dfd7222202d4d446]::task::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x64e172eb98cb - <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x64e172eb6240 - <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::Context>::enter::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x64e172eb8c9d - <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x64e172eb7f94 - <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x64e172ea9e9b - <tokio[dfd7222202d4d446]::runtime::context::scoped::Scoped<tokio[dfd7222202d4d446]::runtime::scheduler::Context>>::set::<<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x64e172eaef09 - tokio[dfd7222202d4d446]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x64e172eab7b2 - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[dfd7222202d4d446]::runtime::context::Context>>::try_with::<tokio[dfd7222202d4d446]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x64e172eab33e - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[dfd7222202d4d446]::runtime::context::Context>>::with::<tokio[dfd7222202d4d446]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x64e172ead56d - tokio[dfd7222202d4d446]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x64e172eb72e0 - <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x64e172eb75d6 - <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x64e172eb7ba0 - <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x64e172eadb93 - tokio[dfd7222202d4d446]::runtime::context::runtime::enter_runtime::<<tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x64e172eb5d71 - <tokio[dfd7222202d4d446]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x64e172ea9a24 - <tokio[dfd7222202d4d446]::runtime::runtime::Runtime>::block_on_inner::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x64e172ea9bef - <tokio[dfd7222202d4d446]::runtime::runtime::Runtime>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x64e172ec0053 - dashboard_auth[d9e8fc227f8d6629]::test_valid_restart_key_accepted
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/dashboard_auth.rs:224:50
[INFO] [stdout]   44:     0x64e172eb9b47 - dashboard_auth[d9e8fc227f8d6629]::test_valid_restart_key_accepted::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/dashboard_auth.rs:209:43
[INFO] [stdout]   45:     0x64e172eb5a46 - <dashboard_auth[d9e8fc227f8d6629]::test_valid_restart_key_accepted::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x64e17324cfcb - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x64e17324cfcb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x64e17325a7bb - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x64e17325a7bb - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x64e17325a7bb - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x64e17325a7bb - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x64e17325a7bb - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x64e17325a7bb - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x64e17325a7bb - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x64e173255194 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x64e173255194 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x64e17325d3c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x64e17325d3c2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x64e17325d3c2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x64e17325d3c2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x64e17325d3c2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x64e17325d3c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x64e17325d3c2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x64e1733f62ff - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   65:     0x64e1733f62ff - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7c69f627caa4 - <unknown>
[INFO] [stdout]   67:     0x7c69f6309a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_valid_restart_key_accepted
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 12 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test dashboard_auth`
[INFO] running `Command { std: "docker" "inspect" "a9a20fe4731fc7922aa36743fcaf12c9127b59af46a486e0e81526a371327757", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9a20fe4731fc7922aa36743fcaf12c9127b59af46a486e0e81526a371327757", kill_on_drop: false }`
[INFO] [stdout] a9a20fe4731fc7922aa36743fcaf12c9127b59af46a486e0e81526a371327757
