[INFO] fetching crate terminal-emulator 0.1.0... [INFO] testing terminal-emulator-0.1.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate terminal-emulator 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate terminal-emulator 0.1.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate terminal-emulator 0.1.0 [INFO] finished tweaking crates.io crate terminal-emulator 0.1.0 [INFO] tweaked toml for crates.io crate terminal-emulator 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d43cbf6694f896ba3e0c7d5a38df34358e6b4efb1449576013d7980f18f9384 [INFO] running `Command { std: "docker" "start" "-a" "9d43cbf6694f896ba3e0c7d5a38df34358e6b4efb1449576013d7980f18f9384", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d43cbf6694f896ba3e0c7d5a38df34358e6b4efb1449576013d7980f18f9384", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d43cbf6694f896ba3e0c7d5a38df34358e6b4efb1449576013d7980f18f9384", kill_on_drop: false }` [INFO] [stdout] 9d43cbf6694f896ba3e0c7d5a38df34358e6b4efb1449576013d7980f18f9384 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b6a814ceebc05c923074bab108160d7d7f2f73d96dbddec60adb3b5e3a14088 [INFO] running `Command { std: "docker" "start" "-a" "6b6a814ceebc05c923074bab108160d7d7f2f73d96dbddec60adb3b5e3a14088", kill_on_drop: false }` [INFO] [stderr] Compiling arraydeque v0.4.5 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling vte v0.3.3 [INFO] [stderr] Compiling terminal-emulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Range` is imported redundantly [INFO] [stdout] --> src/term/mod.rs:812:13 [INFO] [stdout] | [INFO] [stdout] 17 | use std::ops::{Index, IndexMut, Range}; [INFO] [stdout] | ----- the item `Range` is already imported here [INFO] [stdout] ... [INFO] [stdout] 812 | use std::ops::Range; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/term/cell.rs:128:40 [INFO] [stdout] | [INFO] [stdout] 128 | let mut chars = [std::mem::uninitialized(); MAX_ZEROWIDTH_CHARS + 1]; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `static_assertions::core::num::::saturating_sub` that must be used [INFO] [stdout] --> src/term/mod.rs:1253:21 [INFO] [stdout] | [INFO] [stdout] 1253 | col.saturating_sub(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this returns the result of the operation, without modifying the original [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `char` does not permit being left uninitialized [INFO] [stdout] --> src/term/cell.rs:128:30 [INFO] [stdout] | [INFO] [stdout] 128 | let mut chars = [std::mem::uninitialized(); MAX_ZEROWIDTH_CHARS + 1]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] = note: characters must be a valid Unicode codepoint [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.14s [INFO] running `Command { std: "docker" "inspect" "6b6a814ceebc05c923074bab108160d7d7f2f73d96dbddec60adb3b5e3a14088", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b6a814ceebc05c923074bab108160d7d7f2f73d96dbddec60adb3b5e3a14088", kill_on_drop: false }` [INFO] [stdout] 6b6a814ceebc05c923074bab108160d7d7f2f73d96dbddec60adb3b5e3a14088 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 44b0ecf6b2172ac8e4a68312567cf3b7f717d0e48f75ba91dd1605848e5ce9a4 [INFO] running `Command { std: "docker" "start" "-a" "44b0ecf6b2172ac8e4a68312567cf3b7f717d0e48f75ba91dd1605848e5ce9a4", kill_on_drop: false }` [INFO] [stdout] warning: the item `Range` is imported redundantly [INFO] [stdout] --> src/term/mod.rs:812:13 [INFO] [stdout] | [INFO] [stdout] 17 | use std::ops::{Index, IndexMut, Range}; [INFO] [stdout] | ----- the item `Range` is already imported here [INFO] [stdout] ... [INFO] [stdout] 812 | use std::ops::Range; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/term/cell.rs:128:40 [INFO] [stdout] | [INFO] [stdout] 128 | let mut chars = [std::mem::uninitialized(); MAX_ZEROWIDTH_CHARS + 1]; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `static_assertions::core::num::::saturating_sub` that must be used [INFO] [stdout] --> src/term/mod.rs:1253:21 [INFO] [stdout] | [INFO] [stdout] 1253 | col.saturating_sub(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this returns the result of the operation, without modifying the original [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling terminal-emulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the type `char` does not permit being left uninitialized [INFO] [stdout] --> src/term/cell.rs:128:30 [INFO] [stdout] | [INFO] [stdout] 128 | let mut chars = [std::mem::uninitialized(); MAX_ZEROWIDTH_CHARS + 1]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] = note: characters must be a valid Unicode codepoint [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Range` is imported redundantly [INFO] [stdout] --> src/term/mod.rs:812:13 [INFO] [stdout] | [INFO] [stdout] 17 | use std::ops::{Index, IndexMut, Range}; [INFO] [stdout] | ----- the item `Range` is already imported here [INFO] [stdout] ... [INFO] [stdout] 812 | use std::ops::Range; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/term/cell.rs:128:40 [INFO] [stdout] | [INFO] [stdout] 128 | let mut chars = [std::mem::uninitialized(); MAX_ZEROWIDTH_CHARS + 1]; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `static_assertions::core::num::::saturating_sub` that must be used [INFO] [stdout] --> src/term/mod.rs:1253:21 [INFO] [stdout] | [INFO] [stdout] 1253 | col.saturating_sub(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this returns the result of the operation, without modifying the original [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `char` does not permit being left uninitialized [INFO] [stdout] --> src/term/cell.rs:128:30 [INFO] [stdout] | [INFO] [stdout] 128 | let mut chars = [std::mem::uninitialized(); MAX_ZEROWIDTH_CHARS + 1]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] = note: characters must be a valid Unicode codepoint [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `Command { std: "docker" "inspect" "44b0ecf6b2172ac8e4a68312567cf3b7f717d0e48f75ba91dd1605848e5ce9a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44b0ecf6b2172ac8e4a68312567cf3b7f717d0e48f75ba91dd1605848e5ce9a4", kill_on_drop: false }` [INFO] [stdout] 44b0ecf6b2172ac8e4a68312567cf3b7f717d0e48f75ba91dd1605848e5ce9a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c1f3e74a639c4c4926a3b4615ccc6902e076605e0d000fa32df93c56c1991c02 [INFO] running `Command { std: "docker" "start" "-a" "c1f3e74a639c4c4926a3b4615ccc6902e076605e0d000fa32df93c56c1991c02", kill_on_drop: false }` [INFO] [stderr] warning: the item `Range` is imported redundantly [INFO] [stderr] --> src/term/mod.rs:812:13 [INFO] [stderr] | [INFO] [stderr] 17 | use std::ops::{Index, IndexMut, Range}; [INFO] [stderr] | ----- the item `Range` is already imported here [INFO] [stderr] ... [INFO] [stderr] 812 | use std::ops::Range; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/term/cell.rs:128:40 [INFO] [stderr] | [INFO] [stderr] 128 | let mut chars = [std::mem::uninitialized(); MAX_ZEROWIDTH_CHARS + 1]; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `static_assertions::core::num::::saturating_sub` that must be used [INFO] [stderr] --> src/term/mod.rs:1253:21 [INFO] [stderr] | [INFO] [stderr] 1253 | col.saturating_sub(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this returns the result of the operation, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: the type `char` does not permit being left uninitialized [INFO] [stderr] --> src/term/cell.rs:128:30 [INFO] [stderr] | [INFO] [stderr] 128 | let mut chars = [std::mem::uninitialized(); MAX_ZEROWIDTH_CHARS + 1]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_value)]` on by default [INFO] [stderr] = note: characters must be a valid Unicode codepoint [INFO] [stderr] [INFO] [stderr] warning: `terminal-emulator` (lib) generated 4 warnings [INFO] [stderr] warning: `terminal-emulator` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/terminal_emulator-6c71c7f8de967631) [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test ansi::tests::parse_designate_g0_as_line_drawing ... ok [INFO] [stdout] test ansi::tests::parse_designate_g1_as_line_drawing_and_invoke ... ok [INFO] [stdout] test ansi::tests::parse_control_attribute ... ok [INFO] [stdout] test ansi::tests::parse_invalid_number ... ok [INFO] [stdout] test ansi::tests::parse_number_too_large ... ok [INFO] [stdout] test ansi::tests::parse_truecolor_attr ... ok [INFO] [stdout] test ansi::tests::parse_valid_rgb_color ... ok [INFO] [stdout] test ansi::tests::parse_valid_number ... ok [INFO] [stdout] test ansi::tests::parse_valid_rgb_color2 ... ok [INFO] [stdout] test ansi::tests::parse_zsh_startup ... ok [INFO] [stdout] test grid::storage::grow_after_zero ... ok [INFO] [stdout] test grid::storage::grow_before_zero ... ok [INFO] [stdout] test grid::storage::shrink_after_zero ... ok [INFO] [stdout] test grid::storage::initialize ... ok [INFO] [stdout] test grid::storage::shrink_before_and_after_zero ... ok [INFO] [stdout] test grid::storage::shrink_before_zero ... ok [INFO] [stdout] test grid::storage::shrink_then_grow ... ok [INFO] [stdout] test grid::storage::truncate_invisible_lines ... ok [INFO] [stdout] test grid::storage::truncate_invisible_lines_beginning ... ok [INFO] [stdout] test grid::tests::scroll_down ... ok [INFO] [stdout] test grid::tests::scroll_up ... ok [INFO] [stdout] test index::test_range ... ok [INFO] [stdout] test grid::tests::test_iter ... ok [INFO] [stdout] test index::tests::location_ordering ... ok [INFO] [stdout] test selection::test::across_adjacent_lines_upward_final_cell_exclusive ... ok [INFO] [stdout] test selection::test::alt_screen_semantic ... ok [INFO] [stdout] test selection::test::alt_screen_simple ... ok [INFO] [stdout] test selection::test::alt_scren_lines ... ok [INFO] [stdout] test selection::test::between_adjacent_cells_left_to_right ... ok [INFO] [stdout] test selection::test::between_adjacent_cells_right_to_left ... ok [INFO] [stdout] test selection::test::selection_bigger_then_smaller ... ok [INFO] [stdout] test selection::test::single_cell_left_to_right ... ok [INFO] [stdout] test selection::test::single_cell_right_to_left ... ok [INFO] [stdout] test term::cell::tests::line_length_works ... ok [INFO] [stdout] test term::cell::tests::line_length_works_with_wrapline ... ok [INFO] [stdout] test term::tests::input_line_drawing_character ... ok [INFO] [stdout] test term::tests::clear_saved_lines ... ok [INFO] [stdout] test term::tests::line_selection_works ... FAILED [INFO] [stdout] test term::tests::semantic_selection_works ... FAILED [INFO] [stdout] test term::tests::selecting_empty_line ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- term::tests::line_selection_works stdout ---- [INFO] [stdout] thread 'term::tests::line_selection_works' panicked at 'attempted to leave type `char` uninitialized, which is invalid', src/term/cell.rs:128:30 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d7c5ed36fc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d7c5ed36fc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d7c5ed36fc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d7c5ed36fc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d7c5ef6b3c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55d7c5ed0345 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55d7c5ed53b0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d7c5ed53b0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d7c5ed53b0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55d7c5ed4fa2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55d7c5ed5a64 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55d7c5ed5512 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55d7c5ed3bc4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d7c5ed54a9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55d7c5e1b6e1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55d7c5e1b62d - core::panicking::panic::h8a6bc58a21c6c095 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55d7c5e46a84 - core::mem::uninitialized::h66694258bf0afe47 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/mem/mod.rs:665:9 [INFO] [stdout] 17: 0x55d7c5e46a84 - terminal_emulator::term::cell::Cell::chars::h6cbf217fa4bc5f71 [INFO] [stdout] at /opt/rustwide/workdir/src/term/cell.rs:128:30 [INFO] [stdout] 18: 0x55d7c5e6673c - ::append::h57b1050d8d36a613 [INFO] [stdout] at /opt/rustwide/workdir/src/term/mod.rs:858:40 [INFO] [stdout] 19: 0x55d7c5e4b82c - terminal_emulator::term::Term::selection_to_string::h336279c7007d6de4 [INFO] [stdout] at /opt/rustwide/workdir/src/term/mod.rs:893:17 [INFO] [stdout] 20: 0x55d7c5e41d73 - terminal_emulator::term::tests::line_selection_works::h62134f23bb498fc5 [INFO] [stdout] at /opt/rustwide/workdir/src/term/mod.rs:2032:20 [INFO] [stdout] 21: 0x55d7c5e4190a - terminal_emulator::term::tests::line_selection_works::{{closure}}::h56d25e790f84bed0 [INFO] [stdout] at /opt/rustwide/workdir/src/term/mod.rs:2008:5 [INFO] [stdout] 22: 0x55d7c5e6291e - core::ops::function::FnOnce::call_once::h46a11d5d1d96ebc4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55d7c5ead753 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 24: 0x55d7c5ead753 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 25: 0x55d7c5eac1d8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 26: 0x55d7c5eac1d8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 27: 0x55d7c5eac1d8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 28: 0x55d7c5eac1d8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 29: 0x55d7c5eac1d8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 30: 0x55d7c5eac1d8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 31: 0x55d7c5eac1d8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 32: 0x55d7c5e79d2e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 33: 0x55d7c5e79d2e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 34: 0x55d7c5e7e5c8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 35: 0x55d7c5e7e5c8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 36: 0x55d7c5e7e5c8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 37: 0x55d7c5e7e5c8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 38: 0x55d7c5e7e5c8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 39: 0x55d7c5e7e5c8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 40: 0x55d7c5e7e5c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 41: 0x55d7c5eda713 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 42: 0x55d7c5eda713 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 43: 0x55d7c5eda713 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 44: 0x7fcacd804609 - start_thread [INFO] [stdout] 45: 0x7fcacd5d6293 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- term::tests::semantic_selection_works stdout ---- [INFO] [stdout] thread 'term::tests::semantic_selection_works' panicked at 'attempted to leave type `char` uninitialized, which is invalid', src/term/cell.rs:128:30 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d7c5ed36fc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d7c5ed36fc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d7c5ed36fc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d7c5ed36fc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d7c5ef6b3c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55d7c5ed0345 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55d7c5ed53b0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d7c5ed53b0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d7c5ed53b0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55d7c5ed4fa2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55d7c5ed5a64 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55d7c5ed5512 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55d7c5ed3bc4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d7c5ed54a9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55d7c5e1b6e1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55d7c5e1b62d - core::panicking::panic::h8a6bc58a21c6c095 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55d7c5e46a84 - core::mem::uninitialized::h66694258bf0afe47 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/mem/mod.rs:665:9 [INFO] [stdout] 17: 0x55d7c5e46a84 - terminal_emulator::term::cell::Cell::chars::h6cbf217fa4bc5f71 [INFO] [stdout] at /opt/rustwide/workdir/src/term/cell.rs:128:30 [INFO] [stdout] 18: 0x55d7c5e6673c - ::append::h57b1050d8d36a613 [INFO] [stdout] at /opt/rustwide/workdir/src/term/mod.rs:858:40 [INFO] [stdout] 19: 0x55d7c5e4b82c - terminal_emulator::term::Term::selection_to_string::h336279c7007d6de4 [INFO] [stdout] at /opt/rustwide/workdir/src/term/mod.rs:893:17 [INFO] [stdout] 20: 0x55d7c5e4134a - terminal_emulator::term::tests::semantic_selection_works::hf975c656409a26fd [INFO] [stdout] at /opt/rustwide/workdir/src/term/mod.rs:1987:24 [INFO] [stdout] 21: 0x55d7c5e40c8a - terminal_emulator::term::tests::semantic_selection_works::{{closure}}::hdfbee0744d7e2b07 [INFO] [stdout] at /opt/rustwide/workdir/src/term/mod.rs:1953:5 [INFO] [stdout] 22: 0x55d7c5e6279e - core::ops::function::FnOnce::call_once::h2d15bfdf33108bdc [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55d7c5ead753 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 24: 0x55d7c5ead753 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 25: 0x55d7c5eac1d8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 26: 0x55d7c5eac1d8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 27: 0x55d7c5eac1d8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 28: 0x55d7c5eac1d8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 29: 0x55d7c5eac1d8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 30: 0x55d7c5eac1d8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 31: 0x55d7c5eac1d8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 32: 0x55d7c5e79d2e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 33: 0x55d7c5e79d2e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 34: 0x55d7c5e7e5c8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 35: 0x55d7c5e7e5c8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 36: 0x55d7c5e7e5c8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 37: 0x55d7c5e7e5c8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 38: 0x55d7c5e7e5c8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 39: 0x55d7c5e7e5c8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 40: 0x55d7c5e7e5c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 41: 0x55d7c5eda713 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 42: 0x55d7c5eda713 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 43: 0x55d7c5eda713 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 44: 0x7fcacd804609 - start_thread [INFO] [stdout] 45: 0x7fcacd5d6293 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- term::tests::selecting_empty_line stdout ---- [INFO] [stdout] thread 'term::tests::selecting_empty_line' panicked at 'attempted to leave type `char` uninitialized, which is invalid', src/term/cell.rs:128:30 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d7c5ed36fc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d7c5ed36fc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d7c5ed36fc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d7c5ed36fc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d7c5ef6b3c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55d7c5ed0345 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55d7c5ed53b0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d7c5ed53b0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d7c5ed53b0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55d7c5ed4fa2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55d7c5ed5a64 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55d7c5ed5512 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55d7c5ed3bc4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d7c5ed54a9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55d7c5e1b6e1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55d7c5e1b62d - core::panicking::panic::h8a6bc58a21c6c095 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55d7c5e46a84 - core::mem::uninitialized::h66694258bf0afe47 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/mem/mod.rs:665:9 [INFO] [stdout] 17: 0x55d7c5e46a84 - terminal_emulator::term::cell::Cell::chars::h6cbf217fa4bc5f71 [INFO] [stdout] at /opt/rustwide/workdir/src/term/cell.rs:128:30 [INFO] [stdout] 18: 0x55d7c5e6673c - ::append::h57b1050d8d36a613 [INFO] [stdout] at /opt/rustwide/workdir/src/term/mod.rs:858:40 [INFO] [stdout] 19: 0x55d7c5e4b7d3 - terminal_emulator::term::Term::selection_to_string::h336279c7007d6de4 [INFO] [stdout] at /opt/rustwide/workdir/src/term/mod.rs:913:17 [INFO] [stdout] 20: 0x55d7c5e42409 - terminal_emulator::term::tests::selecting_empty_line::hdd268b1dc351351d [INFO] [stdout] at /opt/rustwide/workdir/src/term/mod.rs:2073:20 [INFO] [stdout] 21: 0x55d7c5e41efa - terminal_emulator::term::tests::selecting_empty_line::{{closure}}::hd2843b90a0ab87d5 [INFO] [stdout] at /opt/rustwide/workdir/src/term/mod.rs:2036:5 [INFO] [stdout] 22: 0x55d7c5e62a8e - core::ops::function::FnOnce::call_once::h7cbc7fd0d8197714 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55d7c5ead753 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 24: 0x55d7c5ead753 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 25: 0x55d7c5eac1d8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 26: 0x55d7c5eac1d8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 27: 0x55d7c5eac1d8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 28: 0x55d7c5eac1d8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 29: 0x55d7c5eac1d8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 30: 0x55d7c5eac1d8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 31: 0x55d7c5eac1d8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 32: 0x55d7c5e79d2e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 33: 0x55d7c5e79d2e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 34: 0x55d7c5e7e5c8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 35: 0x55d7c5e7e5c8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 36: 0x55d7c5e7e5c8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 37: 0x55d7c5e7e5c8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 38: 0x55d7c5e7e5c8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 39: 0x55d7c5e7e5c8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 40: 0x55d7c5e7e5c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 41: 0x55d7c5eda713 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 42: 0x55d7c5eda713 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 43: 0x55d7c5eda713 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 44: 0x7fcacd804609 - start_thread [INFO] [stdout] 45: 0x7fcacd5d6293 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] term::tests::line_selection_works [INFO] [stdout] term::tests::selecting_empty_line [INFO] [stdout] term::tests::semantic_selection_works [INFO] [stdout] [INFO] [stdout] test result: FAILED. 37 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "c1f3e74a639c4c4926a3b4615ccc6902e076605e0d000fa32df93c56c1991c02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1f3e74a639c4c4926a3b4615ccc6902e076605e0d000fa32df93c56c1991c02", kill_on_drop: false }` [INFO] [stdout] c1f3e74a639c4c4926a3b4615ccc6902e076605e0d000fa32df93c56c1991c02