[INFO] cloning repository https://github.com/dannyob/hutt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dannyob/hutt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdannyob%2Fhutt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdannyob%2Fhutt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4848d4c92d8a8562dc75c17ea5d7b8634e08e3ce [INFO] testing dannyob/hutt 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%2Fdannyob%2Fhutt" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/dannyob/hutt [INFO] finished tweaking git repo https://github.com/dannyob/hutt [INFO] tweaked toml for git repo https://github.com/dannyob/hutt written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/dannyob/hutt 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/dannyob/hutt 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 6c5f750f147990840620e19a78150e50411f9d124809931afc49069176706f08 [INFO] running `Command { std: "docker" "start" "-a" "6c5f750f147990840620e19a78150e50411f9d124809931afc49069176706f08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c5f750f147990840620e19a78150e50411f9d124809931afc49069176706f08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c5f750f147990840620e19a78150e50411f9d124809931afc49069176706f08", kill_on_drop: false }` [INFO] [stdout] 6c5f750f147990840620e19a78150e50411f9d124809931afc49069176706f08 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 9d585c32c06051144c565511b389cd69740603184800c3b6cd05f8b4393ef2ce [INFO] running `Command { std: "docker" "start" "-a" "9d585c32c06051144c565511b389cd69740603184800c3b6cd05f8b4393ef2ce", kill_on_drop: false }` [INFO] [stderr] Compiling siphasher v1.0.2 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling syn v2.0.116 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling stacker v0.1.23 [INFO] [stderr] Compiling phf_shared v0.13.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling tendril v0.5.0 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling pxfm v0.1.27 [INFO] [stderr] Compiling phf_generator v0.13.1 [INFO] [stderr] Compiling string_cache v0.9.0 [INFO] [stderr] Compiling phf_codegen v0.13.1 [INFO] [stderr] Compiling string_cache_codegen v0.6.1 [INFO] [stderr] Compiling phf v0.13.1 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling png v0.18.1 [INFO] [stderr] Compiling bytemuck v1.25.0 [INFO] [stderr] Compiling x11rb-protocol v0.13.2 [INFO] [stderr] Compiling email-encoding v0.4.1 [INFO] [stderr] Compiling web_atoms v0.2.3 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling lexpr-macros v0.2.2 [INFO] [stderr] Compiling hostname v0.4.2 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling email_address v0.2.9 [INFO] [stderr] Compiling quoted_printable v0.5.1 [INFO] [stderr] Compiling mail-parser v0.9.4 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling lexpr v0.2.7 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling markup5ever v0.38.0 [INFO] [stderr] Compiling html5ever v0.38.0 [INFO] [stderr] Compiling moxcms v0.7.11 [INFO] [stderr] Compiling gethostname v1.1.0 [INFO] [stderr] Compiling ar_archive_writer v0.5.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling psm v0.1.30 [INFO] [stderr] Compiling x11rb v0.13.2 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling chumsky v0.9.3 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling html2text v0.16.7 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling instability v0.3.11 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling chrono v0.4.43 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling futures v0.3.32 [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 tui-textarea v0.7.0 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling arboard v3.6.1 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling lettre v0.11.19 [INFO] [stderr] Compiling hutt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s [INFO] running `Command { std: "docker" "inspect" "9d585c32c06051144c565511b389cd69740603184800c3b6cd05f8b4393ef2ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d585c32c06051144c565511b389cd69740603184800c3b6cd05f8b4393ef2ce", kill_on_drop: false }` [INFO] [stdout] 9d585c32c06051144c565511b389cd69740603184800c3b6cd05f8b4393ef2ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] db7228bcf84778bdf665e89299aafbb312122951f70e60ada40102cbd142880c [INFO] running `Command { std: "docker" "start" "-a" "db7228bcf84778bdf665e89299aafbb312122951f70e60ada40102cbd142880c", kill_on_drop: false }` [INFO] [stderr] Compiling hutt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: duplicated attribute [INFO] [stdout] --> src/config.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | #[test] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(duplicate_macro_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.52s [INFO] running `Command { std: "docker" "inspect" "db7228bcf84778bdf665e89299aafbb312122951f70e60ada40102cbd142880c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db7228bcf84778bdf665e89299aafbb312122951f70e60ada40102cbd142880c", kill_on_drop: false }` [INFO] [stdout] db7228bcf84778bdf665e89299aafbb312122951f70e60ada40102cbd142880c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 06c2c853ac34ed098c025eae3f0440df529d5701dac63d9e52a2a5ee4b118bca [INFO] running `Command { std: "docker" "start" "-a" "06c2c853ac34ed098c025eae3f0440df529d5701dac63d9e52a2a5ee4b118bca", kill_on_drop: false }` [INFO] [stderr] warning: duplicated attribute [INFO] [stderr] --> src/config.rs:390:5 [INFO] [stderr] | [INFO] [stderr] 390 | #[test] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(duplicate_macro_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `hutt` (bin "hutt" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hutt-9aef127fc34a3796) [INFO] [stdout] [INFO] [stdout] running 118 tests [INFO] [stdout] test compose::tests::test_format_address ... ok [INFO] [stdout] test compose::tests::test_build_reply ... ok [INFO] [stdout] test compose::tests::test_build_forward ... ok [INFO] [stdout] test compose::tests::test_build_new_message ... ok [INFO] [stdout] test config::tests::default_config_is_valid ... ok [INFO] [stdout] test config::tests::default_account_index_first_default ... ok [INFO] [stdout] test config::tests::folder_defaults ... ok [INFO] [stdout] test config::tests::default_account_index_no_default ... ok [INFO] [stdout] test config::tests::effective_muhome_single_account_none ... ok [INFO] [stdout] test config::tests::effective_muhome_auto_derive ... ok [INFO] [stdout] test config::tests::parse_bindings_per_mode ... ok [INFO] [stdout] test config::tests::effective_sync_command_interpolates_account_and_maildir ... ok [INFO] [stdout] test config::tests::parse_bindings_global ... ok [INFO] [stdout] test config::tests::effective_sync_command_account_overrides_global ... ok [INFO] [stdout] test config::tests::parse_bindings_shell_suspend ... ok [INFO] [stdout] test envelope::tests::group_empty ... ok [INFO] [stdout] test config::tests::parse_bindings_global ... ok [INFO] [stdout] test envelope::tests::group_missing_root ... ok [INFO] [stdout] test config::tests::parse_config_without_bindings ... ok [INFO] [stdout] test config::tests::parse_full_account ... ok [INFO] [stdout] test envelope::tests::all_docids ... ok [INFO] [stdout] test envelope::tests::group_multi_thread ... ok [INFO] [stdout] test envelope::tests::representative_is_latest_unread ... ok [INFO] [stdout] test config::tests::parse_real_config_with_bindings ... ok [INFO] [stdout] test config::tests::parse_minimal_toml ... ok [INFO] [stdout] test envelope::tests::group_single_message ... ok [INFO] [stdout] test config::tests::parse_multi_account_config ... ok [INFO] [stdout] test config::tests::smtp_defaults ... ok [INFO] [stdout] test envelope::tests::representative_is_latest_when_all_read ... ok [INFO] [stdout] test envelope::tests::senders_deduplicated ... ok [INFO] [stdout] test keymap::tests::action_name_roundtrip ... ok [INFO] [stdout] test keymap::tests::custom_binding_overrides_default ... ok [INFO] [stdout] test keymap::tests::custom_folder_binding ... ok [INFO] [stdout] test keymap::tests::custom_shell_binding ... ok [INFO] [stdout] test keymap::tests::parse_f_key ... ok [INFO] [stdout] test keymap::tests::parse_shift_space ... ok [INFO] [stdout] test keymap::tests::parse_sequence ... ok [INFO] [stdout] test keymap::tests::parse_single_char ... ok [INFO] [stdout] test keymap::tests::parse_super_combo ... ok [INFO] [stdout] test keymap::tests::parse_ctrl_combo ... ok [INFO] [stdout] test keymap::tests::parse_uppercase_as_shift ... ok [INFO] [stdout] test keymap::tests::parse_symbol_char ... ok [INFO] [stdout] test links::tests::format_mid_thread ... ok [INFO] [stdout] test links::tests::ipc_command_json_roundtrip ... ok [INFO] [stdout] test links::tests::parse_hutt_navigate ... ok [INFO] [stdout] test links::tests::ipc_response_json_roundtrip ... ok [INFO] [stdout] test links::tests::parse_hutt_search ... ok [INFO] [stdout] test links::tests::parse_hutt_search_with_account ... ok [INFO] [stdout] test keymap::tests::unknown_action_name ... ok [INFO] [stdout] test links::tests::format_mid_message ... ok [INFO] [stdout] test links::tests::parse_message_url ... ok [INFO] [stdout] test keymap::tests::parse_special_key ... ok [INFO] [stdout] test keymap::tests::reject_triple_sequence ... ok [INFO] [stdout] test links::tests::parse_legacy_search ... ok [INFO] [stdout] test keymap::tests::per_mode_binding ... ok [INFO] [stdout] test links::tests::parse_legacy_thread ... ok [INFO] [stdout] test links::tests::parse_invalid ... ok [INFO] [stdout] test links::tests::parse_mailto_bare ... ok [INFO] [stdout] test links::tests::parse_legacy_compose ... ok [INFO] [stdout] test links::tests::parse_mailto ... ok [INFO] [stdout] test links::tests::parse_message_url_with_angle_brackets ... ok [INFO] [stdout] test links::tests::parse_message_url_with_slashes ... ok [INFO] [stdout] test links::tests::parse_mid_empty ... ok [INFO] [stdout] test links::tests::parse_mid_message ... ok [INFO] [stdout] test links::tests::parse_legacy_message ... ok [INFO] [stdout] test links::tests::parse_mid_thread ... ok [INFO] [stdout] test links::tests::parse_mid_with_account ... ok [INFO] [stdout] test links::tests::parse_mid_with_content_id ... ok [INFO] [stdout] test links::tests::test_mu_command_serde ... ok [INFO] [stdout] test links::tests::parse_mid_with_content_id_and_account ... ok [INFO] [stdout] test links::tests::url_decode_basic ... ok [INFO] [stdout] test mime_render::tests::extract_attachment_by_index ... ok [INFO] [stdout] test mime_render::tests::format_size_units ... ok [INFO] [stdout] test mime_render::tests::plain_text_url_detection ... ok [INFO] [stdout] test mu_sexp::tests::test_is_erase ... ok [INFO] [stdout] test mime_render::tests::html_basic ... ok [INFO] [stdout] test mime_render::tests::html_link_detection ... ok [INFO] [stdout] test mime_render::tests::plain_text_quote_detection ... ok [INFO] [stdout] test mime_render::tests::plain_text_basic ... ok [INFO] [stdout] test mime_render::tests::plain_text_to_plain_text_roundtrip ... ok [INFO] [stdout] test mu_sexp::tests::test_parse_emacs_time ... ok [INFO] [stdout] test mime_render::tests::plain_text_multiple_urls ... ok [INFO] [stdout] test mu_sexp::tests::test_read_frame ... ok [INFO] [stdout] test mu_sexp::tests::test_is_found ... ok [INFO] [stdout] test mu_sexp::tests::test_parse_real_mu_headers_response ... ok [INFO] [stdout] test mime_render::tests::html_emphasis ... ok [INFO] [stdout] test mu_sexp::tests::test_parse_envelope_from_real_sexp ... ok [INFO] [stdout] test mu_sexp::tests::test_read_frame_raw ... ok [INFO] [stdout] test mime_render::tests::plain_text_wrapping ... ok [INFO] [stdout] test mime_render::tests::render_message_with_attachments ... ok [INFO] [stdout] test mu_sexp::tests::test_encode_frame_roundtrip ... ok [INFO] [stdout] test mu_sexp::tests::test_read_frame_incomplete ... ok [INFO] [stdout] test mu_sexp::tests::test_sexp_to_json_envelope ... ok [INFO] [stdout] test mu_sexp::tests::test_sexp_to_json_nested_meta ... ok [INFO] [stdout] test mu_sexp::tests::test_sexp_to_json_priority_symbol ... ok [INFO] [stdout] test mu_sexp::tests::test_sexp_to_json_symbols ... ok [INFO] [stdout] test send::tests::test_parse_composed_message_empty_body ... ok [INFO] [stdout] test send::tests::test_parse_composed_message_basic ... ok [INFO] [stdout] test send::tests::test_parse_composed_message_continuation ... ok [INFO] [stdout] test smart_folders::tests::should_search_field_prefix ... ok [INFO] [stdout] test smart_folders::tests::should_search_multi_term ... ok [INFO] [stdout] test smart_folders::tests::should_search_no_prefix ... ok [INFO] [stdout] test smart_folders::tests::should_search_short_query ... ok [INFO] [stdout] test smart_folders::tests::should_search_unknown_prefix_treated_as_value ... ok [INFO] [stdout] test tui::folder_picker::tests::wrap_at_space ... ok [INFO] [stdout] test tui::folder_picker::tests::wrap_empty ... ok [INFO] [stdout] test tui::folder_picker::tests::wrap_no_space_hard_break ... ok [INFO] [stdout] test tui::folder_picker::tests::wrap_short_text ... ok [INFO] [stdout] test tui::tests::expand_multiple_references ... ok [INFO] [stdout] test smart_folders::tests::load_save_roundtrip ... ok [INFO] [stdout] test splits::tests::load_save_roundtrip ... ok [INFO] [stdout] test tui::tests::expand_plain_query_unchanged ... ok [INFO] [stdout] test tui::tests::expand_split_reference ... ok [INFO] [stdout] test tui::tests::expand_reference_with_extra_terms ... ok [INFO] [stdout] test tui::tests::expand_unknown_reference_unchanged ... ok [INFO] [stdout] test tui::tests::expand_smart_reference ... ok [INFO] [stdout] test tui::tests::maildir_term_gmail_brackets ... ok [INFO] [stdout] test tui::tests::maildir_term_simple ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 118 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "06c2c853ac34ed098c025eae3f0440df529d5701dac63d9e52a2a5ee4b118bca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06c2c853ac34ed098c025eae3f0440df529d5701dac63d9e52a2a5ee4b118bca", kill_on_drop: false }` [INFO] [stdout] 06c2c853ac34ed098c025eae3f0440df529d5701dac63d9e52a2a5ee4b118bca