[INFO] cloning repository https://github.com/hqwuzhaoyi/code-agent-monitor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hqwuzhaoyi/code-agent-monitor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhqwuzhaoyi%2Fcode-agent-monitor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhqwuzhaoyi%2Fcode-agent-monitor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 684b5c6bf750aea4f174ae1c3955586c9471b198
[INFO] testing hqwuzhaoyi/code-agent-monitor against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhqwuzhaoyi%2Fcode-agent-monitor" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hqwuzhaoyi/code-agent-monitor
[INFO] finished tweaking git repo https://github.com/hqwuzhaoyi/code-agent-monitor
[INFO] tweaked toml for git repo https://github.com/hqwuzhaoyi/code-agent-monitor written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hqwuzhaoyi/code-agent-monitor on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hqwuzhaoyi/code-agent-monitor 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" "+beta-2026-03-05" "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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b48da14881b14b7081069af7c89e38bdcc16f51e84fcca2ce34ca0ef15387d69
[INFO] running `Command { std: "docker" "start" "-a" "b48da14881b14b7081069af7c89e38bdcc16f51e84fcca2ce34ca0ef15387d69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b48da14881b14b7081069af7c89e38bdcc16f51e84fcca2ce34ca0ef15387d69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b48da14881b14b7081069af7c89e38bdcc16f51e84fcca2ce34ca0ef15387d69", kill_on_drop: false }`
[INFO] [stdout] b48da14881b14b7081069af7c89e38bdcc16f51e84fcca2ce34ca0ef15387d69
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1b9dfdf2f566dcbce9b1032ab857fd2813f228949cca2396041a753aaf0ab77e
[INFO] running `Command { std: "docker" "start" "-a" "1b9dfdf2f566dcbce9b1032ab857fd2813f228949cca2396041a753aaf0ab77e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling zmij v1.0.18
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling clap_builder v4.5.56
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[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 tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling sysinfo v0.31.4
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling clap v4.5.56
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling ratatui v0.28.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling code-agent-monitor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `anyhow::Result`
[INFO] [stdout]   --> src/agent_mod/adapter/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use anyhow::Result;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_agent_command` is never used
[INFO] [stdout]    --> src/agent_mod/manager.rs:301:8
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl AgentManager {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 301 |     fn get_agent_command(&self, agent_type: &AgentType, resume_session: Option<&str>) -> 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 `custom_state_path` is never read
[INFO] [stdout]   --> src/notification/deduplicator.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct NotificationDeduplicator {
[INFO] [stdout]    |            ------------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 62 |     custom_state_path: Option<PathBuf>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
[INFO] running `Command { std: "docker" "inspect" "1b9dfdf2f566dcbce9b1032ab857fd2813f228949cca2396041a753aaf0ab77e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b9dfdf2f566dcbce9b1032ab857fd2813f228949cca2396041a753aaf0ab77e", kill_on_drop: false }`
[INFO] [stdout] 1b9dfdf2f566dcbce9b1032ab857fd2813f228949cca2396041a753aaf0ab77e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88cda862a53114cd14d0e4cf8c1c5952eb03cf524064082f525509d2e6169fa3
[INFO] running `Command { std: "docker" "start" "-a" "88cda862a53114cd14d0e4cf8c1c5952eb03cf524064082f525509d2e6169fa3", kill_on_drop: false }`
[INFO] [stderr]    Compiling code-agent-monitor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `anyhow::Result`
[INFO] [stdout]   --> src/agent_mod/adapter/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use anyhow::Result;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_agent_command` is never used
[INFO] [stdout]    --> src/agent_mod/manager.rs:301:8
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl AgentManager {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 301 |     fn get_agent_command(&self, agent_type: &AgentType, resume_session: Option<&str>) -> 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 `custom_state_path` is never read
[INFO] [stdout]   --> src/notification/deduplicator.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct NotificationDeduplicator {
[INFO] [stdout]    |            ------------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 62 |     custom_state_path: Option<PathBuf>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> tests/integration_test.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcRgRxGV/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libcode_agent_monitor-e75220e18069a967,libwhich-d5405744e6547f28,libenv_home-2bdd09637334512a,libdirs-c155e9e59ba64789,libdirs_sys-46fb4fa430eb4a55,liboption_ext-61303ef911796993,libratatui-fe61deb488ed339d,libunicode_truncate-22206df934a135f0,liblru-3af40d5519ef5719,libhashbrown-621f4a290160b487,libfoldhash-07f233db1c671507,liballocator_api2-8d9c1e895dea53bd,libcassowary-12d00e585f48d567,libitertools-dcbae72c1778dec3,libcompact_str-00e6558215ebe6bc,libstatic_assertions-f0217ecdd817a834,libcastaway-e04a9b7886ef0139,libunicode_segmentation-421de088ab714999,libunicode_width-b1bc0d6c10c00ecc,libstrum-d4b26e46e543ac0b,libcrossterm-984ee8ef3db46d5e,librustix-e7debde258f97c65,liblinux_raw_sys-e0d87a58652c2b0b,libsignal_hook_mio-e6fd21a596e741ac,libsignal_hook-54d464312c977dd9,libreqwest-dc8e56c4ddab1c4d,librustls_pemfile-30aaf682314043cb,libhyper_tls-eed76edca5439f42,libbase64-13144a1f1e192158,libipnet-a38805d99c19843f,libtokio_native_tls-b2f416633d49bd40,libserde_urlencoded-bf9a10c587d0f2e6,libryu-25f59e4cd0d23219,libmime-0188e0814ca7ddbf,libencoding_rs-c7a67ac351c2b19f,libnative_tls-3a2fe71420fb95c7,libopenssl_probe-2c6d21a9709cae46,libopenssl-3bbb67481ed97012,libforeign_types-4fe1886d5d9265b9,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-43e50a2482a8d329,libhyper-29cd0753b9796951,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libsocket2-838f35a805bfad85,libhttparse-8c9b827b8f345444,libh2-adf63578b0c6afb4,libindexmap-f006485b143d2676,libequivalent-6a754676e6af62ae,libhashbrown-25abce2d85979e8d,libtokio_util-fc48f47ef28a07cc,libfutures_sink-ae1eb2d060de53a2,libtower_service-3fb88d28c2218805,libfutures_channel-0897301d97903da3,libsync_wrapper-b5d3a794a1e9deea,libhttp_body-5b4c2cb792fd5230,libfutures_util-727ed111541be195,libfutures_io-59d0071c9258d69f,libslab-0582d648e59ab406,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,libfutures_core-3b920243fce8fec0,liburl-62d71789eccff745,libidna-00ea14da8f195e90,libutf8_iter-51566bbad89f3a68,libidna_adapter-cc346a7d5cb86e3b,libicu_properties-9e783979a4ed6b22,libicu_properties_data-b217809bf575558a,libicu_normalizer-3b0bedb96e1bcb9f,libicu_normalizer_data-ab8997d7cbbb3306,libicu_collections-f4e4b27b282bf2ea,libpotential_utf-d49ac0295d644830,libicu_provider-1f076e8705134fa0,libicu_locale_core-a0bd9ea29639d79d,libtinystr-398a451cf06f7a7d,liblitemap-cd9b5b2aa04e2018,libwriteable-4f74a67d38fff78e,libzerovec-c9439729e2c87f42,libzerotrie-20f438aceb326c6d,libyoke-c0bb06f8550416fb,libstable_deref_trait-63cbf3f3d3f94e56,libzerofrom-78de73a1db4e9ec5,libform_urlencoded-58b0f0edb59b40d2,libpercent_encoding-fa055ecaa1e57cfa,libhttp-fffc47198b88a73f,libfnv-79e2cbfbe03dcd16,libtokio-3eeee4f828f8e521,libsignal_hook_registry-cddd50aee5c69024,liberrno-c497d64a4571af83,libsocket2-1aadc0729249d3be,libbytes-3529dc27cc7678fe,libmio-4ac877e091287ab5,liblog-b262261d47bd2eba,libparking_lot-e45469444b822e00,libparking_lot_core-5e997d9424f63dbf,libsmallvec-3281308869c19c4b,liblock_api-16d46fed645f7bff,libscopeguard-7ec2214574194454,libsysinfo-c89a144df6830125,librayon-f975eef0b784dd9c,librayon_core-e986c1d1845fe6c3,libcrossbeam_deque-e71c6317821167fb,libcrossbeam_epoch-5fdcd5978a9f0010,libcrossbeam_utils-f696a08ab1e94e7a,libeither-971932073343a62d,libserde_json-050e8ea1fd0821dc,libitoa-f3a70a1441f7f89b,libzmij-6ea76cb949df0b83,libdialoguer-1ca5080c5a4ed046,libshell_words-d186b621774bbdb4,libtempfile-4d10f304bca4e256,libgetrandom-0baa87726cbcc5d3,libcfg_if-83060ec5685761ae,libfastrand-751bcde24b8aa073,librustix-bcbc58348a6e2b95,libbitflags-9362e66b8880981a,liblinux_raw_sys-7c0af75954695899,libzeroize-7f213bea776ca5b6,libthiserror-8a86cca5b77c02eb,libconsole-cbb3786a5f077c22,libunicode_width-c0be3735b741df1b,libclap-7bc28d00f895c301,libclap_builder-30b03719c780a97c,libstrsim-4d1ed08a123238dc,libanstream-8abea42649d55d0c,libanstyle_query-635080b1d6343734,libis_terminal_polyfill-3ca4268cb2568267,libcolorchoice-8e2615b3451b028d,libanstyle_parse-2b179629a907e4e4,libutf8parse-92d0158219063202,libclap_lex-3d90c62a36aac03c,libanstyle-fe219cdab7346aa5,libfs2-aac6263e0eff88e8,liblibc-11f5a30dc24875fb,libtracing-7f0cfbc2cf80e4a6,libpin_project_lite-72bf04572caa1c84,libtracing_core-4cc82aeb094c2c39,libonce_cell-e9252a7b5119f3eb,libchrono-3aca3302ba711fd3,libiana_time_zone-bcd81aefedc374a6,libnum_traits-3a2b08a4728dfda7,libregex-e1efcc34bb1ecb85,libregex_automata-5f6c4e4a9d8b7ff1,libaho_corasick-61cf93dc53dd0bf8,libmemchr-9be7e24c0cc6f173,libregex_syntax-21c69862a9074e56,libanyhow-4342eda19ce54c8e,libserde-ffeaf1421f80d7b3,libserde_core-2c928ee17a7447a4}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcRgRxGV/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/e2e-c37f8ded0f646899" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `code-agent-monitor` (test "e2e") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `anyhow::Result`
[INFO] [stdout]   --> src/agent_mod/adapter/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use anyhow::Result;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtomicBool` and `Ordering`
[INFO] [stdout]    --> src/team/inbox_watcher.rs:549:33
[INFO] [stdout]     |
[INFO] [stdout] 549 |         use std::sync::atomic::{AtomicBool, Ordering};
[INFO] [stdout]     |                                 ^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]    --> src/team/inbox_watcher.rs:550:13
[INFO] [stdout]     |
[INFO] [stdout] 550 |         use std::sync::Arc;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]    --> src/team/inbox_watcher.rs:551:13
[INFO] [stdout]     |
[INFO] [stdout] 551 |         use std::thread;
[INFO] [stdout]     |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]    --> src/team/inbox_watcher.rs:598:13
[INFO] [stdout]     |
[INFO] [stdout] 598 |         use std::thread;
[INFO] [stdout]     |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]    --> src/team/inbox_watcher.rs:599:13
[INFO] [stdout]     |
[INFO] [stdout] 599 |         use std::time::Duration;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc9s4jDS/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libcode_agent_monitor-e75220e18069a967,libwhich-d5405744e6547f28,libenv_home-2bdd09637334512a,libdirs-c155e9e59ba64789,libdirs_sys-46fb4fa430eb4a55,liboption_ext-61303ef911796993,libratatui-fe61deb488ed339d,libunicode_truncate-22206df934a135f0,liblru-3af40d5519ef5719,libhashbrown-621f4a290160b487,libfoldhash-07f233db1c671507,liballocator_api2-8d9c1e895dea53bd,libcassowary-12d00e585f48d567,libitertools-dcbae72c1778dec3,libcompact_str-00e6558215ebe6bc,libstatic_assertions-f0217ecdd817a834,libcastaway-e04a9b7886ef0139,libunicode_segmentation-421de088ab714999,libunicode_width-b1bc0d6c10c00ecc,libstrum-d4b26e46e543ac0b,libcrossterm-984ee8ef3db46d5e,librustix-e7debde258f97c65,liblinux_raw_sys-e0d87a58652c2b0b,libsignal_hook_mio-e6fd21a596e741ac,libsignal_hook-54d464312c977dd9,libreqwest-dc8e56c4ddab1c4d,librustls_pemfile-30aaf682314043cb,libhyper_tls-eed76edca5439f42,libbase64-13144a1f1e192158,libipnet-a38805d99c19843f,libtokio_native_tls-b2f416633d49bd40,libserde_urlencoded-bf9a10c587d0f2e6,libryu-25f59e4cd0d23219,libmime-0188e0814ca7ddbf,libencoding_rs-c7a67ac351c2b19f,libnative_tls-3a2fe71420fb95c7,libopenssl_probe-2c6d21a9709cae46,libopenssl-3bbb67481ed97012,libforeign_types-4fe1886d5d9265b9,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-43e50a2482a8d329,libhyper-29cd0753b9796951,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libsocket2-838f35a805bfad85,libhttparse-8c9b827b8f345444,libh2-adf63578b0c6afb4,libindexmap-f006485b143d2676,libequivalent-6a754676e6af62ae,libhashbrown-25abce2d85979e8d,libtokio_util-fc48f47ef28a07cc,libfutures_sink-ae1eb2d060de53a2,libtower_service-3fb88d28c2218805,libfutures_channel-0897301d97903da3,libsync_wrapper-b5d3a794a1e9deea,libhttp_body-5b4c2cb792fd5230,libfutures_util-727ed111541be195,libfutures_io-59d0071c9258d69f,libslab-0582d648e59ab406,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,libfutures_core-3b920243fce8fec0,liburl-62d71789eccff745,libidna-00ea14da8f195e90,libutf8_iter-51566bbad89f3a68,libidna_adapter-cc346a7d5cb86e3b,libicu_properties-9e783979a4ed6b22,libicu_properties_data-b217809bf575558a,libicu_normalizer-3b0bedb96e1bcb9f,libicu_normalizer_data-ab8997d7cbbb3306,libicu_collections-f4e4b27b282bf2ea,libpotential_utf-d49ac0295d644830,libicu_provider-1f076e8705134fa0,libicu_locale_core-a0bd9ea29639d79d,libtinystr-398a451cf06f7a7d,liblitemap-cd9b5b2aa04e2018,libwriteable-4f74a67d38fff78e,libzerovec-c9439729e2c87f42,libzerotrie-20f438aceb326c6d,libyoke-c0bb06f8550416fb,libstable_deref_trait-63cbf3f3d3f94e56,libzerofrom-78de73a1db4e9ec5,libform_urlencoded-58b0f0edb59b40d2,libpercent_encoding-fa055ecaa1e57cfa,libhttp-fffc47198b88a73f,libfnv-79e2cbfbe03dcd16,libtokio-3eeee4f828f8e521,libsignal_hook_registry-cddd50aee5c69024,liberrno-c497d64a4571af83,libsocket2-1aadc0729249d3be,libbytes-3529dc27cc7678fe,libmio-4ac877e091287ab5,liblog-b262261d47bd2eba,libparking_lot-e45469444b822e00,libparking_lot_core-5e997d9424f63dbf,libsmallvec-3281308869c19c4b,liblock_api-16d46fed645f7bff,libscopeguard-7ec2214574194454,libsysinfo-c89a144df6830125,librayon-f975eef0b784dd9c,librayon_core-e986c1d1845fe6c3,libcrossbeam_deque-e71c6317821167fb,libcrossbeam_epoch-5fdcd5978a9f0010,libcrossbeam_utils-f696a08ab1e94e7a,libeither-971932073343a62d,libserde_json-050e8ea1fd0821dc,libitoa-f3a70a1441f7f89b,libzmij-6ea76cb949df0b83,libdialoguer-1ca5080c5a4ed046,libshell_words-d186b621774bbdb4,libtempfile-4d10f304bca4e256,libgetrandom-0baa87726cbcc5d3,libcfg_if-83060ec5685761ae,libfastrand-751bcde24b8aa073,librustix-bcbc58348a6e2b95,libbitflags-9362e66b8880981a,liblinux_raw_sys-7c0af75954695899,libzeroize-7f213bea776ca5b6,libthiserror-8a86cca5b77c02eb,libconsole-cbb3786a5f077c22,libunicode_width-c0be3735b741df1b,libclap-7bc28d00f895c301,libclap_builder-30b03719c780a97c,libstrsim-4d1ed08a123238dc,libanstream-8abea42649d55d0c,libanstyle_query-635080b1d6343734,libis_terminal_polyfill-3ca4268cb2568267,libcolorchoice-8e2615b3451b028d,libanstyle_parse-2b179629a907e4e4,libutf8parse-92d0158219063202,libclap_lex-3d90c62a36aac03c,libanstyle-fe219cdab7346aa5,libfs2-aac6263e0eff88e8,liblibc-11f5a30dc24875fb,libtracing-7f0cfbc2cf80e4a6,libpin_project_lite-72bf04572caa1c84,libtracing_core-4cc82aeb094c2c39,libonce_cell-e9252a7b5119f3eb,libchrono-3aca3302ba711fd3,libiana_time_zone-bcd81aefedc374a6,libnum_traits-3a2b08a4728dfda7,libregex-e1efcc34bb1ecb85,libregex_automata-5f6c4e4a9d8b7ff1,libaho_corasick-61cf93dc53dd0bf8,libmemchr-9be7e24c0cc6f173,libregex_syntax-21c69862a9074e56,libanyhow-4342eda19ce54c8e,libserde-ffeaf1421f80d7b3,libserde_core-2c928ee17a7447a4}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc9s4jDS/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/ai_client_test-c198bb314534c8f4" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `code-agent-monitor` (test "ai_client_test") due to 1 previous error
[INFO] [stdout] warning: unused variable: `message`
[INFO] [stdout]    --> src/notification/dispatcher.rs:323:13
[INFO] [stdout]     |
[INFO] [stdout] 323 |         let message = NotificationMessage::new("test", Urgency::High);
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_agent_command` is never used
[INFO] [stdout]    --> src/agent_mod/manager.rs:301:8
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl AgentManager {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 301 |     fn get_agent_command(&self, agent_type: &AgentType, resume_session: Option<&str>) -> 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: enum `ChannelHealth` is never used
[INFO] [stdout]    --> src/notification/channel.rs:143:14
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub enum ChannelHealth {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RetryConfig` is never constructed
[INFO] [stdout]    --> src/notification/dispatcher.rs:188:16
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub struct RetryConfig {
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_attempt_count` is never used
[INFO] [stdout]    --> src/notification/dispatcher.rs:281:12
[INFO] [stdout]     |
[INFO] [stdout] 272 |     impl FailingMockChannel {
[INFO] [stdout]     |     ----------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 281 |         fn get_attempt_count(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> src/team/discovery.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |         assert!(teams.len() >= 0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "88cda862a53114cd14d0e4cf8c1c5952eb03cf524064082f525509d2e6169fa3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88cda862a53114cd14d0e4cf8c1c5952eb03cf524064082f525509d2e6169fa3", kill_on_drop: false }`
[INFO] [stdout] 88cda862a53114cd14d0e4cf8c1c5952eb03cf524064082f525509d2e6169fa3
