[INFO] cloning repository https://github.com/PulfordJ/lastsignal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PulfordJ/lastsignal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPulfordJ%2Flastsignal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPulfordJ%2Flastsignal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3666891307fedac6a9517015ed290e7cdf067ab3
[INFO] testing PulfordJ/lastsignal against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPulfordJ%2Flastsignal" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PulfordJ/lastsignal
[INFO] finished tweaking git repo https://github.com/PulfordJ/lastsignal
[INFO] tweaked toml for git repo https://github.com/PulfordJ/lastsignal written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PulfordJ/lastsignal on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PulfordJ/lastsignal 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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a87dff07061e4d71a4466343fae89210a31dd94c0a4eb3f2428988a0beaa1860
[INFO] running `Command { std: "docker" "start" "-a" "a87dff07061e4d71a4466343fae89210a31dd94c0a4eb3f2428988a0beaa1860", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a87dff07061e4d71a4466343fae89210a31dd94c0a4eb3f2428988a0beaa1860", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a87dff07061e4d71a4466343fae89210a31dd94c0a4eb3f2428988a0beaa1860", kill_on_drop: false }`
[INFO] [stdout] a87dff07061e4d71a4466343fae89210a31dd94c0a4eb3f2428988a0beaa1860
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f762d224636d0ffd8b79030443afbc1e5a83057970d0e2160c04d449015bdf8a
[INFO] running `Command { std: "docker" "start" "-a" "f762d224636d0ffd8b79030443afbc1e5a83057970d0e2160c04d449015bdf8a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling value-bag v1.11.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling async-executor v1.13.2
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling clap_builder v4.5.44
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling email-encoding v0.4.1
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling stop-token v0.7.0
[INFO] [stderr]    Compiling hostname v0.4.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling quoted_printable v0.5.1
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling self_cell v1.2.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling chumsky v0.9.3
[INFO] [stderr]    Compiling imap-proto v0.16.5
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]    Compiling polling v3.10.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling async-io v2.5.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-signal v0.2.12
[INFO] [stderr]    Compiling async-process v2.4.0
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling clap v4.5.45
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling async-native-tls v0.5.0
[INFO] [stderr]    Compiling lettre v0.11.18
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling async-imap v0.9.7
[INFO] [stderr]    Compiling toml v0.8.23
[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 lastsignal v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `message`
[INFO] [stdout]    --> src/oauth.rs:361:37
[INFO] [stdout]     |
[INFO] [stdout] 361 |                         if let Some(message) = message_event.get("message") {
[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: unused variable: `data_directory`
[INFO] [stdout]    --> src/oauth.rs:485:5
[INFO] [stdout]     |
[INFO] [stdout] 485 |     data_directory: std::path::PathBuf,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_data_directory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/outputs/mod.rs:233:10
[INFO] [stdout]     |
[INFO] [stdout] 233 |     for (i, (output_config, output)) in output_configs.iter().zip(outputs.iter()).enumerate() {
[INFO] [stdout]     |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/app.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl LastSignalApp {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 22 |     pub async fn new() -> Result<Self> {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `as_duration` and `as_minutes` are never used
[INFO] [stdout]   --> src/duration_parser.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl ConfigDuration {
[INFO] [stdout]    | ------------------- methods in this implementation
[INFO] [stdout] 11 |     pub fn as_duration(&self) -> Duration {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn as_minutes(&self) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FacebookWebhookEntry` is never constructed
[INFO] [stdout]   --> src/oauth.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | struct FacebookWebhookEntry {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FacebookMessagingEvent` is never constructed
[INFO] [stdout]   --> src/oauth.rs:44:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | struct FacebookMessagingEvent {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FacebookMessageSender` is never constructed
[INFO] [stdout]   --> src/oauth.rs:50:8
[INFO] [stdout]    |
[INFO] [stdout] 50 | struct FacebookMessageSender {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FacebookMessage` is never constructed
[INFO] [stdout]   --> src/oauth.rs:55:8
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct FacebookMessage {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_success` and `error_message` are never used
[INFO] [stdout]   --> src/outputs/mod.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl OutputResult {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] 22 |     pub fn is_success(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn error_message(&self) -> Option<&str> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `process_outputs_with_fallback` is never used
[INFO] [stdout]   --> src/outputs/mod.rs:72:14
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub async fn process_outputs_with_fallback(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `process_outputs_to_all` is never used
[INFO] [stdout]    --> src/outputs/mod.rs:131:14
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub async fn process_outputs_to_all(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `None` is never constructed
[INFO] [stdout]   --> src/outputs/bidirectional.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum CheckinResponse {
[INFO] [stdout]    |          --------------- variant in this enum
[INFO] [stdout] 10 |     /// No new responses found
[INFO] [stdout] 11 |     None,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CheckinResponse` 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: method `get_state_mut` is never used
[INFO] [stdout]    --> src/state.rs:189:12
[INFO] [stdout]     |
[INFO] [stdout] 174 | impl StateManager {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 189 |     pub fn get_state_mut(&mut self) -> &mut AppState {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
[INFO] running `Command { std: "docker" "inspect" "f762d224636d0ffd8b79030443afbc1e5a83057970d0e2160c04d449015bdf8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f762d224636d0ffd8b79030443afbc1e5a83057970d0e2160c04d449015bdf8a", kill_on_drop: false }`
[INFO] [stdout] f762d224636d0ffd8b79030443afbc1e5a83057970d0e2160c04d449015bdf8a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd8fecc3d3fd45765a9198f451ed07618a98f26a1fd923101fa221dcbdb5a877
[INFO] running `Command { std: "docker" "start" "-a" "dd8fecc3d3fd45765a9198f451ed07618a98f26a1fd923101fa221dcbdb5a877", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling polling v3.10.0
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling async-io v2.5.0
[INFO] [stderr]    Compiling async-signal v0.2.12
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-process v2.4.0
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling async-imap v0.9.7
[INFO] [stderr]    Compiling lastsignal v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]    --> src/app.rs:511:9
[INFO] [stdout]     |
[INFO] [stdout] 511 |     use std::io::Write;
[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 variable: `message`
[INFO] [stdout]    --> src/oauth.rs:361:37
[INFO] [stdout]     |
[INFO] [stdout] 361 |                         if let Some(message) = message_event.get("message") {
[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: unused variable: `data_directory`
[INFO] [stdout]    --> src/oauth.rs:485:5
[INFO] [stdout]     |
[INFO] [stdout] 485 |     data_directory: std::path::PathBuf,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_data_directory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/outputs/mod.rs:233:10
[INFO] [stdout]     |
[INFO] [stdout] 233 |     for (i, (output_config, output)) in output_configs.iter().zip(outputs.iter()).enumerate() {
[INFO] [stdout]     |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_duration` is never used
[INFO] [stdout]   --> src/duration_parser.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl ConfigDuration {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 11 |     pub fn as_duration(&self) -> Duration {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FacebookWebhookEntry` is never constructed
[INFO] [stdout]   --> src/oauth.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | struct FacebookWebhookEntry {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FacebookMessagingEvent` is never constructed
[INFO] [stdout]   --> src/oauth.rs:44:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | struct FacebookMessagingEvent {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FacebookMessageSender` is never constructed
[INFO] [stdout]   --> src/oauth.rs:50:8
[INFO] [stdout]    |
[INFO] [stdout] 50 | struct FacebookMessageSender {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FacebookMessage` is never constructed
[INFO] [stdout]   --> src/oauth.rs:55:8
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct FacebookMessage {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `None` is never constructed
[INFO] [stdout]   --> src/outputs/bidirectional.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum CheckinResponse {
[INFO] [stdout]    |          --------------- variant in this enum
[INFO] [stdout] 10 |     /// No new responses found
[INFO] [stdout] 11 |     None,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CheckinResponse` 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: method `get_state_mut` is never used
[INFO] [stdout]    --> src/state.rs:189:12
[INFO] [stdout]     |
[INFO] [stdout] 174 | impl StateManager {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 189 |     pub fn get_state_mut(&mut self) -> &mut AppState {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.11s
[INFO] running `Command { std: "docker" "inspect" "dd8fecc3d3fd45765a9198f451ed07618a98f26a1fd923101fa221dcbdb5a877", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd8fecc3d3fd45765a9198f451ed07618a98f26a1fd923101fa221dcbdb5a877", kill_on_drop: false }`
[INFO] [stdout] dd8fecc3d3fd45765a9198f451ed07618a98f26a1fd923101fa221dcbdb5a877
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8290f84e23a5fdc70fc5c607111345e4308a642d8981c5dbef41fc0083b02540
[INFO] running `Command { std: "docker" "start" "-a" "8290f84e23a5fdc70fc5c607111345e4308a642d8981c5dbef41fc0083b02540", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::io::Write`
[INFO] [stderr]    --> src/app.rs:511:9
[INFO] [stderr]     |
[INFO] [stderr] 511 |     use std::io::Write;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `message`
[INFO] [stderr]    --> src/oauth.rs:361:37
[INFO] [stderr]     |
[INFO] [stderr] 361 |                         if let Some(message) = message_event.get("message") {
[INFO] [stderr]     |                                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `data_directory`
[INFO] [stderr]    --> src/oauth.rs:485:5
[INFO] [stderr]     |
[INFO] [stderr] 485 |     data_directory: std::path::PathBuf,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_data_directory`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]    --> src/outputs/mod.rs:233:10
[INFO] [stderr]     |
[INFO] [stderr] 233 |     for (i, (output_config, output)) in output_configs.iter().zip(outputs.iter()).enumerate() {
[INFO] [stderr]     |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr] 
[INFO] [stderr] warning: method `as_duration` is never used
[INFO] [stderr]   --> src/duration_parser.rs:11:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl ConfigDuration {
[INFO] [stderr]    | ------------------- method in this implementation
[INFO] [stderr] 11 |     pub fn as_duration(&self) -> Duration {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FacebookWebhookEntry` is never constructed
[INFO] [stderr]   --> src/oauth.rs:39:8
[INFO] [stderr]    |
[INFO] [stderr] 39 | struct FacebookWebhookEntry {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FacebookMessagingEvent` is never constructed
[INFO] [stderr]   --> src/oauth.rs:44:8
[INFO] [stderr]    |
[INFO] [stderr] 44 | struct FacebookMessagingEvent {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FacebookMessageSender` is never constructed
[INFO] [stderr]   --> src/oauth.rs:50:8
[INFO] [stderr]    |
[INFO] [stderr] 50 | struct FacebookMessageSender {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FacebookMessage` is never constructed
[INFO] [stderr]   --> src/oauth.rs:55:8
[INFO] [stderr]    |
[INFO] [stderr] 55 | struct FacebookMessage {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `None` is never constructed
[INFO] [stderr]   --> src/outputs/bidirectional.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr]  9 | pub enum CheckinResponse {
[INFO] [stderr]    |          --------------- variant in this enum
[INFO] [stderr] 10 |     /// No new responses found
[INFO] [stderr] 11 |     None,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `CheckinResponse` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_state_mut` is never used
[INFO] [stderr]    --> src/state.rs:189:12
[INFO] [stderr]     |
[INFO] [stderr] 174 | impl StateManager {
[INFO] [stderr]     | ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 189 |     pub fn get_state_mut(&mut self) -> &mut AppState {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `lastsignal` (bin "lastsignal" test) generated 11 warnings (run `cargo fix --bin "lastsignal" --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/lastsignal-24dc607ca1648dc8)
[INFO] [stdout] 
[INFO] [stdout] running 47 tests
[INFO] [stdout] test duration_parser::tests::test_display ... ok
[INFO] [stdout] test duration_parser::tests::test_display_prefers_larger_units ... ok
[INFO] [stdout] test duration_parser::tests::test_parse_days ... ok
[INFO] [stdout] test duration_parser::tests::test_invalid_durations ... ok
[INFO] [stdout] test duration_parser::tests::test_parse_hours ... ok
[INFO] [stdout] test config::tests::test_config_duration_formats ... ok
[INFO] [stdout] test config::tests::test_config_validation ... ok
[INFO] [stdout] test config::tests::test_config_rejects_pure_numbers ... ok
[INFO] [stdout] test duration_parser::tests::test_serde ... ok
[INFO] [stdout] test duration_parser::tests::test_serde_rejects_pure_numbers ... ok
[INFO] [stdout] test message_adapter::tests::test_file_message_adapter_default_message ... ok
[INFO] [stdout] test oauth::tests::test_token_serialization ... ok
[INFO] [stdout] test message_adapter::tests::test_file_message_adapter_existing_file ... ok
[INFO] [stdout] test duration_parser::tests::test_conversion_methods ... ok
[INFO] [stdout] test message_adapter::tests::test_message_adapter_factory ... ok
[INFO] [stdout] test outputs::email::tests::test_email_output_missing_config ... ok
[INFO] [stdout] test duration_parser::tests::test_parse_minutes ... ok
[INFO] [stdout] test message_adapter::tests::test_message_adapter_factory_unknown_type ... ok
[INFO] [stdout] test duration_parser::tests::test_parse_seconds ... ok
[INFO] [stdout] test outputs::email_bidirectional::tests::test_bidirectional_email_output_with_custom_imap ... ok
[INFO] [stdout] test outputs::tests::test_process_outputs_all_fail ... ok
[INFO] [stdout] test outputs::tests::test_process_outputs_skip_unhealthy ... ok
[INFO] [stdout] test outputs::tests::test_process_outputs_to_all_handles_health_check_failures ... ok
[INFO] [stdout] test outputs::tests::test_process_outputs_success_on_first ... ok
[INFO] [stdout] test outputs::tests::test_process_outputs_fallback_to_second ... ok
[INFO] [stdout] test outputs::email::tests::test_email_output_creation ... ok
[INFO] [stdout] test message_adapter::tests::test_file_message_adapter_checkin_message ... ok
[INFO] [stdout] test outputs::email::tests::test_email_output_creation_with_from ... ok
[INFO] [stdout] test message_adapter::tests::test_timestamp_replacement ... ok
[INFO] [stdout] test outputs::email_bidirectional::tests::test_bidirectional_email_output_creation ... ok
[INFO] [stdout] test outputs::facebook_messenger::tests::test_facebook_messenger_output_missing_config ... ok
[INFO] [stdout] test state::tests::test_app_state_default ... ok
[INFO] [stdout] test state::tests::test_app_state_record_checkin ... ok
[INFO] [stdout] test app::tests::test_app_initialization ... ok
[INFO] [stdout] test state::tests::test_app_state_record_checkin_request ... ok
[INFO] [stdout] test state::tests::test_state_manager ... ok
[INFO] [stdout] test state::tests::test_state_persistence ... ok
[INFO] [stdout] test outputs::tests::test_process_outputs_to_all_sends_to_all_recipients ... ok
[INFO] [stdout] test state::tests::test_should_fire_last_signal ... ok
[INFO] [stdout] test state::tests::test_should_request_checkin ... ok
[INFO] [stdout] test oauth::tests::test_authorization_url_generation ... ok
[INFO] [stdout] test oauth::tests::test_whoop_oauth_initialization ... ok
[INFO] [stdout] test outputs::facebook_messenger::tests::test_facebook_messenger_output_creation ... ok
[INFO] [stdout] test outputs::facebook_messenger::tests::test_facebook_messenger_urls ... ok
[INFO] [stdout] test outputs::whoop::tests::test_whoop_send_message_returns_skipped ... ok
[INFO] [stdout] test outputs::whoop::tests::test_whoop_output_creation ... ok
[INFO] [stdout] test outputs::whoop::tests::test_whoop_output_creation_with_defaults ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8290f84e23a5fdc70fc5c607111345e4308a642d8981c5dbef41fc0083b02540", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8290f84e23a5fdc70fc5c607111345e4308a642d8981c5dbef41fc0083b02540", kill_on_drop: false }`
[INFO] [stdout] 8290f84e23a5fdc70fc5c607111345e4308a642d8981c5dbef41fc0083b02540
