[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.38-1/sources/1.37.0/gh/ogham/exa"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ogham/exa'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ogham/exa" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ogham/exa"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ogham/exa on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ogham/exa against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "build" "--frozen"` [INFO] [stdout] efaa0f646e1612127b24d093d94208c3cb9d795ce328fc75dae47c4180548d8c [INFO] running `"docker" "start" "-a" "efaa0f646e1612127b24d093d94208c3cb9d795ce328fc75dae47c4180548d8c"` [INFO] [stderr] Compiling cc v1.0.6 [INFO] [stderr] Compiling num-traits v0.2.1 [INFO] [stderr] Compiling natord v1.0.9 [INFO] [stderr] Compiling locale v0.2.2 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling users v0.8.1 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling pad v0.1.5 [INFO] [stderr] Compiling iso8601 v0.1.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling term_grid v0.1.7 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling cmake v0.1.29 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling number_prefix v0.2.8 [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 libgit2-sys v0.7.1 [INFO] [stderr] Compiling zoneinfo_compiled v0.4.7 [INFO] [stderr] Compiling exa v0.9.0-pre (/opt/crater/workdir) [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/options/view.rs:338:1 [INFO] [stderr] | [INFO] [stderr] 338 | / lazy_static! { [INFO] [stderr] 339 | | static ref TERM_WIDTH: Option = { [INFO] [stderr] 340 | | // All of stdin, stdout, and stderr could not be connected to a [INFO] [stderr] 341 | | // terminal, but we’re only interested in stdout because it’s [INFO] [stderr] ... | [INFO] [stderr] 345 | | }; [INFO] [stderr] 346 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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] 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 23s [INFO] running `"docker" "inspect" "efaa0f646e1612127b24d093d94208c3cb9d795ce328fc75dae47c4180548d8c"` [INFO] running `"docker" "rm" "-f" "efaa0f646e1612127b24d093d94208c3cb9d795ce328fc75dae47c4180548d8c"` [INFO] [stdout] efaa0f646e1612127b24d093d94208c3cb9d795ce328fc75dae47c4180548d8c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 0fe7ba3a3467644fe00e92aa259111784a4bc86294dbd54a9767e428abac0037 [INFO] running `"docker" "start" "-a" "0fe7ba3a3467644fe00e92aa259111784a4bc86294dbd54a9767e428abac0037"` [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/options/view.rs:338:1 [INFO] [stderr] | [INFO] [stderr] 338 | / lazy_static! { [INFO] [stderr] 339 | | static ref TERM_WIDTH: Option = { [INFO] [stderr] 340 | | // All of stdin, stdout, and stderr could not be connected to a [INFO] [stderr] 341 | | // terminal, but we’re only interested in stdout because it’s [INFO] [stderr] ... | [INFO] [stderr] 345 | | }; [INFO] [stderr] 346 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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] 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.72s [INFO] running `"docker" "inspect" "0fe7ba3a3467644fe00e92aa259111784a4bc86294dbd54a9767e428abac0037"` [INFO] running `"docker" "rm" "-f" "0fe7ba3a3467644fe00e92aa259111784a4bc86294dbd54a9767e428abac0037"` [INFO] [stdout] 0fe7ba3a3467644fe00e92aa259111784a4bc86294dbd54a9767e428abac0037 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "test" "--frozen"` [INFO] [stdout] 87ab2d51d82f9491fddf8fe6025f5248fadd0a4ec2bb895b92a76b5d453e235d [INFO] running `"docker" "start" "-a" "87ab2d51d82f9491fddf8fe6025f5248fadd0a4ec2bb895b92a76b5d453e235d"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/exa-b77cd80305d05abc [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_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::feature::ignore::test::parse_some_comments ... ok [INFO] [stdout] test fs::file::filename_test::everywhere ... ok [INFO] [stdout] test fs::file::ext_test::no_extension ... ok [INFO] [stdout] test fs::file::ext_test::dotfile ... ok [INFO] [stdout] test fs::file::ext_test::extension ... ok [INFO] [stdout] test fs::file::filename_test::file ... ok [INFO] [stdout] test fs::file::filename_test::here ... ok [INFO] [stdout] test fs::file::filename_test::no_path ... 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::feature::ignore::test::parse_some_globs ... ok [INFO] [stdout] test options::dir_action::test::dirs_recurse ... ok [INFO] [stdout] test fs::file::filename_test::topmost ... ok [INFO] [stdout] test fs::filter::test_ignores::empty_matches_nothing ... ok [INFO] [stdout] test options::dir_action::test::dirs_tree ... ok [INFO] [stdout] test fs::filter::test_ignores::ignores_an_exact_filename ... ok [INFO] [stdout] test options::dir_action::test::dirs_long ... ok [INFO] [stdout] test fs::filter::test_ignores::ignores_a_glob ... ok [INFO] [stdout] test options::dir_action::test::dirs_tree_2 ... ok [INFO] [stdout] test options::dir_action::test::dirs_recurse_2 ... ok [INFO] [stdout] test options::dir_action::test::rec_lim_long ... ok [INFO] [stdout] test options::dir_action::test::overriding_2 ... ok [INFO] [stdout] test options::dir_action::test::dirs_short ... ok [INFO] [stdout] test fs::filter::test_ignores::ignores_both ... ok [INFO] [stdout] test options::dir_action::test::rec_lim_short ... ok [INFO] [stdout] test options::dir_action::test::overriding_1 ... ok [INFO] [stdout] test options::dir_action::test::just_level_2 ... ok [INFO] [stdout] test options::dir_action::test::rec_lim_short_2 ... ok [INFO] [stdout] test options::dir_action::test::rec_long ... ok [INFO] [stdout] test options::dir_action::test::rec_short_tree ... ok [INFO] [stdout] test options::dir_action::test::just_level ... ok [INFO] [stdout] test options::dir_action::test::empty ... ok [INFO] [stdout] test options::dir_action::test::rec_tree ... ok [INFO] [stdout] test options::filter::test::dot_filters::all_all_3 ... ok [INFO] [stdout] test options::filter::test::dot_filters::all_all_4 ... ok [INFO] [stdout] test options::filter::test::dot_filters::all_all_2 ... ok [INFO] [stdout] test options::dir_action::test::rec_lim_long_2 ... ok [INFO] [stdout] test options::dir_action::test::rec_short ... ok [INFO] [stdout] test options::filter::test::dot_filters::tree_aa ... ok [INFO] [stdout] test options::filter::test::dot_filters::all_all ... ok [INFO] [stdout] test options::filter::test::dot_filters::empty ... ok [INFO] [stdout] test options::filter::test::git_ignores::off ... ok [INFO] [stdout] test options::filter::test::git_ignores::on ... ok [INFO] [stdout] test options::dir_action::test::tree ... ok [INFO] [stdout] test options::filter::test::dot_filters::tree_aaa ... ok [INFO] [stdout] test options::filter::test::dot_filters::all ... ok [INFO] [stdout] test options::filter::test::dot_filters::tree_a ... 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::two ... ok [INFO] [stdout] test options::filter::test::sort_fields::empty ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::none ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::one ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::overridden_4 ... ok [INFO] [stdout] test options::filter::test::sort_fields::error ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::overridden ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::loads ... ok [INFO] [stdout] test options::filter::test::sort_fields::age ... ok [INFO] [stdout] test options::filter::test::sort_fields::mix_hidden_lowercase ... ok [INFO] [stdout] test options::filter::test::sort_fields::mix_hidden_uppercase ... ok [INFO] [stdout] test options::filter::test::sort_fields::newest ... ok [INFO] [stdout] test options::filter::test::sort_fields::one_arg ... ok [INFO] [stdout] test options::filter::test::sort_fields::old ... ok [INFO] [stdout] test options::filter::test::sort_fields::lowercase ... ok [INFO] [stdout] test options::filter::test::sort_fields::new ... ok [INFO] [stdout] test options::filter::test::sort_fields::one_long ... 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::oldest ... ok [INFO] [stdout] test options::parser::matches_test::long_mixed ... ok [INFO] [stdout] test options::filter::test::sort_fields::uppercase ... ok [INFO] [stdout] test options::parser::matches_test::no_count ... ok [INFO] [stdout] test options::parser::matches_test::long_twice ... 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::long_once ... ok [INFO] [stdout] test options::filter::test::sort_fields::one_short ... ok [INFO] [stdout] test options::filter::test::sort_fields::overridden_4 ... 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::short_never ... ok [INFO] [stdout] test options::parser::matches_test::short_once ... ok [INFO] [stdout] test options::parser::parse_test::arg_then ... ok [INFO] [stdout] test options::parser::parse_test::bad_short ... 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::empty ... ok [INFO] [stdout] test options::parser::parse_test::long ... 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::matches_test::short_twice ... ok [INFO] [stdout] test options::parser::parse_test::arg_equals_s ... ok [INFO] [stdout] test options::parser::parse_test::arg_equals ... 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::split_test::denou ... ok [INFO] [stdout] test options::parser::split_test::empty ... ok [INFO] [stdout] test options::parser::parse_test::unknown_short_2nd_eq ... ok [INFO] [stdout] test options::parser::split_test::intro ... 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::split_test::just ... ok [INFO] [stdout] test options::parser::split_test::letter ... ok [INFO] [stdout] test options::parser::split_test::sort ... ok [INFO] [stdout] test options::parser::split_test::more ... ok [INFO] [stdout] test options::style::colour_test::scale_1 ... ok [INFO] [stdout] test options::style::colour_test::scale_2 ... ok [INFO] [stdout] test options::parser::parse_test::two_file ... ok [INFO] [stdout] test options::parser::split_test::equals ... ok [INFO] [stdout] test options::parser::parse_test::unknown_short_eq ... 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::style::colour_test::scale_5 ... ok [INFO] [stdout] test options::style::colour_test::scale_6 ... ok [INFO] [stdout] test options::style::colour_test::scale_8 ... ok [INFO] [stdout] test options::style::colour_test::width_1 ... ok [INFO] [stdout] test options::style::colour_test::scale_7 ... ok [INFO] [stdout] test options::style::colour_test::width_4 ... 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_2 ... ok [INFO] [stdout] test options::style::colour_test::width_3 ... ok [INFO] [stdout] test options::style::colour_test::width_7 ... 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::style::customs_test::exa_bl ... 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_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::customs_test::exa_fi ... 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_df ... ok [INFO] [stdout] test options::style::customs_test::exa_da ... ok [INFO] [stdout] test options::style::customs_test::exa_gr ... ok [INFO] [stdout] test options::style::customs_test::exa_cd ... ok [INFO] [stdout] test options::style::customs_test::exa_gt ... ok [INFO] [stdout] test options::style::customs_test::exa_gu ... ok [INFO] [stdout] test options::style::customs_test::exa_gv ... ok [INFO] [stdout] test options::style::customs_test::exa_lc ... ok [INFO] [stdout] test options::style::customs_test::exa_lm ... ok [INFO] [stdout] test options::style::customs_test::exa_gn ... ok [INFO] [stdout] test options::style::customs_test::exa_gw ... ok [INFO] [stdout] test options::style::customs_test::exa_gx ... ok [INFO] [stdout] test options::style::customs_test::exa_hd ... ok [INFO] [stdout] test options::style::customs_test::exa_in ... 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_ln ... ok [INFO] [stdout] test options::style::customs_test::exa_tw ... ok [INFO] [stdout] test options::style::customs_test::exa_lp ... ok [INFO] [stdout] test options::style::customs_test::exa_tx ... ok [INFO] [stdout] test options::style::customs_test::exa_ue ... ok [INFO] [stdout] test options::style::customs_test::exa_uu ... 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_txt ... ok [INFO] [stdout] test options::style::customs_test::exa_uw ... ok [INFO] [stdout] test options::style::customs_test::exa_mak ... ok [INFO] [stdout] test options::style::customs_test::ls_cd ... ok [INFO] [stdout] test options::style::customs_test::exa_mp3 ... ok [INFO] [stdout] test options::style::customs_test::ls_ex ... ok [INFO] [stdout] test options::style::customs_test::exa_multi ... ok [INFO] [stdout] test options::style::customs_test::ls_di ... ok [INFO] [stdout] test options::style::customs_test::ls_exa_ex ... ok [INFO] [stdout] test options::style::customs_test::ls_exa_di ... 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_pi ... ok [INFO] [stdout] test options::style::customs_test::exa_xa ... ok [INFO] [stdout] test options::style::customs_test::exa_ux ... 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_so ... ok [INFO] [stdout] test options::style::customs_test::ls_un ... ok [INFO] [stdout] test options::style::customs_test::ls_txt ... ok [INFO] [stdout] test options::style::customs_test::exa_or ... ok [INFO] [stdout] test options::style::customs_test::ls_exa_fi ... 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_1 ... ok [INFO] [stdout] test options::style::terminal_test::overridden_3 ... ok [INFO] [stdout] test options::style::terminal_test::overridden_4 ... ok [INFO] [stdout] test options::style::terminal_test::overridden_5 ... 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::style::terminal_test::overridden_8 ... 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::style::terminal_test::u_never ... ok [INFO] [stdout] test options::test::files ... ok [INFO] [stdout] test options::test::long_across ... ok [INFO] [stdout] test options::test::no_args ... ok [INFO] [stdout] test options::style::terminal_test::no_u_auto ... ok [INFO] [stdout] test options::style::terminal_test::no_u_always ... ok [INFO] [stdout] test options::style::customs_test::ls_uu ... ok [INFO] [stdout] test options::style::terminal_test::empty ... ok [INFO] [stdout] test options::style::terminal_test::overridden_2 ... 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_7 ... ok [INFO] [stdout] test options::view::test::size_formats::both_5 ... ok [INFO] [stdout] test options::view::test::size_formats::both_4 ... ok [INFO] [stdout] test options::view::test::size_formats::both_1 ... ok [INFO] [stdout] test options::view::test::size_formats::both_2 ... ok [INFO] [stdout] test options::view::test::size_formats::both_3 ... ok [INFO] [stdout] test options::view::test::size_formats::both_8 ... ok [INFO] [stdout] test options::view::test::size_formats::bytes ... ok [INFO] [stdout] test options::view::test::size_formats::empty ... ok [INFO] [stdout] test options::view::test::time_formats::actually ... ok [INFO] [stdout] test options::view::test::time_formats::actual_2 ... ok [INFO] [stdout] test options::view::test::size_formats::both_6 ... ok [INFO] [stdout] test options::view::test::time_formats::full_iso ... ok [INFO] [stdout] test options::view::test::time_formats::iso ... ok [INFO] [stdout] test options::view::test::time_formats::long_iso ... ok [INFO] [stdout] test options::view::test::time_formats::daily ... ok [INFO] [stdout] test options::view::test::time_formats::nevermind ... ok [INFO] [stdout] test options::view::test::time_formats::empty ... ok [INFO] [stdout] test options::view::test::time_formats::override_env ... ok [INFO] [stdout] test options::view::test::time_formats::nevermore ... ok [INFO] [stdout] test options::view::test::time_formats::use_env ... ok [INFO] [stdout] test options::view::test::time_types::acc ... ok [INFO] [stdout] test options::view::test::time_types::a ... 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::time_a ... ok [INFO] [stdout] test options::view::test::time_types::overridden ... ok [INFO] [stdout] test options::view::test::time_types::overridden_2 ... ok [INFO] [stdout] test options::view::test::time_types::modified ... ok [INFO] [stdout] test options::view::test::time_formats::default ... ok [INFO] [stdout] test options::view::test::time_types::time_cr ... ok [INFO] [stdout] test options::view::test::time_types::time_ea ... ok [INFO] [stdout] test options::view::test::time_types::m ... ok [INFO] [stdout] test options::view::test::time_types::time_mod ... ok [INFO] [stdout] test options::view::test::time_types::time_tea ... ok [INFO] [stdout] test options::view::test::time_types::time_acc ... ok [INFO] [stdout] test options::view::test::time_types::time_uu ... ok [INFO] [stdout] test options::view::test::time_types::time_c ... ok [INFO] [stdout] test options::view::test::time_types::empty ... ok [INFO] [stdout] test options::view::test::time_types::time_m ... ok [INFO] [stdout] test options::view::test::views::just_binary_2 ... ok [INFO] [stdout] test options::view::test::views::ell ... 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::grid ... 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::empty ... FAILED [INFO] [stdout] test options::view::test::views::just_blocks ... FAILED [INFO] [stdout] test options::view::test::views::just_group_2 ... ok [INFO] [stdout] test options::view::test::views::across ... FAILED [INFO] [stdout] test options::view::test::views::just_bytes ... FAILED [INFO] [stdout] test options::view::test::views::just_git ... FAILED [INFO] [stdout] test options::view::test::views::just_header_2 ... ok [INFO] [stdout] test options::view::test::views::just_git_2 ... ok [INFO] [stdout] test options::view::test::views::just_inode_2 ... ok [INFO] [stdout] test options::view::test::views::just_links_2 ... ok [INFO] [stdout] test options::view::test::views::just_group ... FAILED [INFO] [stdout] test options::view::test::views::just_header ... FAILED [INFO] [stdout] test options::view::test::views::just_inode ... FAILED [INFO] [stdout] test options::view::test::views::leg ... FAILED [INFO] [stdout] test options::view::test::views::just_links ... FAILED [INFO] [stdout] test options::view::test::views::lid ... FAILED [INFO] [stdout] test options::view::test::views::lines ... ok [INFO] [stdout] test output::cell::width_unit_test::addition_usize ... 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_new_changed ... ok [INFO] [stdout] test output::cell::width_unit_test::empty_string ... ok [INFO] [stdout] test output::render::git::test::git_blank ... ok [INFO] [stdout] test output::render::groups::test::named ... ok [INFO] [stdout] test output::render::groups::test::overflow ... ok [INFO] [stdout] test output::render::groups::test::primary ... ok [INFO] [stdout] test output::render::groups::test::unnamed ... ok [INFO] [stdout] test output::render::groups::test::secondary ... ok [INFO] [stdout] test output::cell::width_unit_test::addition ... ok [INFO] [stdout] test options::view::test::views::original_g ... FAILED [INFO] [stdout] test output::render::links::test::popular_file ... ok [INFO] [stdout] test output::render::inode::test::blocklessness ... ok [INFO] [stdout] test output::render::permissions::test::extra_specials ... ok [INFO] [stdout] test output::render::links::test::regular_file ... ok [INFO] [stdout] test output::render::links::test::regular_directory ... ok [INFO] [stdout] test options::view::test::views::long ... ok [INFO] [stdout] test options::view::test::views::prima ... ok [INFO] [stdout] test output::render::permissions::test::affirm ... 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::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::users::test::unnamed ... ok [INFO] [stdout] test output::render::users::test::different_named ... ok [INFO] [stdout] test output::render::users::test::overflow ... ok [INFO] [stdout] test output::render::users::test::different_unnamed ... ok [INFO] [stdout] test output::render::users::test::named ... ok [INFO] [stdout] test output::tree::trunk_test::one_child ... ok [INFO] [stdout] test output::tree::trunk_test::empty_at_first ... 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::iter_test::test_iteration ... ok [INFO] [stdout] test output::tree::trunk_test::two_times_two_nested_children ... ok [INFO] [stdout] test output::tree::iter_test::test_empty ... 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::cyan ... ok [INFO] [stdout] test style::lsc::test::empty ... ok [INFO] [stdout] test style::lsc::test::ends ... ok [INFO] [stdout] test style::lsc::test::equals ... 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 style::lsc::test::starts ... ok [INFO] [stdout] test style::lsc::test::under ... ok [INFO] [stdout] test style::lsc::test::yellow ... 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:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c448ba572 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x557c448ba456 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x557c448d452d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x557c448d4627 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x557c447c689e - core::result::Result::unwrap_err::h067b220e5d6f8595 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:911 [INFO] [stdout] 12: 0x557c4471f13d - exa::options::test::oneline_across::hde4927f0d4faed12 [INFO] [stdout] at src/options/mod.rs:245 [INFO] [stdout] 13: 0x557c4471f03a - exa::options::test::oneline_across::{{closure}}::hd2516d5682c515c7 [INFO] [stdout] at src/options/mod.rs:242 [INFO] [stdout] 14: 0x557c447830ce - core::ops::function::FnOnce::call_once::h5030c526376ffd8e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 34: 0x7fe291296d0f - __clone [INFO] [stdout] 35: 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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c4477017b - exa::options::view::test::views::grid::h799859c7ebc734a1 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c4476fe9a - exa::options::view::test::views::grid::{{closure}}::hca6c77b7f6c4f9aa [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c44783cbe - core::ops::function::FnOnce::call_once::h79b08d69823bb832 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c44770a1b - exa::options::view::test::views::gracross::h7089935e7bb0aaef [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c4477073a - exa::options::view::test::views::gracross::{{closure}}::hb302f5552ff1ccfa [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c447856be - core::ops::function::FnOnce::call_once::hd3c192c98d8a259c [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c44773d21 - exa::options::view::test::views::just_binary::h63ee15b6161a71f7 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c44773a4a - exa::options::view::test::views::just_binary::{{closure}}::h09608a7cc3ec9cc7 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c447852ae - core::ops::function::FnOnce::call_once::hc8916611540e368a [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c4476f8e1 - exa::options::view::test::views::empty::hcf1fcdaa72f2d396 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c4476f60a - exa::options::view::test::views::empty::{{closure}}::h1511024bc387f2db [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c44785d1e - core::ops::function::FnOnce::call_once::he8c3f987e5eb49e0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c447738e1 - exa::options::view::test::views::just_blocks::h664897a154480709 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c4477360a - exa::options::view::test::views::just_blocks::{{closure}}::h7db8608a09e62ab8 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c447833ee - core::ops::function::FnOnce::call_once::h5e06bd262935d06d [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __clone [INFO] [stdout] 31: 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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c447705cb - exa::options::view::test::views::across::hf4720ef43b5bdee5 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c447702ea - exa::options::view::test::views::across::{{closure}}::hbf56ea285bca2bcd [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c447860ae - core::ops::function::FnOnce::call_once::hf47a84e53822a06d [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c44774161 - exa::options::view::test::views::just_bytes::h59fb5e08125f33a5 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c44773e8a - exa::options::view::test::views::just_bytes::{{closure}}::h353a57f7f25dcadb [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c44782a3e - core::ops::function::FnOnce::call_once::h3ab9635e466d8804 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c447745a1 - exa::options::view::test::views::just_git::hc9f6d33a626a0f9e [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c447742ca - exa::options::view::test::views::just_git::{{closure}}::h3df780e56b8dd961 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c447835ce - core::ops::function::FnOnce::call_once::h676b059ee30450a8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c44772c21 - exa::options::view::test::views::just_group::h51e2d2d02b9c853a [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c4477294a - exa::options::view::test::views::just_group::{{closure}}::h21fb8b22dbe5cefd [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c44781d9e - core::ops::function::FnOnce::call_once::h1138cea93f80a4aa [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c447727e1 - exa::options::view::test::views::just_header::h4f3bdcc87f796ca3 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c4477250a - exa::options::view::test::views::just_header::{{closure}}::ha0788b471a52d905 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c447862ee - core::ops::function::FnOnce::call_once::hfd34ab048de1c1f8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c44773061 - exa::options::view::test::views::just_inode::h2d4bbea1d8c5e72b [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c44772d8a - exa::options::view::test::views::just_inode::{{closure}}::h0d9940a7f82863ef [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c447823fe - core::ops::function::FnOnce::call_once::h2978c6bed22536a0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c447723a1 - exa::options::view::test::views::leg::h25d2057c9052ce61 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c447720ca - exa::options::view::test::views::leg::{{closure}}::h517277b371b43d3e [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c4478637e - core::ops::function::FnOnce::call_once::hfef38c93d57e7e6c [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c447734a1 - exa::options::view::test::views::just_links::hd0234bbb555f7f02 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c447731ca - exa::options::view::test::views::just_links::{{closure}}::h35f8d12d1a202201 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c44782a0e - core::ops::function::FnOnce::call_once::h3aa3828e96845743 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c44771f61 - exa::options::view::test::views::lid::h7a4bcdc5a0e354b1 [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c44771c8a - exa::options::view::test::views::lid::{{closure}}::h88fc2c9cc484d6f0 [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c44784d3e - core::ops::function::FnOnce::call_once::hb9ea08425f7eb3a4 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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: 0x557c448ba27b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x557c448ba27b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557c448ba27b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x557c448ba27b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x557c448ba27b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x557c448b9eec - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x557c448ba9ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x557c44869d85 - std::panicking::begin_panic::hc14021c97ed42d48 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x557c4476fd2b - exa::options::view::test::views::original_g::he8ed50183073e65e [INFO] [stdout] at src/options/view.rs:424 [INFO] [stdout] 9: 0x557c4476fa4a - exa::options::view::test::views::original_g::{{closure}}::hb4433070be7c999a [INFO] [stdout] at src/options/view.rs:419 [INFO] [stdout] 10: 0x557c4478341e - core::ops::function::FnOnce::call_once::h5e585f59fed03318 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x557c447f729f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x557c4481188e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x557c4481188e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x557c4481188e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x557c447eccc5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x557c447f0ed5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x557c447f0ed5 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x557c447f0ed5 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x557c448bd2ca - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x557c447f14d2 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x557c447f14d2 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x557c447f14d2 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x557c447f14d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x557c448af2ff - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x557c448bca00 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x557c448bca00 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x557c448bca00 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7fe29176b4a4 - start_thread [INFO] [stdout] 30: 0x7fe291296d0f - __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] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "87ab2d51d82f9491fddf8fe6025f5248fadd0a4ec2bb895b92a76b5d453e235d"` [INFO] running `"docker" "rm" "-f" "87ab2d51d82f9491fddf8fe6025f5248fadd0a4ec2bb895b92a76b5d453e235d"` [INFO] [stdout] 87ab2d51d82f9491fddf8fe6025f5248fadd0a4ec2bb895b92a76b5d453e235d