[INFO] cloning repository https://github.com/jppittman/core-term
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jppittman/core-term" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjppittman%2Fcore-term", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjppittman%2Fcore-term'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4f5c02b54f9afe5f1483677b9204663c8449f523
[INFO] testing jppittman/core-term against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjppittman%2Fcore-term" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jppittman/core-term
[INFO] finished tweaking git repo https://github.com/jppittman/core-term
[INFO] tweaked toml for git repo https://github.com/jppittman/core-term written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jppittman/core-term on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jppittman/core-term already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded test-log-macros v0.2.17
[INFO] [stderr]   Downloaded rexpect v0.6.1
[INFO] [stderr]   Downloaded test-log v0.2.17
[INFO] [stderr]   Downloaded yeslogic-fontconfig-sys v6.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 97981d817627867ea0975ad6f7c361a207684002eae29a30097675b45cf4143a
[INFO] running `Command { std: "docker" "start" "-a" "97981d817627867ea0975ad6f7c361a207684002eae29a30097675b45cf4143a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "97981d817627867ea0975ad6f7c361a207684002eae29a30097675b45cf4143a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97981d817627867ea0975ad6f7c361a207684002eae29a30097675b45cf4143a", kill_on_drop: false }`
[INFO] [stdout] 97981d817627867ea0975ad6f7c361a207684002eae29a30097675b45cf4143a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 761a3ef9e3f42c41e8ffd96189512686dcfd448ce588bec4f7e720b9719383b4
[INFO] running `Command { std: "docker" "start" "-a" "761a3ef9e3f42c41e8ffd96189512686dcfd448ce588bec4f7e720b9719383b4", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling core-term v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling jiff v0.2.14
[INFO] [stderr]    Compiling termios v0.3.3
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stdout] warning: unused import: `XDriver`
[INFO] [stdout]   --> src/platform/linux_x11.rs:14:38
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::platform::backends::x11::{XDriver, TRAIT_ATOM_ID_CLIPBOARD};
[INFO] [stdout]    |                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `end_selection` and `is_selected` are never used
[INFO] [stdout]    --> src/term/screen.rs:764:12
[INFO] [stdout]     |
[INFO] [stdout]  94 | impl Screen {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 764 |     pub fn end_selection(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 794 |     pub fn is_selected(&self, point: Point) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.09s
[INFO] running `Command { std: "docker" "inspect" "761a3ef9e3f42c41e8ffd96189512686dcfd448ce588bec4f7e720b9719383b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "761a3ef9e3f42c41e8ffd96189512686dcfd448ce588bec4f7e720b9719383b4", kill_on_drop: false }`
[INFO] [stdout] 761a3ef9e3f42c41e8ffd96189512686dcfd448ce588bec4f7e720b9719383b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc70eb3d043b9ffe7e78f8bafe2a5628395d1126809c6d03bd248675e844b6b6
[INFO] running `Command { std: "docker" "start" "-a" "fc70eb3d043b9ffe7e78f8bafe2a5628395d1126809c6d03bd248675e844b6b6", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling comma v1.0.0
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling test-log-macros v0.2.17
[INFO] [stderr]    Compiling test-log v0.2.17
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling rexpect v0.6.1
[INFO] [stderr]    Compiling core-term v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `XDriver`
[INFO] [stdout]   --> src/platform/linux_x11.rs:14:38
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::platform::backends::x11::{XDriver, TRAIT_ATOM_ID_CLIPBOARD};
[INFO] [stdout]    |                                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BackendEvent`
[INFO] [stdout]  --> src/platform/mock.rs:4:33
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::platform::backends::{BackendEvent, PlatformState};
[INFO] [stdout]   |                                 ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 22.92s
[INFO] running `Command { std: "docker" "inspect" "fc70eb3d043b9ffe7e78f8bafe2a5628395d1126809c6d03bd248675e844b6b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc70eb3d043b9ffe7e78f8bafe2a5628395d1126809c6d03bd248675e844b6b6", kill_on_drop: false }`
[INFO] [stdout] fc70eb3d043b9ffe7e78f8bafe2a5628395d1126809c6d03bd248675e844b6b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 90736670bf33112b1e5a1bb19e4875ffb17391d291c53d26587bb59a0271156e
[INFO] running `Command { std: "docker" "start" "-a" "90736670bf33112b1e5a1bb19e4875ffb17391d291c53d26587bb59a0271156e", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `XDriver`
[INFO] [stderr]   --> src/platform/linux_x11.rs:14:38
[INFO] [stderr]    |
[INFO] [stderr] 14 | use crate::platform::backends::x11::{XDriver, TRAIT_ATOM_ID_CLIPBOARD};
[INFO] [stderr]    |                                      ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `BackendEvent`
[INFO] [stderr]  --> src/platform/mock.rs:4:33
[INFO] [stderr]   |
[INFO] [stderr] 4 | use crate::platform::backends::{BackendEvent, PlatformState};
[INFO] [stderr]   |                                 ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `core-term` (bin "core-term" test) generated 2 warnings (run `cargo fix --bin "core-term" --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/core_term-90f8e648f1f30a9a)
[INFO] [stdout] 
[INFO] [stdout] running 253 tests
[INFO] [stdout] test ansi::tests::it_should_abort_dcs_on_esc_and_process_subsequent_st ... ok
[INFO] [stdout] test ansi::tests::it_should_abort_csi_on_esc_and_process_subsequent_csi ... ok
[INFO] [stdout] test ansi::tests::it_should_buffer_incomplete_csi_sequence ... ok
[INFO] [stdout] test ansi::tests::it_should_complete_dcs_if_terminator_arrives_after_string_fragment ... ok
[INFO] [stdout] test ansi::tests::it_should_include_c0_controls_within_dcs_data ... ok
[INFO] [stdout] test ansi::tests::it_should_process_a_simple_printable_string ... ok
[INFO] [stdout] test ansi::tests::it_should_not_process_st_in_ground_state ... ok
[INFO] [stdout] test ansi::tests::it_should_handle_fragmented_utf8_input_with_intermediate_finalization ... ok
[INFO] [stdout] test ansi::tests::it_should_buffer_incomplete_dcs_sequence ... ok
[INFO] [stdout] test ansi::tests::it_should_abort_osc_on_esc_and_process_subsequent_commands ... ok
[INFO] [stdout] test ansi::tests::it_should_process_apc_string_terminated_by_st ... ok
[INFO] [stdout] test ansi::tests::it_should_buffer_incomplete_osc_sequence ... ok
[INFO] [stdout] test ansi::tests::it_should_complete_osc_if_terminator_arrives_after_string_fragment ... ok
[INFO] [stdout] test ansi::tests::it_should_complete_csi_if_final_byte_arrives_after_params ... ok
[INFO] [stdout] test ansi::tests::it_should_process_csi_sequence_fragmented_across_param_bytes ... ok
[INFO] [stdout] test ansi::tests::it_should_process_csi_sequence_fragmented_after_esc ... ok
[INFO] [stdout] test ansi::tests::it_should_process_csi_window_manipulation_t ... ok
[INFO] [stdout] test ansi::tests::it_should_process_csi_sgr_set_foreground ... ok
[INFO] [stdout] test ansi::tests::it_should_process_dcs_string_terminated_by_st ... ok
[INFO] [stdout] test ansi::tests::it_should_process_dec_private_mode_focus_event_1004 ... ok
[INFO] [stdout] test ansi::tests::it_should_process_dec_private_mode_reset_12_att610_cursor_blink ... ok
[INFO] [stdout] test ansi::tests::it_should_process_csi_sgr_reset ... ok
[INFO] [stdout] test ansi::tests::it_should_process_dec_private_mode_reset_25_text_cursor_enable ... ok
[INFO] [stdout] test ansi::tests::it_should_process_dec_private_mode_set_25_text_cursor_enable ... ok
[INFO] [stdout] test ansi::tests::it_should_process_dec_private_mode_uncommon_7727 ... ok
[INFO] [stdout] test ansi::tests::it_should_process_osc_string_terminated_by_bel ... ok
[INFO] [stdout] test ansi::tests::it_should_process_c0_bel ... ok
[INFO] [stdout] test ansi::tests::it_should_process_empty_input_as_no_commands ... ok
[INFO] [stdout] test ansi::tests::it_should_process_csi_h_as_cup_1_1 ... ok
[INFO] [stdout] test ansi::tests::it_should_process_csi_sequence_fragmented_across_intermediate_bytes ... ok
[INFO] [stdout] test ansi::tests::it_should_process_csi_set_cursor_style_decscusr ... ok
[INFO] [stdout] test ansi::tests::it_should_process_csi_with_invalid_final_byte_as_error ... ok
[INFO] [stdout] test ansi::tests::it_should_process_dec_private_mode_bracketed_paste_2004 ... ok
[INFO] [stdout] test ansi::tests::it_should_process_pm_string_terminated_by_st ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_decode_valid_utf8_containing_c1_byte_value_for_ind_and_then_char ... ok
[INFO] [stdout] test ansi::tests::it_should_process_string_interspersed_with_fragmented_csi ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_c0_bel_and_char_after_interrupted_utf8 ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_c1_like_byte_as_part_of_invalid_utf8_sequence ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_c0_nul_and_print_after_interrupted_utf8 ... ok
[INFO] [stdout] test ansi::tests::it_should_terminate_osc_on_bel_and_process_subsequent_chars ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_correctly_decode_euro_sign_followed_by_char ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_esc_c_ris_after_interrupted_utf8 ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_c1_st_and_char_after_interrupted_4_byte_utf8 ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_esc_ris_after_4_byte_utf8_interrupted_at_3rd_byte ... ok
[INFO] [stdout] test ansi::tests::it_should_process_osc_string_terminated_by_st ... ok
[INFO] [stdout] test ansi::tests::it_should_process_various_dec_private_mouse_modes ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_c1_like_byte_in_invalid_4_byte_utf8_sequence ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_complex_interruptions_and_valid_chars_in_sequence ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_c0_etx_and_esc_sequence_after_interrupted_utf8 ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_invalid_utf8_continuation_followed_by_chars ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_esc_ris_after_4_byte_utf8_interrupted_at_1st_byte ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_del_interrupting_utf8_then_char ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_esc_ris_after_3_byte_utf8_interrupted_at_2nd_byte ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_double_utf8_interruption_by_esc_then_c0 ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_ignore_sequence_of_standalone_c1_controls ... ok
[INFO] [stdout] test keys::tests::test_map_key_found ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_overlong_utf8_sequence_c1_af_as_replacement_chars ... ok
[INFO] [stdout] test keys::tests::test_map_key_multiple_bindings_first_match ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_replace_standalone_c1_ind_after_valid_utf8 ... ok
[INFO] [stdout] test keys::tests::test_map_key_not_found_modifier_mismatch ... ok
[INFO] [stdout] test platform::backends::x11::event::tests::test_xkeysym_to_keysymbol_char_input ... ok
[INFO] [stdout] test keys::tests::test_map_key_not_found_symbol_mismatch ... ok
[INFO] [stdout] test platform::backends::x11::event::tests::test_xkeysym_to_keysymbol_keypad_numbers_with_text ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_decode_valid_utf8_containing_c1_byte_value_for_pad_and_then_char ... ok
[INFO] [stdout] test platform::backends::x11::event::tests::test_xkeysym_to_keysymbol_special_keys ... ok
[INFO] [stdout] test platform::backends::x11::connection::tests::test_get_event_fd_on_closed_display ... ok
[INFO] [stdout] test platform::backends::x11::connection::tests::test_cleanup_idempotency ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_handle_standalone_c1_nel_between_chars_as_replacement ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_process_esc_c_ris_correctly ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_process_bel_correctly ... ok
[INFO] [stdout] test ansi::tests::unicode_wide_tests::it_should_replace_incomplete_3_of_4_byte_utf8_at_stream_end ... ok
[INFO] [stdout] test orchestrator::tests::it_should_shutdown_on_backend_close_event ... ok
[INFO] [stdout] test platform::backends::x11::event::tests::test_xkeysym_to_keysymbol_keypad_symbols_no_text ... ok
[INFO] [stdout] test renderer::tests::test_render_empty_screen_with_cursor ... ok
[INFO] [stdout] test renderer::tests::test_dirty_line_processing ... ok
[INFO] [stdout] test keys::tests::test_map_key_not_found_empty_bindings ... ok
[INFO] [stdout] test renderer::tests::test_render_simple_text ... ok
[INFO] [stdout] test renderer::tests::test_render_wide_character ... ok
[INFO] [stdout] test platform::linux_x11::tests::it_should_create_a_new_linux_x11_platform ... ok
[INFO] [stdout] test term::core_tests::it_should_clamp_cursor_at_bottom_line_on_csi_cud_if_move_is_too_far ... ok
[INFO] [stdout] test term::core_tests::it_should_clamp_cursor_at_last_col_on_csi_cha_if_move_is_too_far ... ok
[INFO] [stdout] test term::core_tests::it_should_clamp_cursor_at_top_line_on_csi_cuu_if_move_is_too_far ... ok
[INFO] [stdout] test term::core_tests::it_should_clamp_cursor_on_csi_cup_if_params_are_out_of_bounds ... ok
[INFO] [stdout] test term::core_tests::it_should_clamp_cursor_at_last_col_on_csi_cuf_if_move_is_too_far ... ok
[INFO] [stdout] test term::core_tests::it_should_do_nothing_visible_on_escape_character ... ok
[INFO] [stdout] test term::core_tests::it_should_clamp_cursor_to_new_bottom_right_if_cursor_was_beyond_after_shrink ... ok
[INFO] [stdout] test term::core_tests::it_should_erase_entire_line_on_csi_2k ... ok
[INFO] [stdout] test term::core_tests::it_should_clamp_cursor_at_start_of_first_line_on_csi_cpl_if_move_is_too_far ... ok
[INFO] [stdout] test term::core_tests::it_should_erase_entire_screen_on_csi_2j ... ok
[INFO] [stdout] test term::core_tests::it_should_enable_and_disable_autowrap_mode_on_decawm ... ok
[INFO] [stdout] test term::core_tests::it_should_erase_from_cursor_to_beginning_of_line_on_csi_1k ... ok
[INFO] [stdout] test term::core_tests::it_should_ignore_osc_sequences_for_unsupported_ps_codes_for_title ... ok
[INFO] [stdout] test term::core_tests::it_should_erase_from_cursor_to_end_of_line_on_csi_0k_or_csi_k ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_back_by_1_col_on_csi_cub_with_param_0_or_1 ... ok
[INFO] [stdout] test term::core_tests::it_should_handle_empty_title_string_in_osc_sequence ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_back_by_n_cols_on_csi_cub ... ok
[INFO] [stdout] test term::core_tests::it_should_handle_osc_sequence_without_semicolon_for_title_setting_if_supported ... ok
[INFO] [stdout] test term::core_tests::it_should_handle_csi_cup_with_origin_mode_decom ... ok
[INFO] [stdout] test term::core_tests::it_should_clamp_cursor_at_start_of_last_line_on_csi_cnl_if_move_is_too_far ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_down_keeping_column_on_line_feed_if_lnm_is_off ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_forward_by_n_cols_on_csi_cuf ... ok
[INFO] [stdout] test term::core_tests::it_should_erase_from_cursor_to_beginning_of_screen_on_csi_1j ... ok
[INFO] [stdout] test term::core_tests::it_should_erase_from_cursor_to_end_of_screen_on_csi_0j_or_csi_j ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_to_col_0_on_carriage_return ... ok
[INFO] [stdout] test term::core_tests::it_should_handle_resize_with_content_and_cursor_at_edges ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_forward_by_1_col_on_csi_cuf_with_param_0_or_1 ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_to_col_1_on_csi_cha_with_param_0_or_1 ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_to_col_n_on_csi_cha ... ok
[INFO] [stdout] test term::core_tests::it_should_clamp_cursor_at_first_col_on_csi_cub_if_move_is_too_far ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_down_by_1_line_on_csi_cud_with_param_0_or_1 ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_to_last_column_on_horizontal_tab_if_no_more_tab_stops ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_to_origin_on_csi_cup_with_params_0_0_or_1_1_or_missing ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_down_by_n_lines_on_csi_cud ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_to_next_tab_stop_on_horizontal_tab ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_down_and_to_col_0_on_line_feed_if_lnm_is_on ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_to_start_of_next_n_lines_on_csi_cnl ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_left_on_backspace ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_to_start_of_previous_1_line_on_csi_cpl_with_param_0_or_1 ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_up_by_1_line_on_csi_cuu_with_param_0_or_1 ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_to_start_of_previous_n_lines_on_csi_cpl ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_up_by_n_lines_on_csi_cuu ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_to_row_n_col_m_on_csi_cup ... ok
[INFO] [stdout] test term::core_tests::it_should_move_cursor_to_start_of_next_1_line_on_csi_cnl_with_param_0_or_1 ... ok
[INFO] [stdout] test term::core_tests::it_should_overwrite_first_half_of_wide_char_with_ascii ... ok
[INFO] [stdout] test term::core_tests::it_should_not_change_cursor_position_after_ed_or_el ... ok
[INFO] [stdout] test term::core_tests::it_should_not_change_cursor_position_on_csi_s_or_csi_t ... ok
[INFO] [stdout] test term::core_tests::it_should_reset_foreground_color_on_sgr_39 ... ok
[INFO] [stdout] test term::core_tests::it_should_reset_background_color_on_sgr_49 ... ok
[INFO] [stdout] test term::core_tests::it_should_resize_to_larger_dimensions_preserving_content_and_cursor ... ok
[INFO] [stdout] test term::core_tests::it_should_not_wrap_cursor_on_backspace_at_start_of_line ... ok
[INFO] [stdout] test term::core_tests::it_should_overwrite_existing_characters ... ok
[INFO] [stdout] test term::core_tests::it_should_resize_to_smaller_dimensions_truncating_content_and_clamping_cursor ... ok
[INFO] [stdout] test term::core_tests::it_should_print_multiple_ascii_characters_on_one_line ... ok
[INFO] [stdout] test term::core_tests::it_should_print_a_single_ascii_character ... ok
[INFO] [stdout] test term::core_tests::it_should_reset_all_attributes_on_sgr_0 ... ok
[INFO] [stdout] test term::core_tests::it_should_scroll_up_entire_screen_by_1_line_on_csi_s_with_param_0_or_1 ... ok
[INFO] [stdout] test term::core_tests::it_should_scroll_and_move_to_col_0_on_line_feed_at_bottom_if_lnm_is_on ... ok
[INFO] [stdout] test term::core_tests::it_should_scroll_up_entire_screen_by_n_lines_on_csi_s ... ok
[INFO] [stdout] test term::core_tests::it_should_scroll_up_within_scrolling_region_on_csi_s ... ok
[INFO] [stdout] test term::core_tests::it_should_scroll_down_entire_screen_by_n_lines_on_csi_t ... ok
[INFO] [stdout] test term::core_tests::it_should_set_bold_on_sgr_1_and_reset_on_sgr_22 ... ok
[INFO] [stdout] test term::core_tests::it_should_scroll_down_within_scrolling_region_on_csi_t ... ok
[INFO] [stdout] test term::core_tests::it_should_set_bright_ansi_background_colors_sgr_100_107 ... ok
[INFO] [stdout] test term::core_tests::it_should_set_bright_ansi_foreground_colors_sgr_90_97 ... ok
[INFO] [stdout] test term::core_tests::it_should_set_faint_on_sgr_2_and_reset_on_sgr_22 ... ok
[INFO] [stdout] test term::core_tests::it_should_set_indexed_background_color_sgr_48_5_n ... ok
[INFO] [stdout] test term::core_tests::it_should_set_inverse_on_sgr_7_and_reset_on_sgr_27 ... ok
[INFO] [stdout] test term::core_tests::it_should_set_indexed_foreground_color_sgr_38_5_n ... ok
[INFO] [stdout] test term::core_tests::it_should_scroll_up_and_move_cursor_down_keeping_column_on_line_feed_at_bottom_if_lnm_is_off ... ok
[INFO] [stdout] test term::core_tests::it_should_set_basic_ansi_background_colors_sgr_40_47 ... ok
[INFO] [stdout] test term::core_tests::it_should_scroll_down_entire_screen_by_1_line_on_csi_t_with_param_0_or_1 ... ok
[INFO] [stdout] test term::core_tests::it_should_set_basic_ansi_foreground_colors_sgr_30_37 ... ok
[INFO] [stdout] test term::core_tests::it_should_switch_to_alternate_screen_buffer_and_back_on_csi_1049 ... ok
[INFO] [stdout] test term::core_tests::it_should_wrap_character_to_next_line_when_end_of_line_is_reached ... ok
[INFO] [stdout] test term::core_tests::it_should_set_italic_on_sgr_3_and_reset_on_sgr_23 ... ok
[INFO] [stdout] test term::core_tests::it_should_set_multiple_attributes_in_one_sgr_sequence ... ok
[INFO] [stdout] test term::core_tests::it_should_set_rgb_background_color_sgr_48_2_r_g_b ... ok
[INFO] [stdout] test term::core_tests::it_should_set_rgb_foreground_color_sgr_38_2_r_g_b ... ok
[INFO] [stdout] test term::core_tests::it_should_set_underline_on_sgr_4_and_reset_on_sgr_24 ... ok
[INFO] [stdout] test term::core_tests::it_should_set_window_title_on_osc_0_sequence ... ok
[INFO] [stdout] test term::core_tests::it_should_set_window_title_on_osc_2_sequence ... ok
[INFO] [stdout] test term::core_tests::it_should_show_and_hide_cursor_on_dectcem ... ok
[INFO] [stdout] test term::emulator::key_translator::tests::test_arrow_keys_normal_mode ... ok
[INFO] [stdout] test term::emulator::key_translator::tests::test_ctrl_chars ... ok
[INFO] [stdout] test term::emulator::key_translator::tests::test_simple_chars ... ok
[INFO] [stdout] test term::screen::tests::test_clear_selection ... ok
[INFO] [stdout] test term::screen::tests::test_end_selection ... ok
[INFO] [stdout] test term::emulator::key_translator::tests::test_alt_chars ... ok
[INFO] [stdout] test term::screen::tests::test_get_selected_text_normal_single_char ... ok
[INFO] [stdout] test term::emulator::key_translator::tests::test_arrow_keys_app_mode ... ok
[INFO] [stdout] test term::emulator::input_handler::tests::test_paste_text_action_bracketed_on ... ok
[INFO] [stdout] test term::emulator::input_handler::tests::test_paste_text_action_bracketed_off ... ok
[INFO] [stdout] test term::screen::tests::test_get_selected_text_normal_no_selection ... ok
[INFO] [stdout] test term::screen::tests::test_get_selected_text_normal_single_line_full ... ok
[INFO] [stdout] test term::screen::tests::test_get_selected_text_normal_single_line_partial ... ok
[INFO] [stdout] test term::screen::tests::test_is_selected_normal_no_selection ... ok
[INFO] [stdout] test term::screen::tests::test_is_selected_normal_reverse_selection_points ... ok
[INFO] [stdout] test term::screen::tests::test_is_selected_normal_single_line ... ok
[INFO] [stdout] test term::screen::tests::test_is_selected_out_of_bounds_point ... ok
[INFO] [stdout] test term::screen::tests::test_is_selected_point_equals_start_or_end ... ok
[INFO] [stdout] test term::screen::tests::test_get_selected_text_normal_multi_line ... ok
[INFO] [stdout] test term::emulator::key_translator::tests::test_shift_tab ... ok
[INFO] [stdout] test term::screen::tests::test_get_selected_text_normal_trailing_spaces_behavior ... ok
[INFO] [stdout] test term::screen::tests::test_get_selected_text_normal_multi_line_reversed_points ... ok
[INFO] [stdout] test term::screen::tests::test_selection_cleared_on_resize ... ok
[INFO] [stdout] test term::screen::tests::test_selection_default_state ... ok
[INFO] [stdout] test term::screen::tests::test_is_selected_normal_multi_line ... ok
[INFO] [stdout] test term::screen::tests::test_is_selected_normal_multi_line_selection_ends_at_width_minus_1 ... ok
[INFO] [stdout] test term::screen::tests::test_start_selection ... ok
[INFO] [stdout] test term::screen::tests::test_update_selection ... ok
[INFO] [stdout] test term::tests::get_selected_text_tests::test_get_selected_text_multi_line_full_lines ... ok
[INFO] [stdout] test term::tests::get_selected_text_tests::test_get_selected_text_multi_line ... ok
[INFO] [stdout] test term::tests::get_selected_text_tests::test_get_selected_text_reversed_points ... ok
[INFO] [stdout] test term::screen::tests::test_update_selection_marks_old_and_new_lines_dirty ... ok
[INFO] [stdout] test term::tests::get_selected_text_tests::test_get_selected_text_selection_beyond_line_length ... ok
[INFO] [stdout] test term::screen::tests::test_update_selection_when_not_active ... ok
[INFO] [stdout] test term::tests::get_selected_text_tests::test_get_selected_text_no_selection ... ok
[INFO] [stdout] test term::tests::get_selected_text_tests::test_get_selected_text_single_line_trailing_spaces_in_selection ... ok
[INFO] [stdout] test term::tests::get_selected_text_tests::test_get_selected_text_empty_cells_within_grid ... ok
[INFO] [stdout] test term::tests::get_selected_text_tests::test_get_selected_text_line_boundaries ... ok
[INFO] [stdout] test term::tests::get_selected_text_tests::test_get_selected_text_single_line ... ok
[INFO] [stdout] test term::tests::paste_text_tests::test_paste_text_bracketed_off_causes_wrap ... ok
[INFO] [stdout] test term::tests::paste_text_tests::test_paste_text_bracketed_off_simple ... ok
[INFO] [stdout] test term::tests::selection_logic_tests::test_apply_selection_clear_click_and_drag ... ok
[INFO] [stdout] test term::tests::selection_logic_tests::test_extend_selection_active_and_inactive ... ok
[INFO] [stdout] test term::tests::selection_logic_tests::test_start_selection ... ok
[INFO] [stdout] test term::tests::test_carriage_return_input ... ok
[INFO] [stdout] test term::tests::test_csi_ed_clear_below_csi_j ... ok
[INFO] [stdout] test term::tests::paste_text_tests::test_paste_text_bracketed_off_with_newline ... ok
[INFO] [stdout] test term::tests::test_initiate_copy_block_selection ... ok
[INFO] [stdout] test term::tests::test_initiate_copy_no_selection ... ok
[INFO] [stdout] test term::tests::test_csi_sgr_fg_color ... ok
[INFO] [stdout] test term::tests::paste_text_tests::test_paste_text_bracketed_on_logs_warning_processes_chars ... ok
[INFO] [stdout] test term::tests::test_key_event_arrow_up ... ok
[INFO] [stdout] test term::tests::test_csi_cursor_forward_cuf ... ok
[INFO] [stdout] test term::tests::test_initiate_copy_with_selection ... ok
[INFO] [stdout] test term::tests::test_mouse_drag_updates_selection ... ok
[INFO] [stdout] test term::tests::test_newline_input ... ok
[INFO] [stdout] test term::tests::test_lf_at_bottom_of_partial_scrolling_region_no_origin_mode ... ok
[INFO] [stdout] test term::tests::test_mouse_release_ends_selection_activity ... ok
[INFO] [stdout] test term::tests::test_mouse_press_starts_selection ... ok
[INFO] [stdout] test term::tests::test_osc_set_window_title ... ok
[INFO] [stdout] test term::tests::test_ps1_multiline_exact_fill_then_scroll_on_final_lf ... ok
[INFO] [stdout] test term::tests::test_primary_device_attributes_response ... ok
[INFO] [stdout] test term::tests::test_ps1_multiline_prompt_ends_on_last_line_no_scroll_by_prompt ... ok
[INFO] [stdout] test term::tests::test_ps1_prompt_causes_multiple_scrolls ... ok
[INFO] [stdout] test term::tests::test_ps1_multiline_prompt_last_line_fills_screen_then_input ... ok
[INFO] [stdout] test term::tests::test_ps1_multiline_prompt_at_bottom_causes_scroll ... ok
[INFO] [stdout] test term::tests::test_ps1_multiline_with_sgr_at_bottom_scrolls ... ok
[INFO] [stdout] test term::tests::test_ps1_prompt_with_internal_wrapping_and_scrolling ... ok
[INFO] [stdout] test term::tests::test_resize_smaller_content_truncation ... ok
[INFO] [stdout] test term::tests::test_resize_larger ... ok
[INFO] [stdout] test term::tests::test_selection_on_alt_screen_then_exit ... ok
[INFO] [stdout] test term::tests::test_simple_char_input ... ok
[INFO] [stdout] test term::unicode::tests::test_ascii_char_width ... ok
[INFO] [stdout] test term::tests::test_snapshot_with_selection ... ok
[INFO] [stdout] test term::unicode::tests::test_control_char_widths ... ok
[INFO] [stdout] test term::unicode::tests::test_locale_initializer_called ... ok
[INFO] [stdout] test term::tests::test_key_event_printable_char ... ok
[INFO] [stdout] test term::tests::test_mode_show_cursor_dectcem ... ok
[INFO] [stdout] test term::tests::test_selection_coordinates_adjust_on_scroll ... ok
[INFO] [stdout] test term::tests::test_new_mouse_press_clears_old_selection ... ok
[INFO] [stdout] test term::unicode::tests::test_zero_width_chars ... ok
[INFO] [stdout] test term::tests::selection_logic_tests::test_clear_selection ... ok
[INFO] [stdout] test term::core_tests::it_should_handle_mixed_ascii_and_multibyte_unicode_characters ... FAILED
[INFO] [stdout] test term::core_tests::it_should_overwrite_second_half_of_wide_char_with_ascii ... FAILED
[INFO] [stdout] test term::core_tests::it_should_not_print_second_half_of_wide_char_if_at_edge_and_no_wrap_mode_or_similar_logic ... FAILED
[INFO] [stdout] test term::core_tests::it_should_print_a_single_multibyte_unicode_character ... FAILED
[INFO] [stdout] test term::core_tests::it_should_print_ascii_over_wide_char_that_straddles_line_end_after_wrap ... FAILED
[INFO] [stdout] test term::core_tests::it_should_print_multiple_multibyte_unicode_characters ... FAILED
[INFO] [stdout] test term::unicode::tests::test_box_drawing_char_widths ... FAILED
[INFO] [stdout] test term::core_tests::it_should_wrap_wide_character_correctly ... FAILED
[INFO] [stdout] test term::unicode::tests::test_cjk_wide_char_widths ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- term::core_tests::it_should_handle_mixed_ascii_and_multibyte_unicode_characters stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'term::core_tests::it_should_handle_mixed_ascii_and_multibyte_unicode_characters' panicked at src/term/core_tests.rs:81:13:
[INFO] [stdout] assertion `left == right` failed: Char mismatch at (row 0, snapshot_col 1). Expected '世', got 'B'. Full expected row: 'A世B      ', Full actual row: 'Some([Single(ContentCell { c: 'A', attr: Attributes { fg: Default, bg: Default, flags: AttrFlags(0x0) } }), Single(ContentCell { c: 'B', attr: Attributes { fg: Default, bg: Default, flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } })])'
[INFO] [stdout]   left: 'B'
[INFO] [stdout]  right: '世'
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ba6d68d2cd2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ba6d68d2cd2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ba6d68f9cf3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ba6d68f9cf3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ba6d68cfa73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ba6d68cfa73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ba6d68d2b22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ba6d68d4249 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ba6d68d407e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ba6d65c0c84 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ba6d65c0c84 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ba6d68d4c1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ba6d68d4c1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ba6d68d49ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ba6d68d31c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ba6d68d467d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ba6d68f7a50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ba6d68f7e8c - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:443:23
[INFO] [stdout]   20:     0x5ba6d686bff6 - core::panicking::assert_failed::h83bcb4ff95cda6bf
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5ba6d64c0ca8 - core_term::term::core_tests::assert_screen_state::hb647120b2cf3977d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:81:13
[INFO] [stdout]   22:     0x5ba6d64c39e1 - core_term::term::core_tests::it_should_handle_mixed_ascii_and_multibyte_unicode_characters::h3d41d022a38487ac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:286:5
[INFO] [stdout]   23:     0x5ba6d64c37a7 - core_term::term::core_tests::it_should_handle_mixed_ascii_and_multibyte_unicode_characters::{{closure}}::h49af786877e50982
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:280:67
[INFO] [stdout]   24:     0x5ba6d6523356 - core::ops::function::FnOnce::call_once::h09f9637b45d9b555
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ba6d65c64eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5ba6d65c64eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5ba6d65c5625 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5ba6d65c5625 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5ba6d65c5625 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5ba6d65c5625 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5ba6d65c5625 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ba6d65c5625 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5ba6d65c5625 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5ba6d6589224 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5ba6d6589224 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5ba6d658cbfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5ba6d658cbfa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5ba6d658cbfa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5ba6d658cbfa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5ba6d658cbfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5ba6d68d7dbf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5ba6d68d7dbf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x72243ee2baa4 - <unknown>
[INFO] [stdout]   46:     0x72243eeb8a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- term::core_tests::it_should_overwrite_second_half_of_wide_char_with_ascii stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'term::core_tests::it_should_overwrite_second_half_of_wide_char_with_ascii' panicked at src/term/core_tests.rs:404:14:
[INFO] [stdout] Expected WidePrimary '世' at (0,0), got Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ba6d68d2cd2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ba6d68d2cd2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ba6d68f9cf3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ba6d68f9cf3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ba6d68cfa73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ba6d68cfa73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ba6d68d2b22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ba6d68d4249 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ba6d68d407e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ba6d65c0c84 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ba6d65c0c84 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ba6d68d4c1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ba6d68d4c1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ba6d68d49ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ba6d68d31c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ba6d68d467d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ba6d68f7a50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ba6d64c586c - core_term::term::core_tests::it_should_overwrite_second_half_of_wide_char_with_ascii::hb03402e775861308
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:404:14
[INFO] [stdout]   20:     0x5ba6d64c4d97 - core_term::term::core_tests::it_should_overwrite_second_half_of_wide_char_with_ascii::{{closure}}::h7f651903c99fced1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:390:61
[INFO] [stdout]   21:     0x5ba6d6525a46 - core::ops::function::FnOnce::call_once::h9cfefe8d83a10afe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   22:     0x5ba6d65c64eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x5ba6d65c64eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   24:     0x5ba6d65c5625 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   25:     0x5ba6d65c5625 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   26:     0x5ba6d65c5625 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   27:     0x5ba6d65c5625 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x5ba6d65c5625 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5ba6d65c5625 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   30:     0x5ba6d65c5625 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   31:     0x5ba6d6589224 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   32:     0x5ba6d6589224 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x5ba6d658cbfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x5ba6d658cbfa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x5ba6d658cbfa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x5ba6d658cbfa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x5ba6d658cbfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   40:     0x5ba6d68d7dbf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41:     0x5ba6d68d7dbf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   42:     0x72243ee2baa4 - <unknown>
[INFO] [stdout]   43:     0x72243eeb8a34 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- term::core_tests::it_should_not_print_second_half_of_wide_char_if_at_edge_and_no_wrap_mode_or_similar_logic stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'term::core_tests::it_should_not_print_second_half_of_wide_char_if_at_edge_and_no_wrap_mode_or_similar_logic' panicked at src/term/core_tests.rs:81:13:
[INFO] [stdout] assertion `left == right` failed: Char mismatch at (row 0, snapshot_col 0). Expected '世', got 'A'. Full expected row: '世', Full actual row: 'Some([Single(ContentCell { c: 'A', attr: Attributes { fg: Default, bg: Default, flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } })])'
[INFO] [stdout]   left: 'A'
[INFO] [stdout]  right: '世'
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ba6d68d2cd2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ba6d68d2cd2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ba6d68f9cf3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ba6d68f9cf3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ba6d68cfa73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ba6d68cfa73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ba6d68d2b22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ba6d68d4249 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ba6d68d407e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ba6d65c0c84 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ba6d65c0c84 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ba6d68d4c1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stderr] error: test failed, to rerun pass `--bin core-term`
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ba6d68d4c1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ba6d68d49ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ba6d68d31c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ba6d68d467d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ba6d68f7a50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ba6d68f7e8c - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:443:23
[INFO] [stdout]   20:     0x5ba6d686bff6 - core::panicking::assert_failed::h83bcb4ff95cda6bf
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5ba6d64c0ca8 - core_term::term::core_tests::assert_screen_state::hb647120b2cf3977d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:81:13
[INFO] [stdout]   22:     0x5ba6d64c44dc - core_term::term::core_tests::it_should_not_print_second_half_of_wide_char_if_at_edge_and_no_wrap_mode_or_similar_logic::h09950b60343c790b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:341:5
[INFO] [stdout]   23:     0x5ba6d64c4317 - core_term::term::core_tests::it_should_not_print_second_half_of_wide_char_if_at_edge_and_no_wrap_mode_or_similar_logic::{{closure}}::hce3e4a4b1a855a12
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:334:95
[INFO] [stdout]   24:     0x5ba6d6523ee6 - core::ops::function::FnOnce::call_once::h356c878e82fd9009
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ba6d65c64eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5ba6d65c64eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5ba6d65c5625 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5ba6d65c5625 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5ba6d65c5625 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5ba6d65c5625 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5ba6d65c5625 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ba6d65c5625 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5ba6d65c5625 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5ba6d6589224 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5ba6d6589224 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5ba6d658cbfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5ba6d658cbfa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5ba6d658cbfa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5ba6d658cbfa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5ba6d658cbfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5ba6d68d7dbf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5ba6d68d7dbf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x72243ee2baa4 - <unknown>
[INFO] [stdout]   46:     0x72243eeb8a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- term::core_tests::it_should_print_a_single_multibyte_unicode_character stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'term::core_tests::it_should_print_a_single_multibyte_unicode_character' panicked at src/term/core_tests.rs:81:13:
[INFO] [stdout] assertion `left == right` failed: Char mismatch at (row 0, snapshot_col 0). Expected '世', got ' '. Full expected row: '世        ', Full actual row: 'Some([Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } })])'
[INFO] [stdout]   left: ' '
[INFO] [stdout]  right: '世'
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ba6d68d2cd2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ba6d68d2cd2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ba6d68f9cf3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ba6d68f9cf3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ba6d68cfa73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ba6d68cfa73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ba6d68d2b22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ba6d68d4249 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ba6d68d407e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ba6d65c0c84 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ba6d65c0c84 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ba6d68d4c1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ba6d68d4c1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ba6d68d49ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ba6d68d31c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ba6d68d467d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ba6d68f7a50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ba6d68f7e8c - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:443:23
[INFO] [stdout]   20:     0x5ba6d686bff6 - core::panicking::assert_failed::h83bcb4ff95cda6bf
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5ba6d64c0ca8 - core_term::term::core_tests::assert_screen_state::hb647120b2cf3977d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:81:13
[INFO] [stdout]   22:     0x5ba6d64c2e1b - core_term::term::core_tests::it_should_print_a_single_multibyte_unicode_character::h53da95f04d0f8a13
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:230:5
[INFO] [stdout]   23:     0x5ba6d64c2cc7 - core_term::term::core_tests::it_should_print_a_single_multibyte_unicode_character::{{closure}}::ha473610cde34d987
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:226:58
[INFO] [stdout]   24:     0x5ba6d65255b6 - core::ops::function::FnOnce::call_once::h8a2ed92a996e2411
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ba6d65c64eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5ba6d65c64eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5ba6d65c5625 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5ba6d65c5625 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5ba6d65c5625 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5ba6d65c5625 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5ba6d65c5625 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ba6d65c5625 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5ba6d65c5625 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5ba6d6589224 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5ba6d6589224 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5ba6d658cbfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5ba6d658cbfa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5ba6d658cbfa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5ba6d658cbfa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5ba6d658cbfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5ba6d68d7dbf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5ba6d68d7dbf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x72243ee2baa4 - <unknown>
[INFO] [stdout]   46:     0x72243eeb8a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- term::core_tests::it_should_print_ascii_over_wide_char_that_straddles_line_end_after_wrap stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'term::core_tests::it_should_print_ascii_over_wide_char_that_straddles_line_end_after_wrap' panicked at src/term/core_tests.rs:81:13:
[INFO] [stdout] assertion `left == right` failed: Char mismatch at (row 1, snapshot_col 0). Expected '世', got ' '. Full expected row: '世', Full actual row: 'Some([Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } })])'
[INFO] [stdout]   left: ' '
[INFO] [stdout]  right: '世'
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ba6d68d2cd2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ba6d68d2cd2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ba6d68f9cf3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ba6d68f9cf3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ba6d68cfa73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ba6d68cfa73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ba6d68d2b22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ba6d68d4249 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ba6d68d407e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ba6d65c0c84 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ba6d65c0c84 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ba6d68d4c1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ba6d68d4c1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ba6d68d49ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ba6d68d31c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ba6d68d467d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ba6d68f7a50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ba6d68f7e8c - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:443:23
[INFO] [stdout]   20:     0x5ba6d686bff6 - core::panicking::assert_failed::h83bcb4ff95cda6bf
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5ba6d64c0ca8 - core_term::term::core_tests::assert_screen_state::hb647120b2cf3977d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:81:13
[INFO] [stdout]   22:     0x5ba6d64c5a7c - core_term::term::core_tests::it_should_print_ascii_over_wide_char_that_straddles_line_end_after_wrap::h5178d032c8794ccc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:452:5
[INFO] [stdout]   23:     0x5ba6d64c58b7 - core_term::term::core_tests::it_should_print_ascii_over_wide_char_that_straddles_line_end_after_wrap::{{closure}}::h9f07715c06e9e9ea
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:443:77
[INFO] [stdout]   24:     0x5ba6d6524e76 - core::ops::function::FnOnce::call_once::h724c164a76470302
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ba6d65c64eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5ba6d65c64eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5ba6d65c5625 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5ba6d65c5625 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5ba6d65c5625 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5ba6d65c5625 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5ba6d65c5625 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ba6d65c5625 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5ba6d65c5625 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5ba6d6589224 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5ba6d6589224 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5ba6d658cbfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5ba6d658cbfa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5ba6d658cbfa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5ba6d658cbfa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5ba6d658cbfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5ba6d68d7dbf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5ba6d68d7dbf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x72243ee2baa4 - <unknown>
[INFO] [stdout]   46:     0x72243eeb8a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- term::core_tests::it_should_print_multiple_multibyte_unicode_characters stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'term::core_tests::it_should_print_multiple_multibyte_unicode_characters' panicked at src/term/core_tests.rs:81:13:
[INFO] [stdout] assertion `left == right` failed: Char mismatch at (row 0, snapshot_col 0). Expected '你', got ' '. Full expected row: '你好      ', Full actual row: 'Some([Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } })])'
[INFO] [stdout]   left: ' '
[INFO] [stdout]  right: '你'
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ba6d68d2cd2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ba6d68d2cd2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ba6d68f9cf3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ba6d68f9cf3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ba6d68cfa73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ba6d68cfa73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ba6d68d2b22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ba6d68d4249 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ba6d68d407e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ba6d65c0c84 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ba6d65c0c84 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ba6d68d4c1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ba6d68d4c1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ba6d68d49ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ba6d68d31c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ba6d68d467d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ba6d68f7a50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ba6d68f7e8c - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:443:23
[INFO] [stdout]   20:     0x5ba6d686bff6 - core::panicking::assert_failed::h83bcb4ff95cda6bf
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5ba6d64c0ca8 - core_term::term::core_tests::assert_screen_state::hb647120b2cf3977d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:81:13
[INFO] [stdout]   22:     0x5ba6d64c32ee - core_term::term::core_tests::it_should_print_multiple_multibyte_unicode_characters::h26131a906e86d377
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:254:5
[INFO] [stdout]   23:     0x5ba6d64c3127 - core_term::term::core_tests::it_should_print_multiple_multibyte_unicode_characters::{{closure}}::h38607606da4c8474
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:249:59
[INFO] [stdout]   24:     0x5ba6d65243b6 - core::ops::function::FnOnce::call_once::h46e74d15a16a1f84
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ba6d65c64eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5ba6d65c64eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5ba6d65c5625 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5ba6d65c5625 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5ba6d65c5625 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5ba6d65c5625 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5ba6d65c5625 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ba6d65c5625 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5ba6d65c5625 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5ba6d6589224 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5ba6d6589224 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5ba6d658cbfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5ba6d658cbfa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5ba6d658cbfa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5ba6d658cbfa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5ba6d658cbfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5ba6d68d7dbf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5ba6d68d7dbf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x72243ee2baa4 - <unknown>
[INFO] [stdout]   46:     0x72243eeb8a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- term::unicode::tests::test_box_drawing_char_widths stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'term::unicode::tests::test_box_drawing_char_widths' panicked at src/term/unicode.rs:155:9:
[INFO] [stdout] assertion `left == right` failed: Width of U+2500 BOX DRAWINGS LIGHT HORIZONTAL
[INFO] [stdout]   left: 0
[INFO] [stdout]  right: 1
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ba6d68d2cd2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ba6d68d2cd2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ba6d68f9cf3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ba6d68f9cf3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ba6d68cfa73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ba6d68cfa73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ba6d68d2b22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ba6d68d4249 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ba6d68d407e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ba6d65c0c84 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ba6d65c0c84 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ba6d68d4c1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ba6d68d4c1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ba6d68d49ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ba6d68d31c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ba6d68d467d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ba6d68f7a50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ba6d68f7e8c - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:443:23
[INFO] [stdout]   20:     0x5ba6d68f7d4e - core::panicking::assert_failed::h417a72379c307893
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5ba6d65803e8 - core_term::term::unicode::tests::test_box_drawing_char_widths::hd95ad645f66b8fed
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/unicode.rs:155:9
[INFO] [stdout]   22:     0x5ba6d6580337 - core_term::term::unicode::tests::test_box_drawing_char_widths::{{closure}}::hc9cb59becb1f6a53
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/unicode.rs:152:38
[INFO] [stdout]   23:     0x5ba6d6524236 - core::ops::function::FnOnce::call_once::h40624d8c89760d26
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5ba6d65c64eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ba6d65c64eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5ba6d65c5625 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5ba6d65c5625 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5ba6d65c5625 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5ba6d65c5625 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5ba6d65c5625 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ba6d65c5625 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5ba6d65c5625 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5ba6d6589224 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5ba6d6589224 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5ba6d658cbfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5ba6d658cbfa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5ba6d658cbfa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5ba6d658cbfa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5ba6d658cbfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5ba6d68d7dbf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5ba6d68d7dbf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x72243ee2baa4 - <unknown>
[INFO] [stdout]   45:     0x72243eeb8a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- term::core_tests::it_should_wrap_wide_character_correctly stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'term::core_tests::it_should_wrap_wide_character_correctly' panicked at src/term/core_tests.rs:81:13:
[INFO] [stdout] assertion `left == right` failed: Char mismatch at (row 0, snapshot_col 1). Expected '世', got ' '. Full expected row: 'A世', Full actual row: 'Some([Single(ContentCell { c: 'A', attr: Attributes { fg: Default, bg: Default, flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } }), Single(ContentCell { c: ' ', attr: Attributes { fg: Named(White), bg: Named(Black), flags: AttrFlags(0x0) } })])'
[INFO] [stdout]   left: ' '
[INFO] [stdout]  right: '世'
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ba6d68d2cd2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ba6d68d2cd2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ba6d68f9cf3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ba6d68f9cf3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ba6d68cfa73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ba6d68cfa73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ba6d68d2b22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ba6d68d4249 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ba6d68d407e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ba6d65c0c84 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ba6d65c0c84 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ba6d68d4c1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ba6d68d4c1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ba6d68d49ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ba6d68d31c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ba6d68d467d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ba6d68f7a50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ba6d68f7e8c - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:443:23
[INFO] [stdout]   20:     0x5ba6d686bff6 - core::panicking::assert_failed::h83bcb4ff95cda6bf
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5ba6d64c0ca8 - core_term::term::core_tests::assert_screen_state::hb647120b2cf3977d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:81:13
[INFO] [stdout]   22:     0x5ba6d64c40ee - core_term::term::core_tests::it_should_wrap_wide_character_correctly::h8886db84551148e9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:318:5
[INFO] [stdout]   23:     0x5ba6d64c3f27 - core_term::term::core_tests::it_should_wrap_wide_character_correctly::{{closure}}::h40ecd6b4c5e97e26
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/core_tests.rs:313:45
[INFO] [stdout]   24:     0x5ba6d6523596 - core::ops::function::FnOnce::call_once::h12b9f17974c5fa1d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ba6d65c64eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5ba6d65c64eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5ba6d65c5625 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5ba6d65c5625 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5ba6d65c5625 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5ba6d65c5625 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5ba6d65c5625 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ba6d65c5625 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5ba6d65c5625 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5ba6d6589224 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5ba6d6589224 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5ba6d658cbfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5ba6d658cbfa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5ba6d658cbfa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5ba6d658cbfa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5ba6d658cbfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5ba6d68d7dbf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5ba6d68d7dbf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x72243ee2baa4 - <unknown>
[INFO] [stdout]   46:     0x72243eeb8a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- term::unicode::tests::test_cjk_wide_char_widths stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'term::unicode::tests::test_cjk_wide_char_widths' panicked at src/term/unicode.rs:216:9:
[INFO] [stdout] assertion `left == right` failed: Width of '世' (U+4E16) should be 2
[INFO] [stdout]   left: 0
[INFO] [stdout]  right: 2
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ba6d68d2cd2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ba6d68d2cd2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ba6d68d2cd2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ba6d68f9cf3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ba6d68f9cf3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ba6d68cfa73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ba6d68cfa73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ba6d68d2b22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ba6d68d4249 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ba6d68d407e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ba6d65c0c84 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ba6d65c0c84 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ba6d68d4c1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ba6d68d4c1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ba6d68d49ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ba6d68d31c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ba6d68d467d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ba6d68f7a50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ba6d68f7e8c - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:443:23
[INFO] [stdout]   20:     0x5ba6d68f7d4e - core::panicking::assert_failed::h417a72379c307893
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5ba6d6580be8 - core_term::term::unicode::tests::test_cjk_wide_char_widths::he9f9be338261883c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/unicode.rs:216:9
[INFO] [stdout]   22:     0x5ba6d6580b37 - core_term::term::unicode::tests::test_cjk_wide_char_widths::{{closure}}::ha50a4bfba8bf670d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/term/unicode.rs:214:35
[INFO] [stdout]   23:     0x5ba6d6523c26 - core::ops::function::FnOnce::call_once::h2b6d4c62dd3625eb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5ba6d65c64eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ba6d65c64eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5ba6d65c5625 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5ba6d65c5625 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5ba6d65c5625 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5ba6d65c5625 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5ba6d65c5625 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ba6d65c5625 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5ba6d65c5625 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5ba6d6589224 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5ba6d6589224 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5ba6d658cbfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5ba6d658cbfa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5ba6d658cbfa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5ba6d658cbfa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ba6d658cbfa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5ba6d658cbfa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5ba6d68d7dbf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5ba6d68d7dbf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x72243ee2baa4 - <unknown>
[INFO] [stdout]   45:     0x72243eeb8a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     term::core_tests::it_should_handle_mixed_ascii_and_multibyte_unicode_characters
[INFO] [stdout]     term::core_tests::it_should_not_print_second_half_of_wide_char_if_at_edge_and_no_wrap_mode_or_similar_logic
[INFO] [stdout]     term::core_tests::it_should_overwrite_second_half_of_wide_char_with_ascii
[INFO] [stdout]     term::core_tests::it_should_print_a_single_multibyte_unicode_character
[INFO] [stdout]     term::core_tests::it_should_print_ascii_over_wide_char_that_straddles_line_end_after_wrap
[INFO] [stdout]     term::core_tests::it_should_print_multiple_multibyte_unicode_characters
[INFO] [stdout]     term::core_tests::it_should_wrap_wide_character_correctly
[INFO] [stdout]     term::unicode::tests::test_box_drawing_char_widths
[INFO] [stdout]     term::unicode::tests::test_cjk_wide_char_widths
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 244 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "90736670bf33112b1e5a1bb19e4875ffb17391d291c53d26587bb59a0271156e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90736670bf33112b1e5a1bb19e4875ffb17391d291c53d26587bb59a0271156e", kill_on_drop: false }`
[INFO] [stdout] 90736670bf33112b1e5a1bb19e4875ffb17391d291c53d26587bb59a0271156e
