[INFO] updating cached repository ogham/exa [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ogham/exa [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ogham/exa" "work/ex/beta-1.37-6/sources/1.36.0/gh/ogham/exa"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ogham/exa'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ogham/exa" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ogham/exa"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ogham/exa'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 35bf32abb9b8b445127c4722f45dcda25a55075a [INFO] sha for GitHub repo ogham/exa: 35bf32abb9b8b445127c4722f45dcda25a55075a [INFO] validating manifest of ogham/exa on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ogham/exa on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ogham/exa [INFO] finished frobbing ogham/exa [INFO] frobbed toml for ogham/exa written to work/ex/beta-1.37-6/sources/1.36.0/gh/ogham/exa/Cargo.toml [INFO] started frobbing ogham/exa [INFO] finished frobbing ogham/exa [INFO] frobbed toml for ogham/exa written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ogham/exa/Cargo.toml [INFO] crate ogham/exa already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ogham/exa against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ogham/exa:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] aee4a27ca493f2cbd778be9be832fd989cf95aec2526d611cbc5dedd5dffb73c [INFO] running `"docker" "start" "-a" "aee4a27ca493f2cbd778be9be832fd989cf95aec2526d611cbc5dedd5dffb73c"` [INFO] [stderr] Compiling cc v1.0.6 [INFO] [stderr] Compiling natord v1.0.9 [INFO] [stderr] Compiling locale v0.2.2 [INFO] [stderr] Compiling pad v0.1.5 [INFO] [stderr] Compiling iso8601 v0.1.1 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling term_grid v0.1.7 [INFO] [stderr] Compiling users v0.8.1 [INFO] [stderr] Compiling number_prefix v0.2.8 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling datetime v0.4.7 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling cmake v0.1.29 [INFO] [stderr] Compiling libgit2-sys v0.7.1 [INFO] [stderr] Compiling exa v0.9.0-pre (/opt/crater/workdir) [INFO] [stderr] Compiling zoneinfo_compiled v0.4.7 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling git2 v0.7.0 [INFO] [stderr] warning: the item `vars` is imported redundantly [INFO] [stderr] --> src/options/mod.rs:126:13 [INFO] [stderr] | [INFO] [stderr] 92 | pub mod vars; [INFO] [stderr] | ------------- the item `vars` is already defined here [INFO] [stderr] ... [INFO] [stderr] 126 | use options::vars; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `num_cpus` is imported redundantly [INFO] [stderr] --> src/output/details.rs:146:13 [INFO] [stderr] | [INFO] [stderr] 146 | use num_cpus; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/exa.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | extern crate num_cpus; [INFO] [stderr] | ---------------------- the item `num_cpus` is already imported here [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/file_name.rs:19:19 [INFO] [stderr] | [INFO] [stderr] 19 | pub exts: Box, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn FileColours` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/file_name.rs:95:15 [INFO] [stderr] | [INFO] [stderr] 95 | exts: &'a FileColours, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn FileColours` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/render/git.rs:8:36 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn render(&self, colours: &Colours) -> TextCell { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Colours` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/render/git.rs:21:32 [INFO] [stderr] | [INFO] [stderr] 21 | fn render(&self, colours: &Colours) -> ANSIString<'static> { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Colours` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/style/lsc.rs:91:23 [INFO] [stderr] | [INFO] [stderr] 91 | match num.trim_left_matches('0') { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/fs/feature/git.rs:56:37 [INFO] [stderr] | [INFO] [stderr] 56 | if let Some(mut r2) = git.repos.iter_mut().find(|e| e.has_workdir(&r.workdir)) { [INFO] [stderr] | ----^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 18s [INFO] running `"docker" "inspect" "aee4a27ca493f2cbd778be9be832fd989cf95aec2526d611cbc5dedd5dffb73c"` [INFO] running `"docker" "rm" "-f" "aee4a27ca493f2cbd778be9be832fd989cf95aec2526d611cbc5dedd5dffb73c"` [INFO] [stdout] aee4a27ca493f2cbd778be9be832fd989cf95aec2526d611cbc5dedd5dffb73c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ogham/exa:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 2f8a0a0104169018d918745f08836a10a5ecbaf0b0c59d053fe139aa3fc194c4 [INFO] running `"docker" "start" "-a" "2f8a0a0104169018d918745f08836a10a5ecbaf0b0c59d053fe139aa3fc194c4"` [INFO] [stderr] Compiling exa v0.9.0-pre (/opt/crater/workdir) [INFO] [stderr] warning: the item `vars` is imported redundantly [INFO] [stderr] --> src/options/mod.rs:126:13 [INFO] [stderr] | [INFO] [stderr] 92 | pub mod vars; [INFO] [stderr] | ------------- the item `vars` is already defined here [INFO] [stderr] ... [INFO] [stderr] 126 | use options::vars; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `OsString` is imported redundantly [INFO] [stderr] --> src/options/mod.rs:194:13 [INFO] [stderr] | [INFO] [stderr] 174 | use std::ffi::OsString; [INFO] [stderr] | ------------------ the item `OsString` is already imported here [INFO] [stderr] ... [INFO] [stderr] 194 | use std::ffi::OsString; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `num_cpus` is imported redundantly [INFO] [stderr] --> src/output/details.rs:146:13 [INFO] [stderr] | [INFO] [stderr] 146 | use num_cpus; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/exa.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | extern crate num_cpus; [INFO] [stderr] | ---------------------- the item `num_cpus` is already imported here [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/file_name.rs:19:19 [INFO] [stderr] | [INFO] [stderr] 19 | pub exts: Box, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn FileColours` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/file_name.rs:95:15 [INFO] [stderr] | [INFO] [stderr] 95 | exts: &'a FileColours, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn FileColours` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/render/git.rs:8:36 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn render(&self, colours: &Colours) -> TextCell { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Colours` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output/render/git.rs:21:32 [INFO] [stderr] | [INFO] [stderr] 21 | fn render(&self, colours: &Colours) -> ANSIString<'static> { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Colours` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/style/lsc.rs:91:23 [INFO] [stderr] | [INFO] [stderr] 91 | match num.trim_left_matches('0') { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/fs/feature/git.rs:56:37 [INFO] [stderr] | [INFO] [stderr] 56 | if let Some(mut r2) = git.repos.iter_mut().find(|e| e.has_workdir(&r.workdir)) { [INFO] [stderr] | ----^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.81s [INFO] running `"docker" "inspect" "2f8a0a0104169018d918745f08836a10a5ecbaf0b0c59d053fe139aa3fc194c4"` [INFO] running `"docker" "rm" "-f" "2f8a0a0104169018d918745f08836a10a5ecbaf0b0c59d053fe139aa3fc194c4"` [INFO] [stdout] 2f8a0a0104169018d918745f08836a10a5ecbaf0b0c59d053fe139aa3fc194c4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ogham/exa:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 6b19d3fed20c117d2d55de9435049fac7bfa09d2947f4346a243b548e911377e [INFO] running `"docker" "start" "-a" "6b19d3fed20c117d2d55de9435049fac7bfa09d2947f4346a243b548e911377e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/exa-8b33567f11ab63b7 [INFO] [stdout] [INFO] [stdout] running 399 tests [INFO] [stdout] test fs::feature::ignore::test::ignore_relatively ... ignored [INFO] [stdout] test fs::feature::ignore::test::ignore_relatively_absolutely ... ignored [INFO] [stdout] test fs::feature::ignore::test::ignore_relatively_absolutely_dot ... ignored [INFO] [stdout] test fs::feature::ignore::test::ignore_relatively_sometimes ... ignored [INFO] [stdout] test fs::feature::ignore::test::an_empty_cache_ignores_nothing ... ok [INFO] [stdout] test fs::feature::ignore::test::parse_some_comments ... ok [INFO] [stdout] test fs::feature::ignore::test::parse_nothing ... ok [INFO] [stdout] test fs::feature::ignore::test::parse_some_blank_lines ... ok [INFO] [stdout] test fs::feature::ignore::test::ignore_some_globs ... ok [INFO] [stdout] test fs::feature::ignore::test::a_nonempty_cache_ignores_some_things ... ok [INFO] [stdout] test fs::file::ext_test::dotfile ... ok [INFO] [stdout] test fs::file::ext_test::extension ... ok [INFO] [stdout] test fs::file::ext_test::no_extension ... ok [INFO] [stdout] test fs::file::filename_test::everywhere ... ok [INFO] [stdout] test fs::file::filename_test::here ... ok [INFO] [stdout] test fs::file::filename_test::file ... ok [INFO] [stdout] test fs::file::filename_test::there ... ok [INFO] [stdout] test fs::feature::ignore::test::parse_some_whitespacey_lines ... ok [INFO] [stdout] test fs::file::filename_test::no_path ... ok [INFO] [stdout] test fs::feature::ignore::test::parse_some_globs ... ok [INFO] [stdout] test fs::file::filename_test::topmost ... ok [INFO] [stdout] test fs::filter::test_ignores::empty_matches_nothing ... ok [INFO] [stdout] test fs::filter::test_ignores::ignores_a_glob ... ok [INFO] [stdout] test fs::filter::test_ignores::ignores_an_exact_filename ... ok [INFO] [stdout] test fs::filter::test_ignores::ignores_both ... ok [INFO] [stdout] test options::dir_action::test::dirs_recurse ... ok [INFO] [stdout] test options::dir_action::test::dirs_long ... ok [INFO] [stdout] test options::dir_action::test::dirs_short ... ok [INFO] [stdout] test options::dir_action::test::dirs_recurse_2 ... ok [INFO] [stdout] test options::dir_action::test::dirs_tree ... ok [INFO] [stdout] test options::dir_action::test::overriding_1 ... ok [INFO] [stdout] test options::dir_action::test::rec_lim_long_2 ... ok [INFO] [stdout] test options::dir_action::test::overriding_2 ... ok [INFO] [stdout] test options::dir_action::test::rec_lim_long ... ok [INFO] [stdout] test options::dir_action::test::dirs_tree_2 ... ok [INFO] [stdout] test options::dir_action::test::empty ... ok [INFO] [stdout] test options::dir_action::test::rec_tree ... ok [INFO] [stdout] test options::dir_action::test::rec_short_tree ... ok [INFO] [stdout] test options::dir_action::test::tree ... ok [INFO] [stdout] test options::filter::test::dot_filters::all ... ok [INFO] [stdout] test options::dir_action::test::rec_long ... ok [INFO] [stdout] test options::dir_action::test::rec_short ... ok [INFO] [stdout] test options::dir_action::test::rec_lim_short ... ok [INFO] [stdout] test options::filter::test::dot_filters::all_all ... ok [INFO] [stdout] test options::dir_action::test::just_level_2 ... ok [INFO] [stdout] test options::dir_action::test::just_level ... ok [INFO] [stdout] test options::filter::test::dot_filters::all_all_2 ... ok [INFO] [stdout] test options::dir_action::test::rec_lim_short_2 ... ok [INFO] [stdout] test options::filter::test::dot_filters::empty ... ok [INFO] [stdout] test options::filter::test::dot_filters::tree_a ... ok [INFO] [stdout] test options::filter::test::dot_filters::tree_aa ... ok [INFO] [stdout] test options::filter::test::git_ignores::on ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::overridden ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::overridden_2 ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::overridden_3 ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::overridden_4 ... ok [INFO] [stdout] test options::filter::test::dot_filters::all_all_3 ... ok [INFO] [stdout] test options::filter::test::dot_filters::tree_aaa ... ok [INFO] [stdout] test options::filter::test::git_ignores::off ... ok [INFO] [stdout] test options::filter::test::sort_fields::age ... ok [INFO] [stdout] test options::filter::test::sort_fields::error ... ok [INFO] [stdout] test options::filter::test::dot_filters::all_all_4 ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::two ... ok [INFO] [stdout] test options::filter::test::sort_fields::mix_hidden_uppercase ... ok [INFO] [stdout] test options::filter::test::sort_fields::new ... ok [INFO] [stdout] test options::filter::test::sort_fields::newest ... ok [INFO] [stdout] test options::filter::test::sort_fields::old ... ok [INFO] [stdout] test options::filter::test::sort_fields::oldest ... ok [INFO] [stdout] test options::filter::test::sort_fields::one_arg ... ok [INFO] [stdout] test options::filter::test::sort_fields::mix_hidden_lowercase ... ok [INFO] [stdout] test options::filter::test::sort_fields::lowercase ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::one ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::none ... ok [INFO] [stdout] test options::filter::test::sort_fields::empty ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::loads ... ok [INFO] [stdout] test options::filter::test::sort_fields::one_long ... ok [INFO] [stdout] test options::filter::test::sort_fields::one_short ... ok [INFO] [stdout] test options::filter::test::sort_fields::overridden ... ok [INFO] [stdout] test options::filter::test::sort_fields::overridden_2 ... ok [INFO] [stdout] test options::filter::test::sort_fields::overridden_3 ... ok [INFO] [stdout] test options::filter::test::sort_fields::overridden_4 ... ok [INFO] [stdout] test options::filter::test::sort_fields::uppercase ... ok [INFO] [stdout] test options::help::test::help ... ok [INFO] [stdout] test options::help::test::help_with_file ... ok [INFO] [stdout] test options::help::test::unhelpful ... ok [INFO] [stdout] test options::parser::matches_test::long_mixed ... ok [INFO] [stdout] test options::parser::matches_test::long_once ... ok [INFO] [stdout] test options::parser::matches_test::long_twice ... ok [INFO] [stdout] test options::parser::matches_test::no_count ... ok [INFO] [stdout] test options::parser::matches_test::only_count ... ok [INFO] [stdout] test options::parser::matches_test::rightmost_count ... ok [INFO] [stdout] test options::parser::matches_test::short_never ... ok [INFO] [stdout] test options::parser::matches_test::short_once ... ok [INFO] [stdout] test options::parser::matches_test::short_twice ... ok [INFO] [stdout] test options::parser::parse_test::arg_equals ... ok [INFO] [stdout] test options::parser::parse_test::arg_equals_s ... ok [INFO] [stdout] test options::parser::parse_test::arg_then ... ok [INFO] [stdout] test options::parser::parse_test::arg_then_s ... ok [INFO] [stdout] test options::parser::parse_test::bad_equals ... ok [INFO] [stdout] test options::parser::parse_test::bad_short ... ok [INFO] [stdout] test options::parser::parse_test::empty ... ok [INFO] [stdout] test options::parser::parse_test::long ... ok [INFO] [stdout] test options::parser::parse_test::long_then ... ok [INFO] [stdout] test options::parser::parse_test::long_two ... ok [INFO] [stdout] test options::parser::parse_test::mixed ... ok [INFO] [stdout] test options::parser::parse_test::no_arg ... ok [INFO] [stdout] test options::parser::parse_test::no_arg_s ... ok [INFO] [stdout] test options::parser::parse_test::one_arg ... ok [INFO] [stdout] test options::parser::parse_test::one_dash ... ok [INFO] [stdout] test options::parser::parse_test::short ... ok [INFO] [stdout] test options::parser::parse_test::short_arg_eq ... ok [INFO] [stdout] test options::parser::parse_test::short_arg_then ... ok [INFO] [stdout] test options::parser::parse_test::short_none ... ok [INFO] [stdout] test options::parser::parse_test::short_none_s ... ok [INFO] [stdout] test options::parser::parse_test::short_then ... ok [INFO] [stdout] test options::parser::parse_test::short_two ... ok [INFO] [stdout] test options::parser::parse_test::short_two_equals ... ok [INFO] [stdout] test options::parser::parse_test::short_two_equals_s ... ok [INFO] [stdout] test options::parser::parse_test::short_two_next ... ok [INFO] [stdout] test options::parser::parse_test::short_two_next_s ... ok [INFO] [stdout] test options::parser::parse_test::short_two_together ... ok [INFO] [stdout] test options::parser::parse_test::short_two_together_s ... ok [INFO] [stdout] test options::parser::parse_test::two_arg_l ... ok [INFO] [stdout] test options::parser::parse_test::two_arg_s ... ok [INFO] [stdout] test options::parser::parse_test::two_dashes ... ok [INFO] [stdout] test options::parser::parse_test::two_file ... ok [INFO] [stdout] test options::parser::parse_test::unknown_long ... ok [INFO] [stdout] test options::parser::parse_test::unknown_long_eq ... ok [INFO] [stdout] test options::parser::parse_test::unknown_short ... ok [INFO] [stdout] test options::parser::parse_test::unknown_short_2nd ... ok [INFO] [stdout] test options::parser::parse_test::unknown_short_2nd_eq ... ok [INFO] [stdout] test options::parser::parse_test::unknown_short_eq ... ok [INFO] [stdout] test options::parser::split_test::denou ... ok [INFO] [stdout] test options::parser::split_test::sort ... ok [INFO] [stdout] test options::style::colour_test::scale_2 ... ok [INFO] [stdout] test options::style::colour_test::scale_3 ... ok [INFO] [stdout] test options::style::colour_test::scale_4 ... ok [INFO] [stdout] test options::parser::split_test::intro ... ok [INFO] [stdout] test options::style::colour_test::scale_5 ... ok [INFO] [stdout] test options::style::colour_test::scale_1 ... ok [INFO] [stdout] test options::parser::split_test::just ... ok [INFO] [stdout] test options::style::colour_test::scale_6 ... ok [INFO] [stdout] test options::style::colour_test::scale_7 ... ok [INFO] [stdout] test options::parser::split_test::letter ... ok [INFO] [stdout] test options::parser::split_test::more ... ok [INFO] [stdout] test options::style::colour_test::scale_8 ... ok [INFO] [stdout] test options::style::colour_test::width_5 ... ok [INFO] [stdout] test options::style::colour_test::width_6 ... ok [INFO] [stdout] test options::style::colour_test::width_7 ... ok [INFO] [stdout] test options::style::colour_test::width_4 ... ok [INFO] [stdout] test options::style::colour_test::width_2 ... ok [INFO] [stdout] test options::style::customs_test::exa_bo ... ok [INFO] [stdout] test options::style::customs_test::exa_cc ... ok [INFO] [stdout] test options::style::customs_test::exa_cd ... ok [INFO] [stdout] test options::style::customs_test::exa_da ... ok [INFO] [stdout] test options::style::customs_test::exa_df ... ok [INFO] [stdout] test options::style::customs_test::exa_di ... ok [INFO] [stdout] test options::style::customs_test::exa_ds ... ok [INFO] [stdout] test options::style::customs_test::exa_ex ... ok [INFO] [stdout] test options::style::colour_test::width_1 ... ok [INFO] [stdout] test options::style::customs_test::exa_bl ... ok [INFO] [stdout] test options::style::colour_test::width_3 ... ok [INFO] [stdout] test options::style::colour_test::width_8 ... ok [INFO] [stdout] test options::style::customs_test::exa_bd ... ok [INFO] [stdout] test options::parser::split_test::equals ... ok [INFO] [stdout] test options::parser::split_test::empty ... ok [INFO] [stdout] test options::style::customs_test::exa_ga ... ok [INFO] [stdout] test options::style::customs_test::exa_gd ... ok [INFO] [stdout] test options::style::customs_test::exa_gm ... ok [INFO] [stdout] test options::style::customs_test::exa_gn ... ok [INFO] [stdout] test options::style::customs_test::exa_gu ... ok [INFO] [stdout] test options::style::customs_test::exa_gr ... ok [INFO] [stdout] test options::style::customs_test::exa_gt ... ok [INFO] [stdout] test options::style::customs_test::exa_fi ... ok [INFO] [stdout] test options::style::customs_test::exa_hd ... ok [INFO] [stdout] test options::style::customs_test::exa_gx ... ok [INFO] [stdout] test options::style::customs_test::exa_in ... ok [INFO] [stdout] test options::style::customs_test::exa_lc ... ok [INFO] [stdout] test options::style::customs_test::exa_ln ... ok [INFO] [stdout] test options::style::customs_test::exa_gw ... ok [INFO] [stdout] test options::style::customs_test::exa_gv ... ok [INFO] [stdout] test options::style::customs_test::exa_lm ... ok [INFO] [stdout] test options::style::customs_test::exa_lp ... ok [INFO] [stdout] test options::style::customs_test::exa_mak ... ok [INFO] [stdout] test options::style::customs_test::exa_mp3 ... ok [INFO] [stdout] test options::style::customs_test::exa_multi ... ok [INFO] [stdout] test options::style::customs_test::exa_or ... ok [INFO] [stdout] test options::style::customs_test::exa_overwrite ... ok [INFO] [stdout] test options::style::customs_test::exa_pi ... ok [INFO] [stdout] test options::style::customs_test::exa_sb ... ok [INFO] [stdout] test options::style::customs_test::exa_sf ... ok [INFO] [stdout] test options::style::customs_test::exa_sn ... ok [INFO] [stdout] test options::style::customs_test::exa_so ... ok [INFO] [stdout] test options::style::customs_test::exa_su ... ok [INFO] [stdout] test options::style::customs_test::exa_tr ... ok [INFO] [stdout] test options::style::customs_test::exa_tw ... ok [INFO] [stdout] test options::style::customs_test::exa_tx ... ok [INFO] [stdout] test options::style::customs_test::exa_txt ... ok [INFO] [stdout] test options::style::customs_test::exa_ue ... ok [INFO] [stdout] test options::style::customs_test::exa_un ... ok [INFO] [stdout] test options::style::customs_test::exa_ur ... ok [INFO] [stdout] test options::style::customs_test::exa_uu ... ok [INFO] [stdout] test options::style::customs_test::exa_uw ... ok [INFO] [stdout] test options::style::customs_test::exa_ux ... ok [INFO] [stdout] test options::style::customs_test::exa_xa ... ok [INFO] [stdout] test options::style::customs_test::exa_xx ... ok [INFO] [stdout] test options::style::customs_test::ls_bd ... ok [INFO] [stdout] test options::style::customs_test::ls_cd ... ok [INFO] [stdout] test options::style::customs_test::ls_di ... ok [INFO] [stdout] test options::style::customs_test::ls_ex ... ok [INFO] [stdout] test options::style::customs_test::ls_exa_di ... ok [INFO] [stdout] test options::style::customs_test::ls_exa_ex ... ok [INFO] [stdout] test options::style::customs_test::ls_exa_fi ... ok [INFO] [stdout] test options::style::customs_test::ls_fi ... ok [INFO] [stdout] test options::style::customs_test::ls_five ... ok [INFO] [stdout] test options::style::customs_test::ls_gn ... ok [INFO] [stdout] test options::style::customs_test::ls_gu ... ok [INFO] [stdout] test options::style::customs_test::ls_ln ... ok [INFO] [stdout] test options::style::customs_test::ls_mak ... ok [INFO] [stdout] test options::style::customs_test::ls_mp3 ... ok [INFO] [stdout] test options::style::customs_test::ls_multi ... ok [INFO] [stdout] test options::style::customs_test::ls_or ... ok [INFO] [stdout] test options::style::customs_test::ls_overwrite ... ok [INFO] [stdout] test options::style::customs_test::ls_txt ... ok [INFO] [stdout] test options::style::customs_test::ls_un ... ok [INFO] [stdout] test options::style::customs_test::ls_so ... ok [INFO] [stdout] test options::style::customs_test::ls_pi ... ok [INFO] [stdout] test options::style::terminal_test::no_u_auto ... ok [INFO] [stdout] test options::style::customs_test::ls_uu ... ok [INFO] [stdout] test options::style::terminal_test::no_u_always ... ok [INFO] [stdout] test options::style::terminal_test::empty ... ok [INFO] [stdout] test options::style::terminal_test::overridden_4 ... ok [INFO] [stdout] test options::style::terminal_test::overridden_1 ... ok [INFO] [stdout] test options::style::terminal_test::overridden_2 ... ok [INFO] [stdout] test options::style::terminal_test::overridden_3 ... ok [INFO] [stdout] test options::style::terminal_test::no_u_never ... ok [INFO] [stdout] test options::style::terminal_test::no_u_error ... ok [INFO] [stdout] test options::style::terminal_test::overridden_5 ... ok [INFO] [stdout] test options::style::terminal_test::overridden_8 ... ok [INFO] [stdout] test options::style::terminal_test::u_never ... ok [INFO] [stdout] test options::style::terminal_test::overridden_6 ... ok [INFO] [stdout] test options::style::terminal_test::overridden_7 ... ok [INFO] [stdout] test options::test::files ... ok [INFO] [stdout] test options::test::no_args ... ok [INFO] [stdout] test options::test::long_across ... ok [INFO] [stdout] test options::style::terminal_test::u_always ... ok [INFO] [stdout] test options::style::terminal_test::u_auto ... ok [INFO] [stdout] test options::style::terminal_test::u_error ... ok [INFO] [stdout] test options::view::test::size_formats::both_4 ... ok [INFO] [stdout] test options::view::test::size_formats::both_3 ... ok [INFO] [stdout] test options::view::test::size_formats::both_5 ... ok [INFO] [stdout] test options::view::test::size_formats::both_6 ... ok [INFO] [stdout] test options::view::test::size_formats::both_8 ... ok [INFO] [stdout] test options::view::test::size_formats::both_7 ... ok [INFO] [stdout] test options::view::test::size_formats::empty ... ok [INFO] [stdout] test options::view::test::size_formats::bytes ... ok [INFO] [stdout] test options::view::test::time_formats::actual_2 ... ok [INFO] [stdout] test options::view::test::time_formats::actually ... ok [INFO] [stdout] test options::view::test::time_formats::daily ... ok [INFO] [stdout] test options::view::test::time_formats::default ... ok [INFO] [stdout] test options::view::test::time_formats::full_iso ... ok [INFO] [stdout] test options::view::test::time_formats::empty ... ok [INFO] [stdout] test options::view::test::time_formats::iso ... ok [INFO] [stdout] test options::version::test::help ... ok [INFO] [stdout] test options::view::test::size_formats::binary ... ok [INFO] [stdout] test options::view::test::size_formats::both_2 ... ok [INFO] [stdout] test options::view::test::size_formats::both_1 ... ok [INFO] [stdout] test options::view::test::time_types::a ... ok [INFO] [stdout] test options::view::test::time_formats::override_env ... ok [INFO] [stdout] test options::view::test::time_formats::use_env ... ok [INFO] [stdout] test options::view::test::time_formats::long_iso ... ok [INFO] [stdout] test options::view::test::time_formats::nevermind ... ok [INFO] [stdout] test options::view::test::time_formats::nevermore ... ok [INFO] [stdout] test options::view::test::time_types::acc ... ok [INFO] [stdout] test options::view::test::time_types::c ... ok [INFO] [stdout] test options::view::test::time_types::cr ... ok [INFO] [stdout] test options::view::test::time_types::empty ... ok [INFO] [stdout] test options::view::test::time_types::overridden_2 ... ok [INFO] [stdout] test options::view::test::time_types::m ... ok [INFO] [stdout] test options::view::test::time_types::modified ... ok [INFO] [stdout] test options::view::test::time_types::overridden ... ok [INFO] [stdout] test options::view::test::time_types::time_cr ... ok [INFO] [stdout] test options::view::test::time_types::time_c ... ok [INFO] [stdout] test options::view::test::time_types::time_acc ... ok [INFO] [stdout] test options::view::test::time_types::time_a ... ok [INFO] [stdout] test options::view::test::time_types::time_tea ... ok [INFO] [stdout] test options::view::test::time_types::time_uu ... ok [INFO] [stdout] test options::view::test::time_types::time_m ... ok [INFO] [stdout] test options::view::test::time_types::time_ea ... ok [INFO] [stdout] test options::view::test::time_types::time_mod ... ok [INFO] [stdout] test options::view::test::views::ell ... ok [INFO] [stdout] test options::view::test::views::just_binary_2 ... ok [INFO] [stdout] test options::view::test::views::just_blocks_2 ... ok [INFO] [stdout] test options::test::oneline_across ... FAILED [INFO] [stdout] test options::view::test::views::just_bytes_2 ... ok [INFO] [stdout] test options::view::test::views::across ... FAILED [INFO] [stdout] test options::view::test::views::empty ... FAILED [INFO] [stdout] test options::view::test::views::gracross ... FAILED [INFO] [stdout] test options::view::test::views::just_binary ... FAILED [INFO] [stdout] test options::view::test::views::grid ... FAILED [INFO] [stdout] test options::view::test::views::just_git_2 ... ok [INFO] [stdout] test options::view::test::views::just_group_2 ... ok [INFO] [stdout] test options::view::test::views::just_header_2 ... ok [INFO] [stdout] test options::view::test::views::just_blocks ... FAILED [INFO] [stdout] test options::view::test::views::just_inode_2 ... ok [INFO] [stdout] test options::view::test::views::just_git ... FAILED [INFO] [stdout] test options::view::test::views::just_group ... FAILED [INFO] [stdout] test options::view::test::views::just_bytes ... FAILED [INFO] [stdout] test options::view::test::views::just_inode ... FAILED [INFO] [stdout] test options::view::test::views::just_links_2 ... ok [INFO] [stdout] test options::view::test::views::just_header ... FAILED [INFO] [stdout] test options::view::test::views::just_links ... FAILED [INFO] [stdout] test options::view::test::views::leg ... FAILED [INFO] [stdout] test options::view::test::views::lid ... FAILED [INFO] [stdout] test options::view::test::views::prima ... ok [INFO] [stdout] test options::view::test::views::lines ... ok [INFO] [stdout] test options::view::test::views::long ... ok [INFO] [stdout] test options::view::test::views::original_g ... FAILED [INFO] [stdout] test output::cell::width_unit_test::addition ... ok [INFO] [stdout] test output::cell::width_unit_test::addition_usize ... ok [INFO] [stdout] test output::cell::width_unit_test::empty_string ... ok [INFO] [stdout] test output::cell::width_unit_test::test_string ... ok [INFO] [stdout] test output::render::blocks::test::blockfulity ... ok [INFO] [stdout] test output::render::blocks::test::blocklessness ... ok [INFO] [stdout] test output::render::git::test::git_blank ... ok [INFO] [stdout] test output::render::groups::test::primary ... ok [INFO] [stdout] test output::render::groups::test::secondary ... ok [INFO] [stdout] test output::render::groups::test::unnamed ... ok [INFO] [stdout] test output::render::links::test::popular_file ... ok [INFO] [stdout] test output::render::links::test::regular_directory ... ok [INFO] [stdout] test output::render::permissions::test::affirm ... ok [INFO] [stdout] test output::render::links::test::regular_file ... ok [INFO] [stdout] test output::render::permissions::test::extra_specials ... ok [INFO] [stdout] test output::render::permissions::test::negate ... ok [INFO] [stdout] test output::render::permissions::test::specials ... ok [INFO] [stdout] test output::render::size::test::device_ids ... ok [INFO] [stdout] test output::render::size::test::directory ... ok [INFO] [stdout] test output::render::size::test::file_binary ... ok [INFO] [stdout] test output::render::size::test::file_bytes ... ok [INFO] [stdout] test output::render::size::test::file_decimal ... ok [INFO] [stdout] test output::render::users::test::different_named ... ok [INFO] [stdout] test output::render::users::test::different_unnamed ... ok [INFO] [stdout] test output::render::users::test::named ... ok [INFO] [stdout] test output::render::users::test::overflow ... ok [INFO] [stdout] test output::render::users::test::unnamed ... ok [INFO] [stdout] test output::tree::iter_test::test_empty ... ok [INFO] [stdout] test output::tree::iter_test::test_iteration ... ok [INFO] [stdout] test output::tree::trunk_test::empty_at_first ... ok [INFO] [stdout] test output::tree::trunk_test::one_child ... ok [INFO] [stdout] test output::tree::trunk_test::two_children ... ok [INFO] [stdout] test output::tree::trunk_test::two_times_two_children ... ok [INFO] [stdout] test output::tree::trunk_test::two_times_two_nested_children ... ok [INFO] [stdout] test style::lsc::ansi_test::again ... ok [INFO] [stdout] test style::lsc::ansi_test::all ... ok [INFO] [stdout] test style::lsc::ansi_test::bfg ... ok [INFO] [stdout] test style::lsc::ansi_test::bfg2 ... ok [INFO] [stdout] test style::lsc::ansi_test::bg ... ok [INFO] [stdout] test style::lsc::ansi_test::bgfg ... ok [INFO] [stdout] test style::lsc::ansi_test::bold ... ok [INFO] [stdout] test style::lsc::ansi_test::bold2 ... ok [INFO] [stdout] test style::lsc::ansi_test::both ... ok [INFO] [stdout] test style::lsc::ansi_test::both2 ... ok [INFO] [stdout] test style::lsc::ansi_test::empty ... ok [INFO] [stdout] test style::lsc::ansi_test::fg ... ok [INFO] [stdout] test style::lsc::ansi_test::fgbg ... ok [INFO] [stdout] test style::lsc::ansi_test::hibg ... ok [INFO] [stdout] test style::lsc::ansi_test::hibo ... ok [INFO] [stdout] test style::lsc::ansi_test::hifg ... ok [INFO] [stdout] test style::lsc::ansi_test::hiund ... ok [INFO] [stdout] test style::lsc::ansi_test::nines ... ok [INFO] [stdout] test style::lsc::ansi_test::rgb ... ok [INFO] [stdout] test style::lsc::ansi_test::rgbbg ... ok [INFO] [stdout] test style::lsc::ansi_test::rgbbi ... ok [INFO] [stdout] test style::lsc::ansi_test::rgbi ... ok [INFO] [stdout] test style::lsc::ansi_test::semis ... ok [INFO] [stdout] test style::lsc::ansi_test::toohi ... ok [INFO] [stdout] test style::lsc::ansi_test::unde2 ... ok [INFO] [stdout] test style::lsc::ansi_test::under ... ok [INFO] [stdout] test style::lsc::ansi_test::word ... ok [INFO] [stdout] test style::lsc::test::blue ... ok [INFO] [stdout] test style::lsc::test::bold ... ok [INFO] [stdout] test style::lsc::test::both ... ok [INFO] [stdout] test style::lsc::test::ends ... ok [INFO] [stdout] test style::lsc::test::equals ... ok [INFO] [stdout] test style::lsc::test::cyan ... ok [INFO] [stdout] test style::lsc::test::green ... ok [INFO] [stdout] test style::lsc::test::jibber ... ok [INFO] [stdout] test style::lsc::test::many ... ok [INFO] [stdout] test style::lsc::test::more ... ok [INFO] [stdout] test style::lsc::test::purple ... ok [INFO] [stdout] test style::lsc::test::red ... ok [INFO] [stdout] test output::render::inode::test::blocklessness ... ok [INFO] [stdout] test output::render::git::test::git_new_changed ... ok [INFO] [stdout] test style::lsc::test::starts ... ok [INFO] [stdout] test style::lsc::test::under ... ok [INFO] [stdout] test output::render::groups::test::overflow ... ok [INFO] [stdout] test output::render::groups::test::named ... ok [INFO] [stdout] test style::lsc::test::yellow ... ok [INFO] [stdout] test style::lsc::test::empty ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- options::test::oneline_across stdout ---- [INFO] [stdout] thread 'options::test::oneline_across' panicked at 'called `Result::unwrap_err()` on an `Ok` value: (Options { dir_action: List, filter: FileFilter { list_dirs_first: false, sort_field: Name(AaBbCc), reverse: false, only_dirs: false, dot_filter: JustFiles, ignore_patterns: IgnorePatterns { patterns: [] }, git_ignore: Off }, view: View { mode: Lines, colours: Colours { colourful: false, scale: false, filekinds: FileKinds { normal: Style {}, directory: Style {}, symlink: Style {}, pipe: Style {}, block_device: Style {}, char_device: Style {}, socket: Style {}, special: Style {}, executable: Style {} }, perms: Permissions { user_read: Style {}, user_write: Style {}, user_execute_file: Style {}, user_execute_other: Style {}, group_read: Style {}, group_write: Style {}, group_execute: Style {}, other_read: Style {}, other_write: Style {}, other_execute: Style {}, special_user_file: Style {}, special_other: Style {}, attribute: Style {} }, size: Size { numbers: Style {}, unit: Style {}, major: Style {}, minor: Style {}, scale_byte: Style {}, scale_kilo: Style {}, scale_mega: Style {}, scale_giga: Style {}, scale_huge: Style {} }, users: Users { user_you: Style {}, user_someone_else: Style {}, group_yours: Style {}, group_not_yours: Style {} }, links: Links { normal: Style {}, multi_link_file: Style {} }, git: Git { new: Style {}, modified: Style {}, deleted: Style {}, renamed: Style {}, typechange: Style {}, ignored: Style {} }, punctuation: Style {}, date: Style {}, inode: Style {}, blocks: Style {}, header: Style {}, symlink_path: Style {}, control_char: Style {}, broken_symlink: Style {}, broken_path_overlay: Style {} }, style: FileStyle { classify: JustFilenames, exts: NoFileColours } } }, [])', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b7fb22 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5586a6b7fa06 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5586a6b9982d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5586a6a718f3 - core::result::unwrap_failed::hce4c066d1061c48b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5586a6a71d9a - core::result::Result::unwrap_err::h15b0af94b4028254 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:859 [INFO] [stdout] 12: 0x5586a69e5c5d - exa::options::test::oneline_across::hd42a9a8fd1fa2cb6 [INFO] [stdout] at src/options/mod.rs:245 [INFO] [stdout] 13: 0x5586a69e5b5a - exa::options::test::oneline_across::{{closure}}::h8ad299d845c36ddd [INFO] [stdout] at src/options/mod.rs:242 [INFO] [stdout] 14: 0x5586a6a2d14e - core::ops::function::FnOnce::call_once::h10261e5f19ff8241 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 34: 0x7feb80688d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::across stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::across' panicked at 'assertion failed: false', src/options/view.rs:536:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a23fca - exa::options::view::test::views::across::h29fce212fe2d7d09 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a23cca - exa::options::view::test::views::across::{{closure}}::h4d1fb2a047e257bb [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a317ae - core::ops::function::FnOnce::call_once::hc40e3673f6d14d8c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::empty stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::empty' panicked at 'assertion failed: false', src/options/view.rs:531:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a23280 - exa::options::view::test::views::empty::hda9e30fbefac285e [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a22f8a - exa::options::view::test::views::empty::{{closure}}::h22d543c8047cb7f7 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a2f9fe - core::ops::function::FnOnce::call_once::h78907c4be0dacbcb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::gracross stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::gracross' panicked at 'assertion failed: false', src/options/view.rs:537:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a2443a - exa::options::view::test::views::gracross::hd46dc17b11b7f15b [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a2413a - exa::options::view::test::views::gracross::{{closure}}::hdb17f590940fb722 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a2e7ce - core::ops::function::FnOnce::call_once::h478769780a19a201 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_binary stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::just_binary' panicked at 'assertion failed: false', src/options/view.rs:558:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a278c0 - exa::options::view::test::views::just_binary::heb60b5965e812aad [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a275ca - exa::options::view::test::views::just_binary::{{closure}}::h1c433ccebb68d7f5 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a31d2e - core::ops::function::FnOnce::call_once::hd4f3f71219382528 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::grid stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::grid' panicked at 'assertion failed: false', src/options/view.rs:535:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a23b5a - exa::options::view::test::views::grid::h494f8076b1cefdf3 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a2385a - exa::options::view::test::views::grid::{{closure}}::h0579df968b82ccd5 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a30a0e - core::ops::function::FnOnce::call_once::ha05944f2d1e1067e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_blocks stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::just_blocks' panicked at 'assertion failed: false', src/options/view.rs:557:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a27460 - exa::options::view::test::views::just_blocks::h2f84b27ffde8bbe1 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a2716a - exa::options::view::test::views::just_blocks::{{closure}}::hcf0c5ac3e7c4cf90 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a2e04e - core::ops::function::FnOnce::call_once::h36ac6903886ae3e4 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_git stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::just_git' panicked at 'assertion failed: false', src/options/view.rs:562:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a28180 - exa::options::view::test::views::just_git::ha86eaeff6e161f0b [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a27e8a - exa::options::view::test::views::just_git::{{closure}}::hfb27853d4c2a6fdd [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a2d9ce - core::ops::function::FnOnce::call_once::h251aca3ff5f57251 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_group stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::just_group' panicked at 'assertion failed: false', src/options/view.rs:554:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a26740 - exa::options::view::test::views::just_group::h03c825396a3b8e40 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a2644a - exa::options::view::test::views::just_group::{{closure}}::he5afcf76d1958c88 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a2ce0e - core::ops::function::FnOnce::call_once::h07e1e11620d73c34 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_bytes stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::just_bytes' panicked at 'assertion failed: false', src/options/view.rs:559:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a27d20 - exa::options::view::test::views::just_bytes::h77c4400cdf963d7d [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a27a2a - exa::options::view::test::views::just_bytes::{{closure}}::hfdc66cf79a11ea15 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a30a4e - core::ops::function::FnOnce::call_once::ha092467b6dae984f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_inode stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::just_inode' panicked at 'assertion failed: false', src/options/view.rs:555:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a26ba0 - exa::options::view::test::views::just_inode::h364849eabe654b25 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a268aa - exa::options::view::test::views::just_inode::{{closure}}::hebc772e9ac933474 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a2f6be - core::ops::function::FnOnce::call_once::h70a972464b9e8ad1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_header stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::just_header' panicked at 'assertion failed: false', src/options/view.rs:553:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a262e0 - exa::options::view::test::views::just_header::h4518c48b9da9d25e [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a25fea - exa::options::view::test::views::just_header::{{closure}}::ha332240d8c1c87c2 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a310ae - core::ops::function::FnOnce::call_once::hb820323d34d3daa2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_links stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::just_links' panicked at 'assertion failed: false', src/options/view.rs:556:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a27000 - exa::options::view::test::views::just_links::hbbe0f4f951fe4040 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a26d0a - exa::options::view::test::views::just_links::{{closure}}::h427a206babb918d9 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a2d48e - core::ops::function::FnOnce::call_once::h1a5cfd182f2b5a14 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::leg stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::leg' panicked at 'assertion failed: false', src/options/view.rs:549:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a25e80 - exa::options::view::test::views::leg::h7939187cb8e33571 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a25b8a - exa::options::view::test::views::leg::{{closure}}::h6840137d9f49cf57 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a2e5ce - core::ops::function::FnOnce::call_once::h447acd6b11398b5e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::lid stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::lid' panicked at 'assertion failed: false', src/options/view.rs:548:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a25a20 - exa::options::view::test::views::lid::h1afaa7a2902833ee [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a2572a - exa::options::view::test::views::lid::{{closure}}::hea56ff1accf28c8d [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a301fe - core::ops::function::FnOnce::call_once::h8d117515830e0293 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::original_g stdout ---- [INFO] [stdout] Testing Ok(Lines) [INFO] [stdout] thread 'options::view::test::views::original_g' panicked at 'assertion failed: false', src/options/view.rs:534:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5586a6b7f82b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5586a6b7f82b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5586a6b7f82b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5586a6b7f82b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5586a6b7f82b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5586a6b7f49a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5586a6b7ffa0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5586a6b47bb8 - std::panicking::begin_panic::h6add27dbfa03cca3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5586a6a236ea - exa::options::view::test::views::original_g::h92ea94a005cee81d [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x5586a6a233ea - exa::options::view::test::views::original_g::{{closure}}::hf3950cb53883951a [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x5586a6a2dbce - core::ops::function::FnOnce::call_once::h2aa0058fc350d877 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5586a6abd4bf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5586a6ad7ab8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5586a6ad7ab8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5586a6ad7ab8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5586a6ab2935 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5586a6ab6ab5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5586a6ab6ab5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5586a6ab6ab5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5586a6b8251a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5586a6ab70f2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5586a6ab70f2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5586a6ab70f2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5586a6ab70f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5586a6b747af - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5586a6b81c70 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5586a6b81c70 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5586a6b81c70 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7feb80b5d4a4 - start_thread [INFO] [stdout] 30: 0x7feb80688d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] options::test::oneline_across [INFO] [stdout] options::view::test::views::across [INFO] [stdout] options::view::test::views::empty [INFO] [stdout] options::view::test::views::gracross [INFO] [stdout] options::view::test::views::grid [INFO] [stdout] options::view::test::views::just_binary [INFO] [stdout] options::view::test::views::just_blocks [INFO] [stdout] options::view::test::views::just_bytes [INFO] [stdout] options::view::test::views::just_git [INFO] [stdout] options::view::test::views::just_group [INFO] [stdout] options::view::test::views::just_header [INFO] [stdout] options::view::test::views::just_inode [INFO] [stdout] options::view::test::views::just_links [INFO] [stdout] options::view::test::views::leg [INFO] [stdout] options::view::test::views::lid [INFO] [stdout] options::view::test::views::original_g [INFO] [stdout] [INFO] [stdout] test result: FAILED. 379 passed; 16 failed; 4 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6b19d3fed20c117d2d55de9435049fac7bfa09d2947f4346a243b548e911377e"` [INFO] running `"docker" "rm" "-f" "6b19d3fed20c117d2d55de9435049fac7bfa09d2947f4346a243b548e911377e"` [INFO] [stdout] 6b19d3fed20c117d2d55de9435049fac7bfa09d2947f4346a243b548e911377e