[INFO] cloning repository https://github.com/JustinEnlow/edit_core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JustinEnlow/edit_core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJustinEnlow%2Fedit_core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJustinEnlow%2Fedit_core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 751fcb489cc09c9f7ef877eb29c3a09b99538634
[INFO] testing JustinEnlow/edit_core against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJustinEnlow%2Fedit_core" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JustinEnlow/edit_core
[INFO] finished tweaking git repo https://github.com/JustinEnlow/edit_core
[INFO] tweaked toml for git repo https://github.com/JustinEnlow/edit_core written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JustinEnlow/edit_core on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JustinEnlow/edit_core 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e52914cc9b0d943b47ac06ff7153e41e9214963db2be58da076bc892865c652
[INFO] running `Command { std: "docker" "start" "-a" "4e52914cc9b0d943b47ac06ff7153e41e9214963db2be58da076bc892865c652", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e52914cc9b0d943b47ac06ff7153e41e9214963db2be58da076bc892865c652", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e52914cc9b0d943b47ac06ff7153e41e9214963db2be58da076bc892865c652", kill_on_drop: false }`
[INFO] [stdout] 4e52914cc9b0d943b47ac06ff7153e41e9214963db2be58da076bc892865c652
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5cfe561997bde8f95a86b721cb29589639438cd4be7cc402941cbb202be7af2e
[INFO] running `Command { std: "docker" "start" "-a" "5cfe561997bde8f95a86b721cb29589639438cd4be7cc402941cbb202be7af2e", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling str_indices v0.4.3
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling ropey v1.6.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling edit_core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
[INFO] running `Command { std: "docker" "inspect" "5cfe561997bde8f95a86b721cb29589639438cd4be7cc402941cbb202be7af2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cfe561997bde8f95a86b721cb29589639438cd4be7cc402941cbb202be7af2e", kill_on_drop: false }`
[INFO] [stdout] 5cfe561997bde8f95a86b721cb29589639438cd4be7cc402941cbb202be7af2e
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 314a9da14a24afa5546d914cbbbf747a8714e3a4ee41c848c7989b4b9014bfab
[INFO] running `Command { std: "docker" "start" "-a" "314a9da14a24afa5546d914cbbbf747a8714e3a4ee41c848c7989b4b9014bfab", kill_on_drop: false }`
[INFO] [stderr]    Compiling edit_core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.52s
[INFO] running `Command { std: "docker" "inspect" "314a9da14a24afa5546d914cbbbf747a8714e3a4ee41c848c7989b4b9014bfab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "314a9da14a24afa5546d914cbbbf747a8714e3a4ee41c848c7989b4b9014bfab", kill_on_drop: false }`
[INFO] [stdout] 314a9da14a24afa5546d914cbbbf747a8714e3a4ee41c848c7989b4b9014bfab
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bf4aa04563fb2d70b1eaeaa49c9bd8f04a2746a8326b81ef2db8c73fa47f0270
[INFO] running `Command { std: "docker" "start" "-a" "bf4aa04563fb2d70b1eaeaa49c9bd8f04a2746a8326b81ef2db8c73fa47f0270", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/edit_core-c394bfdc9efc169c)
[INFO] [stdout] 
[INFO] [stdout] running 418 tests
[INFO] [stdout] test range_tests::contains::contains ... ok
[INFO] [stdout] test range_tests::merge::consecutive ... ok
[INFO] [stdout] test range_tests::end::idk ... ok
[INFO] [stdout] test range_tests::merge::contained ... ok
[INFO] [stdout] test range_tests::intersection::intersection_should_error_if_non_overlapping ... ok
[INFO] [stdout] test range_tests::merge::disconnected ... ok
[INFO] [stdout] test range_tests::intersection::intersection ... ok
[INFO] [stdout] test range_tests::merge::overlapping ... ok
[INFO] [stdout] test range_tests::overlaps::non_zero_width_ranges ... ok
[INFO] [stdout] test range_tests::overlaps::zero_width_range ... ok
[INFO] [stdout] test range_tests::overlaps::zero_width_and_non_zero_width_range ... ok
[INFO] [stdout] test selection_tests::anchor::bar_semantics ... ok
[INFO] [stdout] test range_tests::start::idk ... ok
[INFO] [stdout] test selection_tests::anchor::direction_backward_block_semantics ... ok
[INFO] [stdout] test range_tests::merge::merge ... ok
[INFO] [stdout] test selection_tests::cursor::when_anchor_greater_than_head_block_semantics ... ok
[INFO] [stdout] test selection_tests::cursor::when_head_equal_anchor_bar_semantics ... ok
[INFO] [stdout] test selection_tests::cursor::when_head_greater_than_anchor_block_semantics ... ok
[INFO] [stdout] test selection_tests::cursor::when_head_greater_than_anchor_bar_semantics ... ok
[INFO] [stdout] test selection_tests::debug::errors_when_head_equals_anchor_block_semantics ... ok
[INFO] [stdout] test selection_tests::debug::returns_proper_string_when_cursor_past_end_of_text_block_semantics ... ok
[INFO] [stdout] test selection_tests::debug::returns_proper_string_when_cursor_past_end_of_text_bar_semantics ... ok
[INFO] [stdout] test selection_tests::debug::returns_proper_string_when_head_equals_anchor_bar_semantics ... ok
[INFO] [stdout] test selection_tests::debug::returns_proper_string_when_head_greater_than_anchor_bar_semantics ... ok
[INFO] [stdout] test selection_tests::debug::returns_proper_string_when_head_greater_than_anchor_block_semantics ... ok
[INFO] [stdout] test selection_tests::debug::returns_proper_string_when_head_less_than_anchor_bar_semantics ... ok
[INFO] [stdout] test selection_tests::debug::returns_proper_string_when_head_less_than_anchor_block_semantics ... ok
[INFO] [stdout] test selection_tests::head::bar_semantics ... ok
[INFO] [stdout] test selection_tests::head::direction_backward_block_semantics ... ok
[INFO] [stdout] test selection_tests::head::direction_forward_block_semantics ... ok
[INFO] [stdout] test selection_tests::is_extended::when_anchor_greater_than_head_bar_semantics ... ok
[INFO] [stdout] test selection_tests::is_extended::when_anchor_greater_than_head_block_semantics ... ok
[INFO] [stdout] test selection_tests::is_extended::when_head_equals_anchor_bar_semantics ... ok
[INFO] [stdout] test selection_tests::is_extended::when_head_equals_anchor_block_semantics ... ok
[INFO] [stdout] test selection_tests::anchor::direction_forward_block_semantics ... ok
[INFO] [stdout] test selection_tests::is_extended::when_head_greater_than_anchor_bar_semantics ... ok
[INFO] [stdout] test selection_tests::cursor::when_anchor_greater_than_head_bar_semantics ... ok
[INFO] [stdout] test selection_tests::is_extended::when_head_greater_than_anchor_block_semantics ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_extended_multiselections_with_self_and_other_backward_bar_semantics ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_extended_multiselections_with_self_and_other_forward ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_extended_multiselections_with_self_and_other_forward_bar_semantics ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_non_extended_multicursors_bar_semantics ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_non_extended_multicursors_with_self_backward_and_other_forward ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_non_extended_multicursors_with_self_forward_and_other_backward ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_self_extended_backward_and_other_non_extended_backward ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_self_extended_backward_and_other_non_extended_bar_semantics ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_self_extended_backward_and_other_non_extended_forward ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_self_extended_forward_and_other_non_extended_backward ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_self_extended_forward_and_other_non_extended_bar_semantics ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_self_extended_forward_and_other_non_extended_forward ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_self_non_extended_and_other_extended_backward_bar_semantics ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_self_non_extended_and_other_extended_forward_bar_semantics ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_self_non_extended_backward_and_other_extended_backward ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_self_non_extended_backward_and_other_extended_forward ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_self_non_extended_forward_and_other_extended_backward ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_self_non_extended_forward_and_other_extended_forward ... ok
[INFO] [stdout] test selection_tests::move_horizontally::move_horizontally ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_non_extended_multicursors_with_self_and_other_forward ... ok
[INFO] [stdout] test selection_tests::move_vertically::move_vertically ... ok
[INFO] [stdout] test selection_tests::new::extended_backward_bar_semantics ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_non_extended_multicursors_with_self_and_other_backward ... ok
[INFO] [stdout] test selection_tests::new::extended_backward_block_semantics ... ok
[INFO] [stdout] test selection_tests::new::extended_forward_bar_semantics ... ok
[INFO] [stdout] test selection_tests::merge_overlapping::with_extended_multiselections_with_self_and_other_backward ... ok
[INFO] [stdout] test selection_tests::new::no_extension_forward_cursor_block_semantics ... ok
[INFO] [stdout] test selection_tests::put_cursor::put_cursor ... ok
[INFO] [stdout] test selection_tests::spans_multiple_lines::selection_extended_on_same_line_bar_semantics ... ok
[INFO] [stdout] test selection_tests::spans_multiple_lines::selection_extended_on_same_line_block_semantics ... ok
[INFO] [stdout] test selection_tests::spans_multiple_lines::selection_extended_on_same_line_to_newline_char_bar_semantics ... ok
[INFO] [stdout] test selection_tests::new::no_extension_backward_cursor_block_semantics ... ok
[INFO] [stdout] test selection_tests::new::extended_forward_block_semantics ... ok
[INFO] [stdout] test selection_tests::spans_multiple_lines::selection_extended_on_same_line_to_newline_char_block_semantics ... ok
[INFO] [stdout] test selection_tests::spans_multiple_lines::selection_extended_to_other_lines_block_semantics ... ok
[INFO] [stdout] test selection_tests::spans_multiple_lines::selection_extended_to_other_lines_bar_semantics ... ok
[INFO] [stdout] test selection_tests::spans_multiple_lines::selection_not_extended_bar_semantics ... ok
[INFO] [stdout] test selection_tests::new::no_extension_bar_semantics ... ok
[INFO] [stdout] test selections_tests::merge_overlapping::error_if_single_selection ... ok
[INFO] [stdout] test selection_tests::spans_multiple_lines::selection_not_extended_block_semantics ... ok
[INFO] [stdout] test selection_tests::spans_multiple_lines::verify_cursor_past_doc_text ... ok
[INFO] [stdout] test selection_tests::selection_to_selection2d::selection_to_selection2d ... ok
[INFO] [stdout] test selections_tests::merge_overlapping::no_change_if_no_selections_overlap ... ok
[INFO] [stdout] test selections_tests::merge_overlapping::merge_overlapping_selections ... ok
[INFO] [stdout] test range_tests::end::fails_when_end_less_than_start - should panic ... ok
[INFO] [stdout] test selections_tests::new::selections_are_grapheme_aligned ... ignored
[INFO] [stdout] test selections_tests::new::selections_are_sorted_by_ascending_position_in_doc ... ok
[INFO] [stdout] test range_tests::start::fails_when_start_greater_than_end - should panic ... ok
[INFO] [stdout] test range_tests::new::when_end_greater_than_start - should panic ... ok
[INFO] [stdout] test selections_tests::move_cursor_clearing_non_primary::idk ... FAILED
[INFO] [stdout] test selections_tests::push_front::push_front_works ... ok
[INFO] [stdout] test selections_tests::move_cursor_non_overlapping::idk ... FAILED
[INFO] [stdout] test selections_tests::move_cursor_potentially_overlapping::idk ... FAILED
[INFO] [stdout] test selections_tests::push::push_works ... ok
[INFO] [stdout] test selections_tests::pop::pop_works ... ok
[INFO] [stdout] test selections_tests::move_cursor_page::idk ... FAILED
[INFO] [stdout] test selections_tests::new::overlapping_selections_are_merged ... FAILED
[INFO] [stdout] test text_util_tests::first_non_whitespace_character_offset::with_empty_line ... ok
[INFO] [stdout] test text_util_tests::first_non_whitespace_character_offset::with_leading_whitespace ... ok
[INFO] [stdout] test selections_tests::sort::sort_works ... ok
[INFO] [stdout] test text_util_tests::line_width::idk ... ok
[INFO] [stdout] test text_util_tests::distance_to_next_multiple_of_tab_width::idk ... ok
[INFO] [stdout] test text_util_tests::next_grapheme_index::with_ascii ... ok
[INFO] [stdout] test text_util_tests::next_grapheme_index::with_utf8 ... ignored
[INFO] [stdout] test text_util_tests::next_grapheme_index::with_utf8_if_at_doc_end_returns_current_index ... ignored
[INFO] [stdout] test text_util_tests::first_non_whitespace_character_offset::with_line_containing_only_whitespace ... ok
[INFO] [stdout] test text_util_tests::previous_grapheme_index::with_ascii ... ok
[INFO] [stdout] test text_util_tests::previous_grapheme_index::with_utf8 ... ignored
[INFO] [stdout] test text_util_tests::previous_grapheme_index::with_utf8_if_at_doc_start_returns_current_index ... ignored
[INFO] [stdout] test selections_tests::shift_subsequent_selections_backward::idk ... FAILED
[INFO] [stdout] test text_util_tests::next_grapheme_index::with_ascii_if_at_doc_end_returns_current_index ... ok
[INFO] [stdout] test text_util_tests::next_word_boundary::idk ... ok
[INFO] [stdout] test text_util_tests::previous_word_boundary::idk ... ok
[INFO] [stdout] test text_util_tests::slice_is_all_spaces::with_line_containing_non_space_chars ... ok
[INFO] [stdout] test text_util_tests::slice_is_all_spaces::with_line_containing_only_spaces ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::should_error_if_any_selection_is_multiline_with_direction_backward_bar_semantics ... ok
[INFO] [stdout] test text_util_tests::previous_grapheme_index::with_ascii_if_at_doc_start_returns_current_index ... ok
[INFO] [stdout] test text_util_tests::offset_from_line_start::idk ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::should_error_if_any_selection_is_multiline_with_direction_forward_bar_semantics ... ok
[INFO] [stdout] test selections_tests::shift_subsequent_selections_forward::idk ... FAILED
[INFO] [stdout] test utilities::add_selection_above::tests::should_error_if_on_top_line_with_extended_selection_with_direction_forward_bar_semantics ... ok
[INFO] [stdout] test selections_tests::new::should_panic_if_input_selections_empty - should panic ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::should_error_if_on_top_line_with_extended_selection_with_direction_backward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::should_error_if_on_top_line_with_non_extended_selection_with_direction_forward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::to_line_with_same_len_or_more_with_extended_selection_with_direction_forward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::to_line_with_same_len_or_more_with_non_extended_selection_with_direction_forward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::to_line_with_same_len_or_more_with_non_extended_selection_with_direction_backward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::to_shorter_line_with_extended_selection_with_direction_backward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::should_error_if_extended_selection_with_backward_direction_on_bottom_line_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::should_error_if_extended_selection_with_forward_direction_on_bottom_line_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::to_shorter_line_with_non_extended_selection_with_direction_backward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::should_error_if_any_selection_is_multiline_with_direction_backward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::to_shorter_line_with_non_extended_selection_with_direction_forward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::to_shorter_line_with_extended_selection_with_direction_forward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::should_error_if_any_selection_is_multiline_with_direction_forward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::should_error_if_non_extended_selection_with_backward_direction_on_bottom_line_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::should_error_if_non_extended_selection_with_forward_direction_on_bottom_line_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::to_line_with_same_len_or_more_with_extended_selection_with_direction_backward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::to_line_with_same_len_or_more_with_extended_selection_with_direction_forward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::to_line_with_same_len_or_more_with_non_extended_selection_with_direction_backward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::to_line_with_same_len_or_more_with_non_extended_selection_with_direction_forward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_surrounding_pair::tests::errors_when_single_cursor_at_end_of_document ... ok
[INFO] [stdout] test utilities::add_surrounding_pair::tests::with_single_selection ... ok
[INFO] [stdout] test utilities::add_surrounding_pair::tests::with_valid_selection_and_cursor_at_end_of_doc ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::to_empty_line_with_non_extended_selection_with_direction_forward_bar_semantics ... ok
[INFO] [stdout] test utilities::backspace::tests::errors_if_single_cursor_at_doc_start ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::to_empty_line_with_non_extended_selection_with_direction_backward_bar_semantics ... ok
[INFO] [stdout] test utilities::backspace::tests::common_use ... ok
[INFO] [stdout] test utilities::center_view_vertically_around_cursor::tests::errors_when_cursor_after_doc_end_minus_half_view_height ... ok
[INFO] [stdout] test utilities::backspace::tests::with_valid_selection_and_cursor_at_doc_start ... ok
[INFO] [stdout] test utilities::center_view_vertically_around_cursor::tests::errors_when_cursor_already_centered_with_odd_num_lines ... ok
[INFO] [stdout] test utilities::backspace::tests::when_at_line_start_appends_current_line_to_previous_line ... ok
[INFO] [stdout] test utilities::center_view_vertically_around_cursor::tests::errors_when_cursor_on_first_middle_line_with_even_num_lines ... ok
[INFO] [stdout] test utilities::backspace::tests::with_extended_selection_deletes_selection ... ok
[INFO] [stdout] test utilities::center_view_vertically_around_cursor::tests::errors_when_cursor_on_other_middle_line_with_even_num_lines ... ok
[INFO] [stdout] test utilities::center_view_vertically_around_cursor::tests::errors_when_cursor_before_half_view_height ... ok
[INFO] [stdout] test utilities::clear_non_primary_selections::tests::clears_non_primary_with_multiple_selections ... ok
[INFO] [stdout] test utilities::center_view_vertically_around_cursor::tests::works_when_cursor_in_valid_position_before_center ... ok
[INFO] [stdout] test utilities::collapse_selections_to_cursor::tests::collapses_to_cursor_with_mixed_extension ... ok
[INFO] [stdout] test utilities::collapse_selections_to_cursor::tests::collapses_to_cursor_with_multiple_selections_with_selection_backward ... ok
[INFO] [stdout] test utilities::collapse_selections_to_cursor::tests::collapses_to_cursor_with_multiple_selections_with_selection_forward ... ok
[INFO] [stdout] test utilities::copy::tests::copy_with_multiple_selections_should_error ... ok
[INFO] [stdout] test utilities::collapse_selections_to_cursor::tests::errors_if_already_collapsed ... ok
[INFO] [stdout] test utilities::copy::tests::copy_with_selection_direction_backward_bar_semantics ... ok
[INFO] [stdout] test utilities::copy::tests::copy_with_selection_direction_backward_block_semantics ... ok
[INFO] [stdout] test utilities::copy::tests::copy_with_selection_direction_forward_bar_semantics ... ok
[INFO] [stdout] test utilities::copy::tests::copy_with_selection_direction_forward_block_semantics ... ok
[INFO] [stdout] test utilities::cut::tests::cut_with_multiple_selections_returns_error ... ok
[INFO] [stdout] test utilities::cut::tests::cut_with_selection_direction_backward_bar_semantics ... ok
[INFO] [stdout] test utilities::cut::tests::cut_with_selection_direction_backward_block_semantics ... ok
[INFO] [stdout] test utilities::cut::tests::cut_with_selection_direction_forward_bar_semantics ... ok
[INFO] [stdout] test utilities::cut::tests::cut_with_selection_direction_forward_block_semantics ... ok
[INFO] [stdout] test utilities::decrement_primary_selection::tests::errors_if_single_selection ... ok
[INFO] [stdout] test utilities::decrement_primary_selection::tests::with_multiple_selections ... ok
[INFO] [stdout] test utilities::decrement_primary_selection::tests::wraps_if_primary_is_first ... ok
[INFO] [stdout] test utilities::delete::tests::with_extended_selections ... ok
[INFO] [stdout] test utilities::delete::tests::with_non_extended_selections ... ok
[INFO] [stdout] test utilities::delete::tests::with_valid_selection_and_cursor_at_doc_end ... ok
[INFO] [stdout] test utilities::delete::tests::errors_if_single_cursor_at_doc_end ... ok
[INFO] [stdout] test utilities::extend_selection_down::tests::errors_when_single_selection_on_bottom_line_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_down::tests::errors_when_single_selection_on_bottom_line_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_down::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_down::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_down::tests::with_multiple_valid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::center_view_vertically_around_cursor::tests::works_when_cursor_in_valid_position_after_center ... ok
[INFO] [stdout] test utilities::extend_selection_down::tests::with_multiple_valid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_home::tests::errors_when_line_start_and_line_text_start_and_cursor_position_all_equal_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_home::tests::when_cursor_at_line_text_start_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_home::tests::errors_when_line_start_and_line_text_start_and_cursor_position_all_equal_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_home::tests::when_cursor_at_line_text_start_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_home::tests::when_cursor_before_line_text_start_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_home::tests::when_cursor_before_line_text_start_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_home::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_home::tests::when_cursor_past_line_text_start_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_home::tests::when_cursor_past_line_text_start_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_left::tests::errors_if_already_extended_backward_at_doc_start_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_home::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_left::tests::errors_if_already_extended_backward_at_doc_start_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_left::tests::errors_if_cursor_at_doc_start_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_left::tests::errors_if_cursor_at_doc_start_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_left::tests::extends_to_doc_start_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_left::tests::normal_use_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_left::tests::extends_to_doc_start_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_left::tests::normal_use_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_left::tests::with_previously_forward_extended_selection ... ok
[INFO] [stdout] test utilities::extend_selection_line_end::tests::error_if_already_at_line_end ... ok
[INFO] [stdout] test utilities::extend_selection_line_end::tests::errors_if_already_at_line_text_end_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_end::tests::errors_if_already_at_line_text_end_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_end::tests::moves_to_line_text_end_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_end::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_end::tests::moves_to_line_text_end_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_end::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_start::tests::errors_if_already_at_line_start_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_start::tests::extend_line_start_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_start::tests::extend_line_start_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_start::tests::when_extending_from_line_end_clips_new_selection_before_newline_char ... ok
[INFO] [stdout] test utilities::extend_selection_line_start::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_start::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_text_start::tests::errors_if_already_at_line_text_start_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_text_start::tests::errors_if_already_at_line_text_start_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_text_start::tests::extend_line_text_start_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_text_start::tests::extend_line_text_start_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_text_start::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_line_start::tests::errors_if_already_at_line_start_block_semantics ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::should_error_if_on_top_line_with_non_extended_selection_with_direction_backward_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_above::tests::to_line_with_same_len_or_more_with_extended_selection_with_direction_backward_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_right::tests::errors_if_already_extended_forward_at_doc_text_end_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_right::tests::errors_if_cursor_at_doc_text_end_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_right::tests::errors_if_cursor_at_doc_text_end_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_right::tests::extends_to_doc_text_end_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_right::tests::normal_use_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_right::tests::normal_use_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_up::tests::errors_when_single_selection_on_top_line_bar_semantics ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::to_empty_line_with_extended_selection_with_direction_backward_bar_semantics ... FAILED
[INFO] [stdout] test utilities::extend_selection_up::tests::errors_when_single_selection_on_top_line_block_semantics ... ok
[INFO] [stdout] test utilities::add_selection_below::tests::to_empty_line_with_extended_selection_with_direction_forward_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_backward::tests::errors_if_already_extended_backwards_to_doc_start ... ok
[INFO] [stdout] test utilities::clear_non_primary_selections::tests::errors_if_single_selection ... ok
[INFO] [stdout] test utilities::extend_selection_up::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_backward::tests::errors_if_single_selection_at_doc_start ... ok
[INFO] [stdout] test utilities::extend_selection_line_text_start::tests::when_extending_from_line_end_clips_new_selection_before_newline_char ... ok
[INFO] [stdout] test utilities::extend_selection_line_text_start::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_backward::tests::extends_to_doc_start_if_no_other_word_boundaries ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_backward::tests::with_mixed_valid_and_invalid_selections ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_backward::tests::shrinks_previously_forward_extended_selection ... ok
[INFO] [stdout] test utilities::extend_selection_up::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_backward::tests::with_multiple_valid_selections ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_forward::tests::errors_if_already_extended_forward_to_doc_end_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_forward::tests::errors_if_already_extended_backward_from_doc_end_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_forward::tests::errors_if_cursor_at_doc_end_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_forward::tests::errors_if_cursor_at_doc_end_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_forward::tests::extends_to_doc_end_from_doc_text_end_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_forward::tests::normal_use_block_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_forward::tests::extends_to_doc_end_from_doc_text_end_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_forward::tests::normal_use_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_right::tests::errors_if_already_extended_forward_at_doc_text_end_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_forward::tests::with_multiple_valid_selections ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_forward::tests::with_mixed_valid_and_invalid_selections ... ok
[INFO] [stdout] test utilities::flip_direction::tests::forward_selections_flip_backwards_bar_semantics ... ok
[INFO] [stdout] test utilities::flip_direction::tests::forward_selections_flip_backwards_block_semantics ... ok
[INFO] [stdout] test utilities::flip_direction::tests::backward_selections_flip_forwards_block_semantics ... ok
[INFO] [stdout] test utilities::increment_primary_selection::tests::with_multiple_selections ... ok
[INFO] [stdout] test utilities::increment_primary_selection::tests::errors_if_single_selection ... ok
[INFO] [stdout] test utilities::increment_primary_selection::tests::wraps_if_primary_is_last ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_forward::tests::errors_if_already_extended_forward_to_doc_end_bar_semantics ... ok
[INFO] [stdout] test utilities::flip_direction::tests::backward_selections_flip_forwards_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_word_boundary_forward::tests::errors_if_already_extended_backward_from_doc_end_bar_semantics ... ok
[INFO] [stdout] test utilities::extend_selection_right::tests::extends_to_doc_text_end_block_semantics ... ok
[INFO] [stdout] test utilities::incremental_split_in_selection::tests::with_multiple_selections_on_same_line ... ok
[INFO] [stdout] test utilities::insert_string::tests::insert_single_char_with_multi_selection_bar_semantics ... ok
[INFO] [stdout] test utilities::insert_string::tests::insert_single_char_with_multi_selection_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_document_end::tests::errors_when_single_selection_at_doc_end_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_document_end::tests::errors_when_single_selection_at_doc_end_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_document_end::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_document_end::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_document_end::tests::with_multiple_valid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_document_end::tests::with_multiple_valid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::incremental_search_in_selection::tests::with_multiple_selections_on_different_lines ... ok
[INFO] [stdout] test utilities::incremental_search_in_selection::tests::with_multiple_selections_on_same_line ... ok
[INFO] [stdout] test utilities::move_cursor_document_start::tests::errors_when_single_selection_at_doc_start_bar_semantics ... ok
[INFO] [stdout] test utilities::incremental_search_in_selection::tests::errors_if_all_selections_have_no_match ... ok
[INFO] [stdout] test utilities::incremental_split_in_selection::tests::errors_if_all_selections_have_no_match ... ok
[INFO] [stdout] test utilities::incremental_split_in_selection::tests::errors_if_single_selection_has_no_match ... ok
[INFO] [stdout] test utilities::incremental_split_in_selection::tests::with_multiple_selections_on_different_lines ... ok
[INFO] [stdout] test utilities::move_cursor_document_start::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_document_start::tests::errors_when_single_selection_at_doc_start_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_down::tests::errors_if_single_selection_on_bottommost_line_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_document_start::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_document_start::tests::with_multiple_valid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_down::tests::merges_overlapping_resultant_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_down::tests::merges_overlapping_resultant_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_down::tests::to_shorter_line_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_down::tests::with_extended_selection_collapses_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_down::tests::with_extended_selection_collapses_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_down::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_down::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_home::tests::errors_when_single_selection_at_line_start_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_home::tests::errors_when_single_selection_at_line_start_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_home::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_left::tests::errors_if_single_selection_at_doc_start_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_home::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_left::tests::errors_if_single_selection_at_doc_start_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_left::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_left::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_left::tests::with_multiple_valid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_line_end::tests::errors_when_single_selection_at_line_end_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_line_end::tests::errors_when_single_selection_at_line_end_block_semantics ... ok
[INFO] [stdout] test utilities::insert_string::tests::errors_if_empty_insert_string ... ok
[INFO] [stdout] test utilities::move_cursor_line_end::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_left::tests::with_multiple_valid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_document_start::tests::with_multiple_valid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_line_start::tests::errors_when_single_selection_at_line_start_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_line_start::tests::errors_when_single_selection_at_line_start_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_line_end::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_down::tests::errors_if_single_selection_on_bottommost_line_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_line_text_start::tests::errors_when_single_selection_at_line_start_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_line_text_start::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_down::tests::to_line_with_equal_len_or_more_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_line_start::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_right::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_right::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_line_text_start::tests::errors_when_single_selection_at_line_start_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_right::tests::with_multiple_valid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_line_text_start::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_right::tests::with_multiple_valid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_up::tests::errors_if_single_selection_on_topmost_line_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_right::tests::with_single_selection_at_doc_end_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_right::tests::with_single_selection_at_doc_end_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_up::tests::errors_if_single_selection_on_topmost_line_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_up::tests::merges_overlapping_resultant_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_up::tests::merges_overlapping_resultant_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_up::tests::to_shorter_line_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_up::tests::to_shorter_line_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_up::tests::with_extended_selection_collapses_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_up::tests::to_line_with_equal_len_or_more_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_up::tests::to_line_with_equal_len_or_more_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_word_boundary_backward::tests::errors_when_single_selection_at_doc_end_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_up::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_up::tests::with_extended_selection_collapses_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_down::tests::to_line_with_equal_len_or_more_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_word_boundary_backward::tests::errors_when_single_selection_at_doc_end_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_up::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_word_boundary_backward::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_word_boundary_backward::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_word_boundary_backward::tests::with_multiple_valid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_word_boundary_forward::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_word_boundary_forward::tests::errors_when_single_selection_at_doc_end_block_semantics ... ok
[INFO] [stdout] test utilities::move_to_line_number::tests::errors_if_already_at_line_number_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_word_boundary_forward::tests::with_mixed_valid_and_invalid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_word_boundary_forward::tests::with_multiple_valid_selections_block_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_word_boundary_forward::tests::with_multiple_valid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::move_to_line_number::tests::errors_if_already_at_line_number_block_semantics ... ok
[INFO] [stdout] test utilities::move_to_line_number::tests::errors_if_invalid_line_number_bar_semantics ... ok
[INFO] [stdout] test utilities::move_to_line_number::tests::errors_if_invalid_line_number_block_semantics ... ok
[INFO] [stdout] test utilities::move_to_line_number::tests::moves_to_line_number_bar_semantics ... ok
[INFO] [stdout] test utilities::move_to_line_number::tests::moves_to_line_number_block_semantics ... ok
[INFO] [stdout] test utilities::nearest_surrounding_pair::tests::no_closing_bracket_pair_returns_empty_vec ... ok
[INFO] [stdout] test utilities::nearest_surrounding_pair::tests::no_opening_bracket_pair_returns_empty_vec ... ok
[INFO] [stdout] test utilities::move_cursor_down::tests::to_shorter_line_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_line_start::tests::with_mixed_valid_and_invalid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::nearest_surrounding_pair::tests::at_start_with_no_surrounding_pair ... ok
[INFO] [stdout] test utilities::move_cursor_word_boundary_forward::tests::errors_when_single_selection_at_doc_end_bar_semantics ... ok
[INFO] [stdout] test utilities::nearest_surrounding_pair::tests::with_cursor_over_surrounding_pair_opening ... ok
[INFO] [stdout] test utilities::nearest_surrounding_pair::tests::at_end_with_no_surrounding_pair ... ok
[INFO] [stdout] test utilities::nearest_surrounding_pair::tests::normal_case ... ok
[INFO] [stdout] test utilities::paste::tests::errors_if_empty_clipboard ... ok
[INFO] [stdout] test utilities::nearest_surrounding_pair::tests::with_multiple_levels_of_same_surrounding_pair ... ok
[INFO] [stdout] test utilities::nearest_surrounding_pair::tests::with_cursor_over_surrounding_pair_closing ... ok
[INFO] [stdout] test utilities::nearest_surrounding_pair::tests::with_multiple_selections ... ok
[INFO] [stdout] test utilities::nearest_surrounding_pair::tests::with_other_pairs_inside_surrounding_pair ... ok
[INFO] [stdout] test utilities::remove_primary_selection::tests::when_primary_is_first_next_becomes_new_primary ... ok
[INFO] [stdout] test utilities::remove_primary_selection::tests::errors_if_single_selection ... ok
[INFO] [stdout] test utilities::scroll_view_down::tests::errors_if_already_scrolled_down_all_the_way ... ok
[INFO] [stdout] test utilities::scroll_view_down::tests::errors_if_amount_is_zero ... ok
[INFO] [stdout] test utilities::scroll_view_left::tests::errors_if_already_scrolled_left_all_the_way ... ok
[INFO] [stdout] test utilities::paste::tests::paste_single_selection_block_semantics ... ok
[INFO] [stdout] test utilities::scroll_view_down::tests::scroll_down ... ok
[INFO] [stdout] test utilities::remove_primary_selection::tests::when_primary_not_first_previous_becomes_new_primary ... ok
[INFO] [stdout] test utilities::paste::tests::paste_single_selection_bar_semantics ... ok
[INFO] [stdout] test utilities::move_cursor_word_boundary_backward::tests::with_multiple_valid_selections_bar_semantics ... ok
[INFO] [stdout] test utilities::redo::tests::redo_with_nothing_on_stack_errors ... ok
[INFO] [stdout] test utilities::scroll_view_left::tests::errors_if_amount_is_zero ... ok
[INFO] [stdout] test utilities::scroll_view_right::tests::errors_if_already_scrolled_right_all_the_way ... ok
[INFO] [stdout] test utilities::scroll_view_right::tests::errors_if_amount_is_zero ... ok
[INFO] [stdout] test utilities::scroll_view_up::tests::errors_if_already_scrolled_up_all_the_way ... ok
[INFO] [stdout] test utilities::scroll_view_up::tests::errors_if_amount_is_zero ... ok
[INFO] [stdout] test utilities::select_all::tests::errors_if_all_already_selected ... ok
[INFO] [stdout] test utilities::scroll_view_up::tests::scroll_up ... ok
[INFO] [stdout] test utilities::select_all::tests::ensure_cannot_past_text_len ... ok
[INFO] [stdout] test utilities::select_all::tests::selects_all_and_clears_non_primary_selections ... ok
[INFO] [stdout] test utilities::select_line::tests::errors_if_at_doc_end_and_line_empty_block_semantics ... ok
[INFO] [stdout] test utilities::select_line::tests::errors_if_results_in_same_state_bar_semantics ... ok
[INFO] [stdout] test utilities::select_line::tests::errors_if_results_in_same_state_block_semantics ... ok
[INFO] [stdout] test utilities::select_line::tests::errors_if_selection_spans_multiple_lines_bar_semantics ... ok
[INFO] [stdout] test utilities::select_line::tests::errors_if_at_doc_end_and_line_empty_bar_semantics ... ok
[INFO] [stdout] test utilities::select_line::tests::normal_use_block_semantics ... ok
[INFO] [stdout] test utilities::select_line::tests::errors_if_selection_spans_multiple_lines_block_semantics ... ok
[INFO] [stdout] test utilities::select_line::tests::should_succeed_if_mixed_selection_spanning_multiple_lines_and_valid_selection ... ok
[INFO] [stdout] test utilities::surround::tests::mixed_valid_and_invalid_selections ... ok
[INFO] [stdout] test utilities::scroll_view_left::tests::scroll_left ... ok
[INFO] [stdout] test utilities::select_line::tests::normal_use_bar_semantics ... ok
[INFO] [stdout] test utilities::undo::tests::undo_with_nothing_on_stack_errors ... ok
[INFO] [stdout] test utilities::surround::tests::errors_if_single_selection_at_doc_end ... ok
[INFO] [stdout] test utilities::scroll_view_right::tests::scroll_right ... ok
[INFO] [stdout] test utilities::surround::tests::with_extended_selection ... ok
[INFO] [stdout] test view_tests::primary_cursor_position::primary_cursor_position_with_cursor_outside_view ... ok
[INFO] [stdout] test utilities::surround::tests::with_non_extended_selection ... ok
[INFO] [stdout] test view_tests::cursor_positions::cursor_positions ... ok
[INFO] [stdout] test view_tests::primary_cursor_position::primary_cursor_position ... ok
[INFO] [stdout] test utilities::undo::tests::with_insert_change_on_stack ... ok
[INFO] [stdout] test view_tests::scroll_following_cursor::scroll_following_cursor ... ok
[INFO] [stdout] test view_tests::selections::when_some_selections_in_view ... ok
[INFO] [stdout] test view_tests::line_numbers::line_numbers ... ok
[INFO] [stdout] test view_tests::selections::more_of_when_some_selections_in_view ... ok
[INFO] [stdout] test view_tests::selections::when_multiple_selections_per_line ... ok
[INFO] [stdout] test view_tests::selections::when_no_selections_in_view ... ok
[INFO] [stdout] test view_tests::should_scroll::should_scroll ... ok
[INFO] [stdout] test view_tests::selections::when_selections_in_view ... ok
[INFO] [stdout] test view_tests::text::text ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test view_tests::view_blocks::view_blocks ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- selections_tests::move_cursor_clearing_non_primary::idk stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'selections_tests::move_cursor_clearing_non_primary::idk' (102) panicked at src/selections_tests/move_cursor_clearing_non_primary.rs:1:18:
[INFO] [stdout] not implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea5b2479c72 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ea5b2479c72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ea5b248a67f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ea5b248a67f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ea5b2447633 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea5b2447633 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ea5b24533d2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ea5b2457f0f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ea5b2457da1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ea5b2161c3e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ea5b2161c3e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ea5b245851f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ea5b245851f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ea5b2458346 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5ea5b2453509 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ea5b243bdfd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ea5b24930a0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea5b249307c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5ea5b20bb0ea - edit_core::selections_tests::move_cursor_clearing_non_primary::idk::ha149479bc481e1b1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/move_cursor_clearing_non_primary.rs:1:18
[INFO] [stdout]   21:     0x5ea5b20bb107 - edit_core::selections_tests::move_cursor_clearing_non_primary::idk::{{closure}}::h69c651318683d193
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/move_cursor_clearing_non_primary.rs:1:17
[INFO] [stdout]   22:     0x5ea5b208c6d6 - core::ops::function::FnOnce::call_once::h2f265990562ba57e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5ea5b2161a3b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ea5b2161a3b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5ea5b2175a9d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5ea5b2175a9d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5ea5b2175a9d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x5ea5b2175a9d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x5ea5b2175a9d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5ea5b2175a9d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5ea5b2175a9d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5ea5b214efe4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5ea5b214efe4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   35:     0x5ea5b215283a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5ea5b215283a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x5ea5b215283a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x5ea5b215283a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   40:     0x5ea5b215283a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5ea5b244e90f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   42:     0x5ea5b244e90f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   43:     0x744c022f9aa4 - <unknown>
[INFO] [stdout]   44:     0x744c02386a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- selections_tests::move_cursor_non_overlapping::idk stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'selections_tests::move_cursor_non_overlapping::idk' (103) panicked at src/selections_tests/move_cursor_non_overlapping.rs:1:18:
[INFO] [stdout] not implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea5b2479c72 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ea5b2479c72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ea5b248a67f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ea5b248a67f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ea5b2447633 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea5b2447633 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ea5b24533d2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ea5b2457f0f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ea5b2457da1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ea5b2161c3e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ea5b2161c3e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ea5b245851f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ea5b245851f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ea5b2458346 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5ea5b2453509 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ea5b243bdfd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ea5b24930a0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea5b249307c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5ea5b21250ba - edit_core::selections_tests::move_cursor_non_overlapping::idk::hc4c11b005004b672
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/move_cursor_non_overlapping.rs:1:18
[INFO] [stdout]   21:     0x5ea5b21250d7 - edit_core::selections_tests::move_cursor_non_overlapping::idk::{{closure}}::h2be8c679dde76097
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/move_cursor_non_overlapping.rs:1:17
[INFO] [stdout]   22:     0x5ea5b208dd26 - core::ops::function::FnOnce::call_once::h646dea70633bdaf1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5ea5b2161a3b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ea5b2161a3b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5ea5b2175a9d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5ea5b2175a9d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5ea5b2175a9d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x5ea5b2175a9d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x5ea5b2175a9d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5ea5b2175a9d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5ea5b2175a9d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5ea5b214efe4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5ea5b214efe4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   35:     0x5ea5b215283a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5ea5b215283a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x5ea5b215283a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x5ea5b215283a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   40:     0x5ea5b215283a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5ea5b244e90f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   42:     0x5ea5b244e90f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   43:     0x744c022f9aa4 - <unknown>
[INFO] [stdout]   44:     0x744c02386a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- selections_tests::move_cursor_potentially_overlapping::idk stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'selections_tests::move_cursor_potentially_overlapping::idk' (105) panicked at src/selections_tests/move_cursor_potentially_overlapping.rs:1:18:
[INFO] [stdout] not implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea5b2479c72 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ea5b2479c72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ea5b248a67f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ea5b248a67f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ea5b2447633 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea5b2447633 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ea5b24533d2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ea5b2457f0f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ea5b2457da1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ea5b2161c3e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ea5b2161c3e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ea5b245851f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ea5b245851f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ea5b2458346 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5ea5b2453509 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ea5b243bdfd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ea5b24930a0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea5b249307c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5ea5b20ced8a - edit_core::selections_tests::move_cursor_potentially_overlapping::idk::h17d79302c5e104d7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/move_cursor_potentially_overlapping.rs:1:18
[INFO] [stdout]   21:     0x5ea5b20ceda7 - edit_core::selections_tests::move_cursor_potentially_overlapping::idk::{{closure}}::h0f362715ee4d2b30
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/move_cursor_potentially_overlapping.rs:1:17
[INFO] [stdout]   22:     0x5ea5b208c216 - core::ops::function::FnOnce::call_once::h24cb2b10b1de24de
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5ea5b2161a3b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ea5b2161a3b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5ea5b2175a9d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5ea5b2175a9d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5ea5b2175a9d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x5ea5b2175a9d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x5ea5b2175a9d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5ea5b2175a9d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5ea5b2175a9d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5ea5b214efe4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5ea5b214efe4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   35:     0x5ea5b215283a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5ea5b215283a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x5ea5b215283a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x5ea5b215283a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   40:     0x5ea5b215283a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5ea5b244e90f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   42:     0x5ea5b244e90f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   43:     0x744c022f9aa4 - <unknown>
[INFO] [stdout]   44:     0x744c02386a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- selections_tests::move_cursor_page::idk stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'selections_tests::move_cursor_page::idk' (104) panicked at src/selections_tests/move_cursor_page.rs:1:18:
[INFO] [stdout] not implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea5b2479c72 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ea5b2479c72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ea5b248a67f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ea5b248a67f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ea5b2447633 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea5b2447633 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ea5b24533d2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ea5b2457f0f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ea5b2457da1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ea5b2161c3e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ea5b2161c3e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ea5b245851f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ea5b245851f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ea5b2458346 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5ea5b2453509 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ea5b243bdfd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ea5b24930a0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea5b249307c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5ea5b20c494a - edit_core::selections_tests::move_cursor_page::idk::hac265f5ca8db4b3d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/move_cursor_page.rs:1:18
[INFO] [stdout]   21:     0x5ea5b20c4967 - edit_core::selections_tests::move_cursor_page::idk::{{closure}}::h9d439fc381960e1e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/move_cursor_page.rs:1:17
[INFO] [stdout]   22:     0x5ea5b208dba6 - core::ops::function::FnOnce::call_once::h61048311c3827f9d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5ea5b2161a3b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ea5b2161a3b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5ea5b2175a9d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5ea5b2175a9d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5ea5b2175a9d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x5ea5b2175a9d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x5ea5b2175a9d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5ea5b2175a9d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5ea5b2175a9d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5ea5b214efe4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5ea5b214efe4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   35:     0x5ea5b215283a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5ea5b215283a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x5ea5b215283a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x5ea5b215283a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   40:     0x5ea5b215283a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5ea5b244e90f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   42:     0x5ea5b244e90f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   43:     0x744c022f9aa4 - <unknown>
[INFO] [stdout]   44:     0x744c02386a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- selections_tests::new::overlapping_selections_are_merged stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'selections_tests::new::overlapping_selections_are_merged' (106) panicked at src/selections_tests/new.rs:26:48:
[INFO] [stdout] not implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea5b2479c72 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ea5b2479c72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ea5b248a67f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ea5b248a67f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ea5b2447633 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea5b2447633 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ea5b24533d2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ea5b2457f0f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ea5b2457da1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ea5b2161c3e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ea5b2161c3e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ea5b245851f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ea5b245851f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ea5b2458346 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5ea5b2453509 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ea5b243bdfd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ea5b24930a0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea5b249307c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5ea5b212515a - edit_core::selections_tests::new::overlapping_selections_are_merged::hec9cd7add6c67c14
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/new.rs:26:48
[INFO] [stdout]   21:     0x5ea5b2125177 - edit_core::selections_tests::new::overlapping_selections_are_merged::{{closure}}::h270e5775ec19855a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/new.rs:26:47
[INFO] [stdout]   22:     0x5ea5b208ffe6 - core::ops::function::FnOnce::call_once::hb7e4c78a065da486
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5ea5b2161a3b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ea5b2161a3b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5ea5b2175a9d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5ea5b2175a9d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5ea5b2175a9d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x5ea5b2175a9d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x5ea5b2175a9d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5ea5b2175a9d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5ea5b2175a9d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5ea5b214efe4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5ea5b214efe4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   35:     0x5ea5b215283a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5ea5b215283a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x5ea5b215283a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x5ea5b215283a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   40:     0x5ea5b215283a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5ea5b244e90f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   42:     0x5ea5b244e90f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   43:     0x744c022f9aa4 - <unknown>
[INFO] [stdout]   44:     0x744c02386a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- selections_tests::shift_subsequent_selections_backward::idk stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'selections_tests::shift_subsequent_selections_backward::idk' (112) panicked at src/selections_tests/shift_subsequent_selections_backward.rs:1:18:
[INFO] [stdout] not implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea5b2479c72 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ea5b2479c72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ea5b248a67f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ea5b248a67f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ea5b2447633 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea5b2447633 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ea5b24533d2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ea5b2457f0f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ea5b2457da1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ea5b2161c3e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ea5b2161c3e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ea5b245851f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ea5b245851f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ea5b2458346 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5ea5b2453509 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ea5b243bdfd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ea5b24930a0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea5b249307c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5ea5b211e6fa - edit_core::selections_tests::shift_subsequent_selections_backward::idk::h700fa7cc0e9357b5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/shift_subsequent_selections_backward.rs:1:18
[INFO] [stdout]   21:     0x5ea5b211e717 - edit_core::selections_tests::shift_subsequent_selections_backward::idk::{{closure}}::h7b9d096323d0c8c1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/shift_subsequent_selections_backward.rs:1:17
[INFO] [stdout]   22:     0x5ea5b208c416 - core::ops::function::FnOnce::call_once::h2ab30d9c0901fc17
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5ea5b2161a3b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ea5b2161a3b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5ea5b2175a9d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5ea5b2175a9d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5ea5b2175a9d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x5ea5b2175a9d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x5ea5b2175a9d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5ea5b2175a9d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5ea5b2175a9d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5ea5b214efe4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5ea5b214efe4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   35:     0x5ea5b215283a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5ea5b215283a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x5ea5b215283a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x5ea5b215283a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   40:     0x5ea5b215283a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5ea5b244e90f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   42:     0x5ea5b244e90f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   43:     0x744c022f9aa4 - <unknown>
[INFO] [stdout]   44:     0x744c02386a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- selections_tests::shift_subsequent_selections_forward::idk stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'selections_tests::shift_subsequent_selections_forward::idk' (113) panicked at src/selections_tests/shift_subsequent_selections_forward.rs:1:18:
[INFO] [stdout] not implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea5b2479c72 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ea5b2479c72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ea5b248a67f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ea5b248a67f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ea5b2447633 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea5b2447633 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ea5b24533d2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ea5b2457f0f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ea5b2457da1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ea5b2161c3e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ea5b2161c3e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ea5b245851f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ea5b245851f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ea5b2458346 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5ea5b2453509 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ea5b243bdfd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ea5b24930a0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea5b249307c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5ea5b20db18a - edit_core::selections_tests::shift_subsequent_selections_forward::idk::h38fdf7d30063d6c0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/shift_subsequent_selections_forward.rs:1:18
[INFO] [stdout]   21:     0x5ea5b20db1a7 - edit_core::selections_tests::shift_subsequent_selections_forward::idk::{{closure}}::h0b3c32e565049982
[INFO] [stdout]                                at /opt/rustwide/workdir/src/selections_tests/shift_subsequent_selections_forward.rs:1:17
[INFO] [stdout]   22:     0x5ea5b208c316 - core::ops::function::FnOnce::call_once::h291f1cde79fb86ef
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5ea5b2161a3b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ea5b2161a3b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5ea5b2175a9d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5ea5b2175a9d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5ea5b2175a9d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x5ea5b2175a9d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x5ea5b2175a9d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5ea5b2175a9d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5ea5b2175a9d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5ea5b214efe4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5ea5b214efe4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   35:     0x5ea5b215283a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5ea5b215283a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x5ea5b215283a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x5ea5b215283a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   40:     0x5ea5b215283a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5ea5b244e90f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   42:     0x5ea5b244e90f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   43:     0x744c022f9aa4 - <unknown>
[INFO] [stdout]   44:     0x744c02386a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utilities::add_selection_below::tests::to_empty_line_with_extended_selection_with_direction_backward_bar_semantics stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utilities::add_selection_below::tests::to_empty_line_with_extended_selection_with_direction_backward_bar_semantics' (149) panicked at src/utilities/add_selection_below.rs:120:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Selections { selections: [Selection { range: Range { start: 9, end: 13 }, direction: Backward, stored_line_position: None }, Selection { range: Range { start: 14, end: 14 }, direction: Forward, stored_line_position: None }], primary_selection_index: 0 }
[INFO] [stdout]  right: Selections { selections: [Selection { range: Range { start: 9, end: 13 }, direction: Backward, stored_line_position: None }, Selection { range: Range { start: 14, end: 14 }, direction: Backward, stored_line_position: None }], primary_selection_index: 0 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea5b2479c72 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea5b2479c72 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ea5b2479c72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ea5b248a67f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ea5b248a67f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ea5b2447633 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea5b2447633 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ea5b24533d2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ea5b2457f0f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ea5b2457da1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ea5b2161c3e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ea5b2161c3e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ea5b245851f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ea5b245851f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ea5b245837a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5ea5b2453509 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ea5b243bdfd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ea5b24930a0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea5b2492ea3 - core::panicking::assert_failed_inner::h865658b89c1b891d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:444:17
[INFO] [stdout]   20:     0x5ea5b210e960 - core::panicking::assert_failed::h168ffb71db2e19dd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:399:5
[INFO] [stdout]   21:     0x5ea5b20c897b - edit_core::utilities::add_selection_below::tests::test::h7acb65fbbe316cfa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utilities/add_selection_below.rs:120:9
[INFO] [stdout]   22:     0x5ea5b20c8f32 - edit_core::utilities::add_selection_below::tests::to_empty_line_with_extended_selection_with_direction_backward_bar_semantics::h87bce60c8fcbf8bf
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utilities/add_selection_below.rs:343:21
[INFO] [stdout]   23:     0x5ea5b20c8f87 - edit_core::utilities::add_selection_below::tests::to_empty_line_with_extended_selection_with_direction_backward_bar_semantics::{{closure}}::h110c04da4a6208e8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utilities/add_selection_below.rs:333:105
[INFO] [stdout]   24:     0x5ea5b208dae6 - core::ops::function::FnOnce::call_once::h5e54b3cf7143b5bd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ea5b2161a3b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5ea5b2161a3b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x5ea5b2175a9d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x5ea5b2175a9d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x5ea5b2175a9d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x5ea5b2175a9d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x5ea5b2175a9d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ea5b2175a9d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x5ea5b2175a9d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x5ea5b214efe4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x5ea5b214efe4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   37:     0x5ea5b215283a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x5ea5b215283a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x5ea5b215283a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x5ea5b215283a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ea5b215283a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   42:     0x5ea5b215283a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5ea5b244e90f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   44:     0x5ea5b244e90f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   45:     0x744c022f9aa4 - <unknown>
[INFO] [stdout]   46:     0x744c02386a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     selections_tests::move_cursor_clearing_non_primary::idk
[INFO] [stdout]     selections_tests::move_cursor_non_overlapping::idk
[INFO] [stdout]     selections_tests::move_cursor_page::idk
[INFO] [stdout]     selections_tests::move_cursor_potentially_overlapping::idk
[INFO] [stdout]     selections_tests::new::overlapping_selections_are_merged
[INFO] [stdout]     selections_tests::shift_subsequent_selections_backward::idk
[INFO] [stdout]     selections_tests::shift_subsequent_selections_forward::idk
[INFO] [stdout]     utilities::add_selection_below::tests::to_empty_line_with_extended_selection_with_direction_backward_bar_semantics
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 405 passed; 8 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bf4aa04563fb2d70b1eaeaa49c9bd8f04a2746a8326b81ef2db8c73fa47f0270", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf4aa04563fb2d70b1eaeaa49c9bd8f04a2746a8326b81ef2db8c73fa47f0270", kill_on_drop: false }`
[INFO] [stdout] bf4aa04563fb2d70b1eaeaa49c9bd8f04a2746a8326b81ef2db8c73fa47f0270
