[INFO] cloning repository https://github.com/hjosugi/ayame-editor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hjosugi/ayame-editor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhjosugi%2Fayame-editor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhjosugi%2Fayame-editor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b00810a2c582868ed68f64a362ca151b4388d5bb
[INFO] testing hjosugi/ayame-editor against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhjosugi%2Fayame-editor" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/hjosugi/ayame-editor
[INFO] finished tweaking git repo https://github.com/hjosugi/ayame-editor
[INFO] tweaked toml for git repo https://github.com/hjosugi/ayame-editor written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hjosugi/ayame-editor on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hjosugi/ayame-editor 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502
[INFO] running `Command { std: "docker" "start" "649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling rustc-hash v2.1.3
[INFO] [stderr]    Compiling str_indices v0.4.4
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling phf_shared v0.14.0
[INFO] [stderr]    Compiling smawk v0.3.3
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling compact_str v0.9.1
[INFO] [stderr]    Compiling phf_generator v0.14.0
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling oxc_estree v0.138.0
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling dragonbox_ecma v0.1.12
[INFO] [stderr]    Compiling cow-utils v0.1.3
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling unicode-id-start v1.4.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling itertools v0.15.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling rustls-pki-types v1.15.0
[INFO] [stderr]    Compiling num-bigint v0.4.7
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling miniz_oxide v0.9.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling oxc_sourcemap v8.1.0
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling json-escape-simd v3.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling hmac-sha1-compact v1.1.7
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling webpki-roots v1.0.8
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling chardetng v0.1.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling phf_macros v0.14.0
[INFO] [stderr]    Compiling oxc-miette-derive v3.0.0
[INFO] [stderr]    Compiling phf v0.14.0
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling oxc_ast_macros v0.138.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling cobs v0.3.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling oxc-miette v3.0.0
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling xtask v0.5.18 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling oxc_diagnostics v0.138.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling oxc_index v5.0.0
[INFO] [stderr]    Compiling postcard v1.1.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ropey v1.6.1
[INFO] [stderr]    Compiling oxc-browserslist v3.0.9
[INFO] [stderr]    Compiling ayame-core v0.5.18 (/opt/rustwide/workdir/crates/ayame-core)
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling oxc_data_structures v0.138.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling oxc_allocator v0.138.0
[INFO] [stderr]    Compiling oxc_str v0.138.0
[INFO] [stderr]    Compiling oxc_span v0.138.0
[INFO] [stderr]    Compiling oxc_syntax v0.138.0
[INFO] [stderr]    Compiling oxc_regular_expression v0.138.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling oxc_compat v0.138.0
[INFO] [stderr]    Compiling oxc_ast v0.138.0
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling oxc_ecmascript v0.138.0
[INFO] [stderr]    Compiling oxc_ast_visit v0.138.0
[INFO] [stderr]    Compiling oxc_semantic v0.138.0
[INFO] [stderr]    Compiling oxc_parser v0.138.0
[INFO] [stderr]    Compiling oxc_traverse v0.138.0
[INFO] [stderr]    Compiling oxc_codegen v0.138.0
[INFO] [stderr]    Compiling oxc_transformer v0.138.0
[INFO] [stderr]    Compiling ayame-cli v0.5.18 (/opt/rustwide/workdir/crates/ayame-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 07s
[INFO] running `Command { std: "docker" "inspect" "649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling oxc_syntax v0.138.0
[INFO] [stderr]    Compiling oxc_regular_expression v0.138.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling xtask v0.5.18 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling oxc_compat v0.138.0
[INFO] [stderr]    Compiling oxc_ast v0.138.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling ayame-core v0.5.18 (/opt/rustwide/workdir/crates/ayame-core)
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]    --> crates/ayame-core/src/split.rs:236:9
[INFO] [stdout]     |
[INFO] [stdout] 236 |     use std::io::Write as _;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling oxc_ecmascript v0.138.0
[INFO] [stderr]    Compiling oxc_ast_visit v0.138.0
[INFO] [stderr]    Compiling oxc_parser v0.138.0
[INFO] [stderr]    Compiling oxc_semantic v0.138.0
[INFO] [stderr]    Compiling oxc_traverse v0.138.0
[INFO] [stderr]    Compiling oxc_codegen v0.138.0
[INFO] [stderr]    Compiling oxc_transformer v0.138.0
[INFO] [stderr]    Compiling ayame-cli v0.5.18 (/opt/rustwide/workdir/crates/ayame-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 38s
[INFO] running `Command { std: "docker" "inspect" "649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::io::Write`
[INFO] [stderr]    --> crates/ayame-core/src/split.rs:236:9
[INFO] [stderr]     |
[INFO] [stderr] 236 |     use std::io::Write as _;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `ayame-core` (lib test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.57s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ayame-c5a54ba9a8794d97)
[INFO] [stdout] 
[INFO] [stdout] running 71 tests
[INFO] [stdout] test cli::args::tests::checked_parse_rejects_missing_values ... ok
[INFO] [stdout] test cli::args::tests::checked_parse_rejects_unknown_options ... ok
[INFO] [stdout] test cli::update::tests::compares_plain_semver_versions ... ok
[INFO] [stdout] test cli::args::tests::checked_parse_keeps_dash_dash_positionals_unchecked ... ok
[INFO] [stdout] test cli::tests::command_table_covers_dispatch_names ... ok
[INFO] [stdout] test cli::update::tests::detects_enclosing_macos_app ... ok
[INFO] [stdout] test cli::update::tests::detects_package_manager_installs ... ok
[INFO] [stdout] test cli::update::tests::detects_nix_store_paths ... ok
[INFO] [stdout] test cli::update::tests::normalizes_tags ... ok
[INFO] [stdout] test cli::update::tests::parses_sha256_files ... ok
[INFO] [stdout] test cli::update::tests::remove_plan_uses_install_dir ... ok
[INFO] [stdout] test cli::update::tests::startup_check_only_prompts_for_newer_releases ... ok
[INFO] [stdout] test diff::tests::changed_line_is_a_replace_hunk ... ok
[INFO] [stdout] test diff::tests::trailing_insert_and_empty_old_document ... ok
[INFO] [stdout] test diff::tests::deleted_lines_make_a_delete_hunk ... ok
[INFO] [stdout] test diff::tests::equal_documents_produce_no_hunks ... ok
[INFO] [stdout] test cli::tests::search_exit_code_follows_grep_convention ... ok
[INFO] [stdout] test diff::tests::resync_window_bounds_the_lookahead ... ok
[INFO] [stdout] test diff::tests::max_hunks_truncates_but_keeps_counting ... ok
[INFO] [stdout] test diff::tests::truncate_for_column_never_splits_a_multibyte_char ... ok
[INFO] [stdout] test diff::tests::inserted_lines_make_an_insert_hunk ... ok
[INFO] [stdout] test serve::ops::tests::sort_worker_command_inherits_the_open_document_encoding ... ok
[INFO] [stdout] test serve::ops::tests::clean_session_uses_the_on_disk_path ... ok
[INFO] [stdout] test serve::ops::tests::parses_machine_progress_lines ... ok
[INFO] [stdout] test serve::ops::tests::grep_save_command_carries_search_flags_and_parallel_defaults ... ok
[INFO] [stdout] test serve::ops::tests::tracked_operation_is_evicted_when_its_guard_drops ... ok
[INFO] [stdout] test serve::ops::tests::sorted_temp_path_is_named_after_the_source ... ok
[INFO] [stdout] test serve::security::tests::check_headers_enforces_host_for_all_methods_and_origin_for_writes ... ok
[INFO] [stdout] test serve::security::tests::loopback_policy_rejects_foreign_hosts ... ok
[INFO] [stdout] test serve::security::tests::loopback_policy_accepts_local_hosts_any_port ... ok
[INFO] [stdout] test serve::security::tests::host_is_loopback_matches_bind_syntax ... ok
[INFO] [stdout] test serve::security::tests::origins_of_this_server_are_allowed_foreign_ones_are_not ... ok
[INFO] [stdout] test serve::ops::tests::sort_worker_command_round_trips_through_the_cli_parser ... ok
[INFO] [stdout] test serve::ops::tests::dirty_session_materializes_and_cleans_up ... ok
[INFO] [stdout] test serve::security::tests::remote_policy_accepts_ip_literals_but_not_dns_names ... ok
[INFO] [stdout] test serve::state::tests::a_hundred_session_paths_survive_the_cap ... ok
[INFO] [stdout] test serve::edit::tests::selection_batch_rejects_a_swapped_document_with_matching_generation ... ok
[INFO] [stdout] test serve::edit::tests::switch_to_saved_rejects_an_edit_that_raced_the_reload ... ok
[INFO] [stdout] test serve::state::tests::concurrent_open_of_same_file_installs_one_tab_and_one_wal ... ok
[INFO] [stdout] test serve::state::tests::close_tab_keeps_wal_when_same_wal_path_is_still_open ... ok
[INFO] [stdout] test serve::state::tests::close_tab_focuses_neighbor_and_removes_asides ... ok
[INFO] [stdout] test serve::tests::browse_error_shows_the_path_without_the_verbatim_prefix ... ok
[INFO] [stdout] test serve::tests::cross_origin_writes_are_blocked ... ok
[INFO] [stdout] test serve::tests::localhost_bind_name_resolves_to_a_bindable_socket ... ok
[INFO] [stdout] test serve::tests::replace_batch_applies_all_carets_as_one_undo_step ... ok
[INFO] [stdout] test serve::tests::split_save_rejects_zero_lines ... ok
[INFO] [stdout] test serve::tests::stat_answers_and_rebinding_host_is_blocked ... ok
[INFO] [stdout] test serve::tests::opening_an_already_open_file_focuses_its_tab ... ok
[INFO] [stdout] test serve::tests::find_sees_unsaved_edits_through_a_cached_snapshot ... ok
[INFO] [stdout] test serve::tests::revert_returns_to_the_last_saved_state ... ok
[INFO] [stdout] test icon::tests::mark_is_square_and_fills_canvas ... ok
[INFO] [stdout] test serve::tests::edit_save_converts_encoding_eol_and_bom_then_reloads_tab ... ok
[INFO] [stdout] test serve::tests::edit_save_round_trip_overwrites_in_place ... ok
[INFO] [stdout] test serve::tests::tabs_detach_refuses_a_dirty_tab_without_a_crash_log ... ok
[INFO] [stdout] test serve::tests::verbatim_prefix_is_stripped_for_display ... ok
[INFO] [stdout] test serve::tests::tail_poll_follows_appended_data ... ok
[INFO] [stdout] test serve::tests::upload_over_limit_returns_413_and_removes_partial_file ... ok
[INFO] [stdout] test serve::tests::upload_sanitizes_name_and_opens_uploaded_file ... ok
[INFO] [stdout] test serve::tests::undo_crosses_in_place_save_and_second_save_writes_undone_bytes ... ok
[INFO] [stdout] test serve::tests::wal_is_reset_by_a_save_so_a_restart_is_clean ... ok
[INFO] [stdout] test serve::workspace::tests::civil_date_from_unix_epoch ... ok
[INFO] [stdout] test serve::workspace::tests::scratch_dirs_are_randomized_created_private_dirs ... ok
[INFO] [stdout] test serve::workspace::tests::scratch_paths_are_recognized_in_both_dir_name_generations ... ok
[INFO] [stdout] test serve::workspace::tests::utc_date_time_splits_seconds ... ok
[INFO] [stdout] test serve::workspace::tests::browse_parent_walks_up_and_offers_drives_at_a_root ... ok
[INFO] [stdout] test serve::tests::zero_width_rect_selection_saves_a_newline_only_column ... ok
[INFO] [stdout] test serve::tests::save_as_switches_the_active_tab_to_the_saved_file ... ok
[INFO] [stdout] test serve::tests::tabs_detach_keeps_the_wal_for_a_dirty_handoff ... ok
[INFO] [stdout] test serve::tests::wal_recovers_unsaved_edits_after_a_crash ... ok
[INFO] [stdout] test serve::tests::wal_discard_declines_the_recovery_and_cleans_the_log ... ok
[INFO] [stdout] test serve::tests::tail_poll_does_not_write_a_new_index_cache_per_append ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 71 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sort_in_place.rs (/opt/rustwide/target/debug/deps/sort_in_place-3ab41f204552e494)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test in_place_sort_overwrites_the_open_file_with_dirty_edits_applied ... ok
[INFO] [stderr]      Running tests/split_save.rs (/opt/rustwide/target/debug/deps/split_save-f5a8e7d3ac82ee2f)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ayame_core-3aafc77b6ea98f27)
[INFO] [stdout] test split_save_splits_the_edited_view_into_parts_named_after_the_source ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 156 tests
[INFO] [stdout] test document::tests::opens_forced_utf16be_without_bom ... ok
[INFO] [stdout] test document::tests::opens_utf16le_with_bom_and_crlf ... ok
[INFO] [stdout] test document::tests::refresh_tail_follows_appended_data ... ok
[INFO] [stdout] test document::tests::empty_file_is_safe ... ok
[INFO] [stdout] test document::tests::legacy_line_col_byte_walks_raw_bytes_after_malformed_byte ... ok
[INFO] [stdout] test document::tests::forced_legacy_search_handles_empty_and_bom_only_files ... ok
[INFO] [stdout] test edit::tests::clear_returns_to_opened_content_but_keeps_saved_marker ... ok
[INFO] [stdout] test document::tests::search_through_document ... ok
[INFO] [stdout] test edit::tests::mark_saved_at_pins_the_snapshotted_generation ... ok
[INFO] [stdout] test edit::tests::new_edit_after_undo_discards_redo ... ok
[INFO] [stdout] test edit::tests::line_overlay_replaces_inserts_and_deletes ... ok
[INFO] [stdout] test edit::tests::mark_saved_keeps_history_and_dirtiness_survives_undo_redo ... ok
[INFO] [stdout] test edit::tests::history_limit_keeps_last_256_generations ... ok
[INFO] [stdout] test document::tests::refresh_tail_shrink_signals_reindex_without_adopting_new_length ... ok
[INFO] [stdout] test document::tests::open_and_navigate ... ok
[INFO] [stdout] test edit::tests::replace_batch_backspace_at_each_caret_is_one_undo_step ... ok
[INFO] [stdout] test edit::tests::replace_batch_multiline_insert_shifts_lines_below ... ok
[INFO] [stdout] test edit::tests::replace_batch_same_line_carets_shift_later_columns ... ok
[INFO] [stdout] test edit::tests::replace_batch_three_carets_is_one_undo_step ... ok
[INFO] [stdout] test edit::tests::rebased_overlay_is_empty_and_clean_when_the_view_equals_the_save ... ok
[INFO] [stdout] test edit::tests::replace_range_backspace_merges_two_lines ... ok
[INFO] [stdout] test edit::tests::rebased_overlay_reanchors_the_live_view_onto_the_saved_base ... ok
[INFO] [stdout] test edit::tests::replace_batch_without_effect_records_nothing ... ok
[INFO] [stdout] test edit::tests::rebased_overlay_maps_insert_list_edits_onto_saved_insert_lines ... ok
[INFO] [stdout] test edit::tests::replace_range_enter_splits_a_line_into_two ... ok
[INFO] [stdout] test edit::tests::replace_range_can_seed_an_empty_document ... ok
[INFO] [stdout] test edit::tests::replace_range_clamps_columns_past_line_end ... ok
[INFO] [stdout] test edit::tests::replace_range_multi_line_selection_replaced_with_multi_line_text ... ok
[INFO] [stdout] test edit::tests::replace_range_counts_unicode_scalars_not_bytes ... ok
[INFO] [stdout] test edit::tests::replace_range_paste_multiline_into_a_caret ... ok
[INFO] [stdout] test edit::tests::replace_range_is_a_single_undo_unit ... ok
[INFO] [stdout] test edit::tests::replace_range_typing_within_a_line_inserts_and_moves_caret ... ok
[INFO] [stdout] test edit::tests::replace_rect_maps_multiline_text_by_row ... ok
[INFO] [stdout] test edit::tests::replace_rect_is_a_single_undo_unit ... ok
[INFO] [stdout] test edit::tests::replace_range_rejects_out_of_range_lines ... ok
[INFO] [stdout] test edit::tests::replace_batch_rejects_overlapping_or_invalid_ranges ... ok
[INFO] [stdout] test edit::tests::save_converted_rejects_unrepresentable_chars ... ok
[INFO] [stdout] test edit::tests::retyping_original_text_clears_the_overlay_but_not_dirtiness ... ok
[INFO] [stdout] test edit::tests::save_converted_preserves_missing_final_newline ... ok
[INFO] [stdout] test edit::tests::save_converted_applies_pending_edits ... ok
[INFO] [stdout] test edit::tests::save_converted_changes_encoding_and_eol ... ok
[INFO] [stdout] test edit::tests::empty_file_can_be_edited_and_saved ... ok
[INFO] [stdout] test edit::tests::save_stream_does_not_prefix_newline_when_every_original_line_is_deleted ... ok
[INFO] [stdout] test edit::tests::save_stream_does_not_add_blank_line_after_deleted_final_line ... ok
[INFO] [stdout] test edit::tests::save_copies_untouched_runs_between_sparse_edits ... ok
[INFO] [stdout] test edit::tests::undo_after_paste_and_edits_inside_pasted_block ... ok
[INFO] [stdout] test edit::tests::save_converted_prepends_unicode_boms ... ok
[INFO] [stdout] test edit::tests::undo_redo_walk_multi_step_history ... ok
[INFO] [stdout] test edit::tests::save_stream_preserves_untouched_bytes_and_crlf ... ok
[INFO] [stdout] test encoding::tests::detects_ascii_and_utf8 ... ok
[INFO] [stdout] test encoding::tests::detects_utf8_bom ... ok
[INFO] [stdout] test encoding::tests::eol_detection ... ok
[INFO] [stdout] test encoding::tests::labels_round_trip_through_cli_parse ... ok
[INFO] [stdout] test encoding::tests::override_wins_but_keeps_bom ... ok
[INFO] [stdout] test encoding::tests::detects_shift_jis ... ok
[INFO] [stdout] test edit::tests::save_to_path_overwrite_replaces_existing_file ... ok
[INFO] [stdout] test fields::tests::csv_field_handles_quotes_and_escapes ... ok
[INFO] [stdout] test fields::tests::csv_field_streams_quoted_fields_larger_than_internal_buffer ... ok
[INFO] [stdout] test grep::tests::glob_match_handles_wildcards ... ok
[INFO] [stdout] test edit::tests::undo_past_save_then_saving_again_reads_clean ... ok
[INFO] [stdout] test edit::tests::undo_redo_restore_sparse_overlay ... ok
[INFO] [stdout] test index::tests::bom_offset_is_skipped ... ok
[INFO] [stdout] test edit::tests::shift_jis_edits_are_encoded_while_untouched_bytes_are_preserved ... ok
[INFO] [stdout] test index::tests::counts_match_editor_semantics ... ok
[INFO] [stdout] test index::tests::crlf_is_trimmed ... ok
[INFO] [stdout] test index::tests::byte_to_line_roundtrips ... ok
[INFO] [stdout] test index::tests::extend_tail_is_noop_without_growth ... ok
[INFO] [stdout] test index::tests::minimum_capacity_is_ten_billion_lines ... ok
[INFO] [stdout] test fsync::tests::replace_with_staged_restores_target_when_promotion_fails ... ok
[INFO] [stdout] test fsync::tests::replace_with_staged_falls_back_through_aside_when_target_exists ... ok
[INFO] [stdout] test grep::tests::grep_dir_reports_file_count_truncation_and_skips_large_files ... ok
[INFO] [stdout] test index::tests::viewport_matches_individual_lookup ... ok
[INFO] [stdout] test index::tests::extend_tail_matches_a_full_rebuild ... ok
[INFO] [stdout] test grep::tests::grep_dir_finds_matches_and_respects_filters_and_caps ... ok
[INFO] [stdout] test index::tests::random_access_with_tiny_stride ... ok
[INFO] [stdout] test ops::tests::group_no_spill_fast_path ... ok
[INFO] [stdout] test ops::tests::csv_group_respects_quoted_delimiters ... ok
[INFO] [stdout] test ops::tests::lexicographic_reverse_and_whole_line ... ok
[INFO] [stdout] test index::tests::serialize_roundtrip_is_equivalent ... ok
[INFO] [stdout] test ops::tests::numeric_handles_negatives_and_floats ... ok
[INFO] [stdout] test ops::tests::numeric_sort_and_top_push_invalid_values_to_the_end_for_largest ... ok
[INFO] [stdout] test grep::tests::grep_dir_case_insensitive_and_regex ... ok
[INFO] [stdout] test ops::tests::text_sort_normalizes_keys_to_nfc ... ok
[INFO] [stdout] test ops::tests::top_n_largest_and_smallest ... ok
[INFO] [stdout] test search::tests::case_insensitive_and_regex ... ok
[INFO] [stdout] test search::tests::euc_jp_find_prev_decoded_path_walks_backward_by_lines ... ok
[INFO] [stdout] test search::tests::euc_jp_literal_and_decoded_search_paths_find_japanese_text ... ok
[INFO] [stdout] test search::tests::literal_search_maps_line_and_column ... ok
[INFO] [stdout] test search::tests::next_and_prev ... ok
[INFO] [stdout] test search::tests::prev_literal_search_finds_match_crossing_chunk_boundary ... ok
[INFO] [stdout] test search::tests::prev_literal_search_walks_backward_by_chunks ... ok
[INFO] [stdout] test search::tests::shift_jis_case_insensitive_finds_japanese_text ... ok
[INFO] [stdout] test search::tests::shift_jis_find_next_and_prev_step_between_decoded_hits ... ok
[INFO] [stdout] test search::tests::shift_jis_literal_rejects_mid_character_match ... ok
[INFO] [stdout] test search::tests::shift_jis_regex_matches_decoded_text ... ok
[INFO] [stdout] test ops::tests::distinct_estimate_is_close ... ok
[INFO] [stdout] test search::tests::shift_jis_whole_word_uses_character_not_trail_byte_boundary ... ok
[INFO] [stdout] test search::tests::utf16_literal_search_rejects_misaligned_hits ... ok
[INFO] [stdout] test search::tests::utf16_case_insensitive_and_regex_match_via_decode ... ok
[INFO] [stdout] test search::tests::whole_word_filters_substrings ... ok
[INFO] [stdout] test split::tests::crlf_terminators_are_preserved ... ok
[INFO] [stdout] test split::tests::bom_goes_only_into_the_first_part ... ok
[INFO] [stdout] test split::tests::default_dir_is_next_to_the_source_and_name_can_be_overridden ... ok
[INFO] [stdout] test split::tests::part_numbers_widen_past_four_digits ... ok
[INFO] [stdout] test split::tests::refuses_to_overwrite_and_cleans_up_created_parts ... ok
[INFO] [stdout] test split::tests::refuses_zero_lines_per_file ... ok
[INFO] [stdout] test split::tests::exact_multiple_splits_evenly ... ok
[INFO] [stdout] test split::tests::remainder_lands_in_a_shorter_last_part ... ok
[INFO] [stdout] test split::tests::shift_jis_bytes_are_copied_verbatim ... ok
[INFO] [stdout] test transform::tests::case_mode_parse_accepts_user_spellings ... ok
[INFO] [stdout] test ops::tests::sort_uses_bounded_fan_in_multi_pass_merge ... ok
[INFO] [stdout] test transform::tests::case_transform_skips_shift_jis_trail_bytes ... ok
[INFO] [stdout] test transform::tests::grep_lines_extracts_matching_lines_verbatim ... ok
[INFO] [stdout] test split::tests::single_part_when_lines_cover_the_whole_file ... ok
[INFO] [stdout] test transform::tests::grep_lines_overwrite_replaces_existing_target ... ok
[INFO] [stdout] test transform::tests::grep_lines_shift_jis_skips_trail_byte_matches ... ok
[INFO] [stdout] test transform::tests::grep_lines_shift_jis_whole_word_uses_char_not_trail_byte_boundary ... ok
[INFO] [stdout] test transform::tests::literal_replace_uses_streaming_raw_path_and_preserves_eol ... ok
[INFO] [stdout] test transform::tests::parallel_case_matches_streaming_case ... ok
[INFO] [stdout] test transform::tests::grep_lines_regex_case_and_word_match_search_semantics ... ok
[INFO] [stdout] test transform::tests::parallel_grep_matches_streaming_grep ... ok
[INFO] [stdout] test transform::tests::regex_replace_decodes_only_changed_lines ... ok
[INFO] [stdout] test transform::tests::parallel_literal_replace_preserves_order_and_eol ... ok
[INFO] [stdout] test transform::tests::utf16_case_transform_leaves_cjk_units_alone ... ok
[INFO] [stdout] test transform::tests::with_progress_reports_monotonic_done_up_to_total ... ok
[INFO] [stdout] test transform::tests::shift_jis_literal_replace_skips_trail_byte_matches ... ok
[INFO] [stdout] test transform::tests::parallel_regex_replace_matches_streaming_replace ... ok
[INFO] [stdout] test transform::tests::word_case_mode_streams_whole_file ... ok
[INFO] [stdout] test wal::tests::clone_does_not_carry_the_wal_attachment ... ok
[INFO] [stdout] test wal::tests::aside_log_is_used_when_the_target_is_missing ... ok
[INFO] [stdout] test wal::tests::compaction_after_plain_reset_skips_instead_of_corrupting ... ok
[INFO] [stdout] test wal::tests::corrupt_complete_line_marks_the_log_invalid ... ok
[INFO] [stdout] test transform::tests::word_case_modes_rewrite_identifier_runs ... ok
[INFO] [stdout] test wal::tests::missing_or_empty_logs_read_as_clean ... ok
[INFO] [stdout] test wal::tests::misplaced_header_record_marks_the_log_invalid ... ok
[INFO] [stdout] test wal::tests::no_op_edits_are_not_logged ... ok
[INFO] [stdout] test document::tests::index_cache_hit_then_stale ... ok
[INFO] [stdout] test wal::tests::compaction_after_save_reset_rebases_onto_the_saved_base ... ok
[INFO] [stdout] test wal::tests::plain_reset_degrades_the_snapshot_to_a_clean_log ... ok
[INFO] [stdout] test wal::tests::refocus_after_a_clean_save_leaves_nothing_to_recover ... ok
[INFO] [stdout] test wal::tests::redo_after_undo_across_save_reset_recovers_consistently ... ok
[INFO] [stdout] test wal::tests::round_trip_replays_mixed_ops_after_crash ... ok
[INFO] [stdout] test wal::tests::reset_on_save_starts_clean_against_the_new_base ... ok
[INFO] [stdout] test wal::tests::snapshot_compaction_shrinks_log_and_replays ... ok
[INFO] [stdout] test wal::tests::rename_via_aside_replaces_the_target_and_cleans_up ... ok
[INFO] [stdout] test wal::tests::staged_compaction_installs_and_replays ... ok
[INFO] [stdout] test wal::tests::torn_tail_is_ignored ... ok
[INFO] [stdout] test wal::tests::stale_log_is_reported_when_the_base_changed ... ok
[INFO] [stdout] test wal::tests::wal_path_for_is_deterministic_and_scoped ... ok
[INFO] [stdout] test wal::tests::undo_after_save_reset_recovers_the_undone_view ... ok
[INFO] [stdout] test wal::tests::undo_across_a_compaction_snapshot_stays_replayable ... ok
[INFO] [stdout] test ops::tests::group_by_counts_and_sums_with_spill ... ok
[INFO] [stdout] test ops::tests::group_spill_matches_the_in_memory_fast_path ... FAILED
[INFO] [stdout] test wal::tests::randomized_ops_saves_and_crashes_replay_the_live_view ... ok
[INFO] [stdout] test ops::tests::reverse_sort_with_spill_is_stable_and_descending ... ok
[INFO] [stdout] test ops::tests::numeric_sort_with_tiny_budget_spills_and_orders ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- ops::tests::group_spill_matches_the_in_memory_fast_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'ops::tests::group_spill_matches_the_in_memory_fast_path' (3037) panicked at crates/ayame-core/src/ops/tests.rs:364:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 24, kind: TooManyOpenFiles, message: "Too many open files" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5de1d7fea101 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5de1d7fea101 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5de1d7fea101 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5de1d7fea101 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5de1d8000a9a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5de1d8000a9a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5de1d7fee98c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5de1d7fee98c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5de1d7fc4b86 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5de1d7fc4b86 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5de1d7fe0579 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5de1d7f15c10 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5de1d7f15c10 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5de1d7fe08a2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5de1d7fe08a2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5de1d7fc4c32 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5de1d7fbc079 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5de1d7fc591d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5de1d800131c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5de1d8001092 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5de1d7b4b240 - <core[6883ba1bc0fe4ed1]::result::Result<ayame_core[9619301d65654498]::ops::group::GroupStats, ayame_core[9619301d65654498]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5de1d7b4b240 - ayame_core[9619301d65654498]::ops::tests::group_spill_matches_the_in_memory_fast_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/ayame-core/src/ops/tests.rs:364:10
[INFO] [stdout]   22:     0x5de1d7b527a8 - ayame_core[9619301d65654498]::ops::tests::group_spill_matches_the_in_memory_fast_path
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/ayame-core/src/ops/tests.rs:370:25
[INFO] [stdout]   23:     0x5de1d7b4a847 - ayame_core[9619301d65654498]::ops::tests::group_spill_matches_the_in_memory_fast_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/ayame-core/src/ops/tests.rs:343:49
[INFO] [stdout]   24:     0x5de1d7b037b6 - <ayame_core[9619301d65654498]::ops::tests::group_spill_matches_the_in_memory_fast_path::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5de1d7f08f4b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5de1d7f08f4b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x5de1d7f16595 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x5de1d7f16595 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5de1d7f16595 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5de1d7f16595 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x5de1d7f16595 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5de1d7f16595 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x5de1d7f16595 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x5de1d7f11044 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x5de1d7f11044 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x5de1d7f196e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x5de1d7f196e2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x5de1d7f196e2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   39:     0x5de1d7f196e2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x5de1d7f196e2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5de1d7f196e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x5de1d7f196e2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5de1d7fe901f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   44:     0x5de1d7fe901f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   45:     0x777915b0faa4 - <unknown>
[INFO] [stdout]   46:     0x777915b9ca64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     ops::tests::group_spill_matches_the_in_memory_fast_path
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 155 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.91s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p ayame-core --lib`
[INFO] running `Command { std: "docker" "inspect" "649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502", kill_on_drop: false }`
[INFO] [stdout] 649ba0cd4fbc532295e64a8ce92f9602ece45723808c97f75653ea3f9cd31502
