[INFO] cloning repository https://github.com/Harris-H/courier [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Harris-H/courier" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarris-H%2Fcourier", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarris-H%2Fcourier'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 201eecc9ed9f2b7dfc14dcec98f74f2f4c40b8e5 [INFO] testing Harris-H/courier against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarris-H%2Fcourier" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Harris-H/courier [INFO] finished tweaking git repo https://github.com/Harris-H/courier [INFO] tweaked toml for git repo https://github.com/Harris-H/courier written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Harris-H/courier on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Harris-H/courier 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-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20a538e328be5cf1ad2288b1ba03df823af5970e233fcc1eb44069f1b8961bf0 [INFO] running `Command { std: "docker" "start" "-a" "20a538e328be5cf1ad2288b1ba03df823af5970e233fcc1eb44069f1b8961bf0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20a538e328be5cf1ad2288b1ba03df823af5970e233fcc1eb44069f1b8961bf0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20a538e328be5cf1ad2288b1ba03df823af5970e233fcc1eb44069f1b8961bf0", kill_on_drop: false }` [INFO] [stdout] 20a538e328be5cf1ad2288b1ba03df823af5970e233fcc1eb44069f1b8961bf0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcda2653d979fb527fdf0d307fa35e5468635b46127a8a4690d1cc63075ded6f [INFO] running `Command { std: "docker" "start" "-a" "dcda2653d979fb527fdf0d307fa35e5468635b46127a8a4690d1cc63075ded6f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling cc v1.2.57 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling siphasher v1.0.2 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling openssl-sys v0.9.112 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling openssl-probe v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling openssl v0.10.76 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling zerocopy v0.8.42 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling ipnet v2.12.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling deranged v0.5.8 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling compression-core v0.4.31 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling compression-codecs v0.4.37 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling string_cache_codegen v0.5.4 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling erasable v1.3.0 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling psl-types v2.0.11 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling ar_archive_writer v0.5.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling publicsuffix v2.3.0 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling markup5ever v0.14.1 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling async-compression v0.4.41 [INFO] [stderr] Compiling psm v0.1.30 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rustls-native-certs v0.8.3 [INFO] [stderr] Compiling stacker v0.1.23 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling http-range-header v0.4.2 [INFO] [stderr] Compiling dtoa v1.0.11 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling iri-string v0.7.10 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling dtoa-short v0.3.5 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling uuid v1.22.0 [INFO] [stderr] Compiling cookie_store v0.22.1 [INFO] [stderr] Compiling derive_builder v0.20.2 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling selectors v0.26.0 [INFO] [stderr] Compiling libsqlite3-sys v0.33.0 [INFO] [stderr] Compiling pin-project-internal v1.1.11 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling include_dir_macros v0.7.4 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling getopts v0.2.24 [INFO] [stderr] Compiling pin-project v1.1.11 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling include_dir v0.7.4 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling cssparser v0.34.0 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling eventsource-stream v0.2.3 [INFO] [stderr] Compiling serde_with v1.14.0 [INFO] [stderr] Compiling rc-box v1.3.0 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling diligent-date-parser v0.1.5 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling phf_shared v0.12.1 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling servo_arc v0.4.3 [INFO] [stderr] Compiling match_token v0.1.0 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling pulldown-cmark v0.13.1 [INFO] [stderr] Compiling takecell v0.1.1 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling chrono-tz v0.10.4 [INFO] [stderr] Compiling never v0.1.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling winnow v0.7.15 [INFO] [stderr] Compiling tokio-cron-scheduler v0.13.0 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling teloxide-core v0.10.1 [INFO] [stderr] Compiling teloxide-macros v0.8.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling reqwest-eventsource v0.6.0 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling atom_syndication v0.12.7 [INFO] [stderr] Compiling html5ever v0.29.1 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling backoff v0.4.0 [INFO] [stderr] Compiling phf v0.12.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling chumsky v0.9.3 [INFO] [stderr] Compiling aquamarine v0.5.0 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling dptree v0.3.0 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling croner v2.2.0 [INFO] [stderr] Compiling email-encoding v0.4.1 [INFO] [stderr] Compiling secrecy v0.10.3 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling ego-tree v0.10.0 [INFO] [stderr] Compiling email_address v0.2.9 [INFO] [stderr] Compiling pulldown-cmark-escape v0.11.0 [INFO] [stderr] Compiling quoted_printable v0.5.1 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling scraper v0.22.0 [INFO] [stderr] Compiling lettre v0.11.19 [INFO] [stderr] Compiling rusqlite v0.35.0 [INFO] [stderr] Compiling async-openai v0.27.2 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling tracing-appender v0.2.4 [INFO] [stderr] Compiling rss v2.0.12 [INFO] [stderr] Compiling teloxide v0.13.0 [INFO] [stderr] Compiling courier v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 09s [INFO] running `Command { std: "docker" "inspect" "dcda2653d979fb527fdf0d307fa35e5468635b46127a8a4690d1cc63075ded6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcda2653d979fb527fdf0d307fa35e5468635b46127a8a4690d1cc63075ded6f", kill_on_drop: false }` [INFO] [stdout] dcda2653d979fb527fdf0d307fa35e5468635b46127a8a4690d1cc63075ded6f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa4f1ca8cfd2cd12cb70c1229a04c9375eb826f02a989e9767d8ac5e0d853d32 [INFO] running `Command { std: "docker" "start" "-a" "fa4f1ca8cfd2cd12cb70c1229a04c9375eb826f02a989e9767d8ac5e0d853d32", kill_on_drop: false }` [INFO] [stderr] Compiling openssl v0.10.76 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling selectors v0.26.0 [INFO] [stderr] Compiling pulldown-cmark v0.13.1 [INFO] [stderr] Compiling rusqlite v0.35.0 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling scraper v0.22.0 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling teloxide-core v0.10.1 [INFO] [stderr] Compiling reqwest-eventsource v0.6.0 [INFO] [stderr] Compiling async-openai v0.27.2 [INFO] [stderr] Compiling teloxide v0.13.0 [INFO] [stderr] Compiling courier v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `Command { std: "docker" "inspect" "fa4f1ca8cfd2cd12cb70c1229a04c9375eb826f02a989e9767d8ac5e0d853d32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa4f1ca8cfd2cd12cb70c1229a04c9375eb826f02a989e9767d8ac5e0d853d32", kill_on_drop: false }` [INFO] [stdout] fa4f1ca8cfd2cd12cb70c1229a04c9375eb826f02a989e9767d8ac5e0d853d32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dc87b8b273eaac68364a5a88e5bbf5bdd430ccb24292e36c44ed5df6e1d1538c [INFO] running `Command { std: "docker" "start" "-a" "dc87b8b273eaac68364a5a88e5bbf5bdd430ccb24292e36c44ed5df6e1d1538c", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/courier-52a7cf1c528847d5) [INFO] [stdout] [INFO] [stdout] running 91 tests [INFO] [stdout] test channels::email::tests::resolve_from_trims_whitespace ... ok [INFO] [stdout] test channels::email::tests::resolve_from_with_at_sign_uses_as_is ... ok [INFO] [stdout] test channels::email::tests::resolve_from_empty_uses_smtp_username ... ok [INFO] [stdout] test channels::feishu::tests::adapt_markdown_converts_h3_to_bold ... ok [INFO] [stdout] test channels::email::tests::markdown_to_html_converts_heading ... ok [INFO] [stdout] test channels::feishu::tests::adapt_markdown_empty_string ... ok [INFO] [stdout] test channels::feishu::tests::adapt_markdown_h3_with_extra_spaces ... ok [INFO] [stdout] test channels::telegram::tests::split_message_exceeds_limit_splits_at_line_boundary ... ok [INFO] [stdout] test channels::telegram::tests::split_message_preserves_all_lines ... ok [INFO] [stdout] test channels::telegram::tests::split_message_empty_text_returns_single_empty_chunk ... ok [INFO] [stdout] test channels::telegram::tests::split_message_exact_limit_returns_single_chunk ... ok [INFO] [stdout] test channels::telegram::tests::split_message_short_text_returns_single_chunk ... ok [INFO] [stdout] test channels::telegram::tests::split_message_single_long_line_becomes_own_chunk ... ok [INFO] [stdout] test cluster::similarity::tests::case_insensitive ... ok [INFO] [stdout] test cluster::similarity::tests::chinese_titles_work ... ok [INFO] [stdout] test cluster::similarity::tests::different_domains_dont_match ... ok [INFO] [stdout] test cluster::similarity::tests::completely_different_titles_return_zero ... ok [INFO] [stdout] test cluster::similarity::tests::different_urls_dont_match ... ok [INFO] [stdout] test cluster::similarity::tests::empty_strings ... ok [INFO] [stdout] test cluster::similarity::tests::fragment_stripped ... ok [INFO] [stdout] test cluster::similarity::tests::http_vs_https_matches ... ok [INFO] [stdout] test cluster::similarity::tests::identical_titles_return_one ... ok [INFO] [stdout] test cluster::similarity::tests::same_url_matches ... ok [INFO] [stdout] test cluster::similarity::tests::punctuation_stripped ... ok [INFO] [stdout] test cluster::similarity::tests::query_params_stripped ... ok [INFO] [stdout] test cluster::similarity::tests::similar_titles_high_score ... ok [INFO] [stdout] test cluster::similarity::tests::tokenize_basic ... ok [INFO] [stdout] test cluster::similarity::tests::stop_words_ignored ... ok [INFO] [stdout] test cluster::similarity::tests::tokenize_handles_dashes ... ok [INFO] [stdout] test cluster::similarity::tests::trailing_slash_stripped ... ok [INFO] [stdout] test cluster::similarity::tests::www_stripped ... ok [INFO] [stdout] test cluster::tests::cluster_empty_returns_empty ... ok [INFO] [stdout] test cluster::tests::cluster_picks_highest_rank_as_representative ... ok [INFO] [stdout] test cluster::tests::cluster_preserves_all_articles_total ... ok [INFO] [stdout] test cluster::tests::cluster_same_url_merges ... ok [INFO] [stdout] test cluster::tests::cluster_similar_titles_merges ... ok [INFO] [stdout] test cluster::tests::cluster_single_article_creates_one_cluster ... ok [INFO] [stdout] test cluster::tests::cluster_sorted_by_representative_rank ... ok [INFO] [stdout] test cluster::tests::cluster_three_sources_label ... ok [INFO] [stdout] test cluster::tests::format_clustered_empty_returns_empty ... ok [INFO] [stdout] test cluster::tests::format_clustered_includes_cross_source_badge ... ok [INFO] [stdout] test cluster::tests::cluster_different_stories_stay_separate ... ok [INFO] [stdout] test config::tests::email_defaults_to_disabled ... ok [INFO] [stdout] test config::tests::email_explicit_config_uses_default_port_465 ... ok [INFO] [stdout] test config::tests::hackernews_defaults_to_disabled ... ok [INFO] [stdout] test config::tests::hackernews_explicit_config_uses_default_top_n ... ok [INFO] [stdout] test config::tests::load_minimal_config_uses_defaults ... ok [INFO] [stdout] test config::tests::load_nonexistent_file_returns_config_error ... ok [INFO] [stdout] test config::tests::rss_feeds_parse_correctly ... ok [INFO] [stdout] test config::tests::reddit_parses_subreddits ... ok [INFO] [stdout] test config::tests::schedule_config_parses_correctly ... ok [INFO] [stdout] test reranker::signals::tests::engagement_hn_uses_score_and_comments ... ok [INFO] [stdout] test reranker::signals::tests::engagement_log1p_compresses_large_values ... ok [INFO] [stdout] test reranker::signals::tests::engagement_negative_score_treated_as_zero ... ok [INFO] [stdout] test reranker::signals::tests::engagement_zero_when_no_metrics ... ok [INFO] [stdout] test reranker::signals::tests::freshness_invalid_date_returns_neutral ... ok [INFO] [stdout] test reranker::signals::tests::freshness_old_article_scores_low ... ok [INFO] [stdout] test channels::email::tests::markdown_to_html_converts_list ... ok [INFO] [stdout] test cluster::similarity::tests::tokenize_removes_stop_words ... ok [INFO] [stdout] test reranker::signals::tests::freshness_recent_article_scores_high ... ok [INFO] [stdout] test reranker::signals::tests::freshness_no_timestamp_returns_neutral ... ok [INFO] [stdout] test reranker::signals::tests::heat_label_thresholds ... ok [INFO] [stdout] test reranker::signals::tests::heat_label_boundaries ... ok [INFO] [stdout] test reranker::signals::tests::normalize_empty_returns_empty ... ok [INFO] [stdout] test reranker::signals::tests::normalize_equal_values_returns_zeros ... ok [INFO] [stdout] test reranker::signals::tests::normalize_range_maps_to_zero_one ... ok [INFO] [stdout] test reranker::signals::tests::normalize_single_value_returns_zero ... ok [INFO] [stdout] test reranker::signals::tests::source_quality_case_insensitive ... ok [INFO] [stdout] test reranker::signals::tests::source_quality_hackernews_highest ... ok [INFO] [stdout] test reranker::signals::tests::source_quality_unknown_gets_default ... ok [INFO] [stdout] test reranker::tests::heat_labels_assigned_correctly ... ok [INFO] [stdout] test reranker::tests::metadata_scores_within_bounds ... ok [INFO] [stdout] test reranker::tests::rerank_empty_returns_empty ... ok [INFO] [stdout] test reranker::tests::rerank_higher_source_quality_boosts_rank ... ok [INFO] [stdout] test reranker::tests::rerank_preserves_all_articles ... ok [INFO] [stdout] test reranker::tests::rerank_single_article_gets_metadata ... ok [INFO] [stdout] test reranker::tests::rerank_sorts_by_engagement_descending ... ok [INFO] [stdout] test scheduler::task::tests::format_articles_empty_returns_empty_string ... ok [INFO] [stdout] test scheduler::task::tests::format_articles_includes_score_and_comments ... ok [INFO] [stdout] test scheduler::task::tests::format_articles_numbers_sequentially ... ok [INFO] [stdout] test scheduler::task::tests::format_articles_includes_title_and_source ... ok [INFO] [stdout] test scheduler::task::tests::format_articles_includes_url ... ok [INFO] [stdout] test scheduler::task::tests::format_articles_truncates_long_summary ... ok [INFO] [stdout] test scheduler::task::tests::format_ranked_articles_empty_returns_empty_string ... ok [INFO] [stdout] test scheduler::task::tests::format_ranked_articles_includes_heat_labels ... ok [INFO] [stdout] test channels::email::tests::markdown_to_html_converts_bold_and_links ... ok [INFO] [stdout] test reranker::signals::tests::freshness_one_day_old_is_roughly_half ... ok [INFO] [stdout] test scheduler::task::tests::format_ranked_articles_includes_signal_percentages ... ok [INFO] [stdout] test channels::email::tests::resolve_from_display_name_constructs_full_address ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/courier-7a1fcb555e32bccf) [INFO] [stdout] test channels::feishu::tests::adapt_markdown_handles_mixed_headings ... ok [INFO] [stdout] test channels::feishu::tests::adapt_markdown_preserves_h1_and_h2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 91 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [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/test_db.rs (/opt/rustwide/target/debug/deps/test_db-13f4a94d90890dcd) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test db_empty_history_returns_empty_vec ... ok [INFO] [stdout] test db_insert_and_retrieve_record ... ok [INFO] [stdout] test db_update_running_to_success ... ok [INFO] [stdout] test db_update_running_to_failed ... ok [INFO] [stdout] test db_clear_all_history_empties_table ... ok [INFO] [stdout] test db_get_history_orders_by_newest_first ... ok [INFO] [stdout] test db_get_history_respects_limit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running tests/test_task_integration.rs (/opt/rustwide/target/debug/deps/test_task_integration-a330bc2f605ae062) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test digest_task_fetches_summarizes_and_pushes ... ok [INFO] [stdout] test digest_task_uses_custom_prompt_template ... ok [INFO] [stdout] test digest_task_fails_when_no_articles ... ok [INFO] [stderr] Doc-tests courier [INFO] [stdout] test digest_task_continues_when_one_source_fails ... ok [INFO] [stdout] test digest_task_reports_channel_failures ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [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] running `Command { std: "docker" "inspect" "dc87b8b273eaac68364a5a88e5bbf5bdd430ccb24292e36c44ed5df6e1d1538c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc87b8b273eaac68364a5a88e5bbf5bdd430ccb24292e36c44ed5df6e1d1538c", kill_on_drop: false }` [INFO] [stdout] dc87b8b273eaac68364a5a88e5bbf5bdd430ccb24292e36c44ed5df6e1d1538c