[INFO] updating cached repository https://github.com/ogham/exa [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 89c861f24d18650fc3cef50900e3341b5b038ccf [INFO] testing ogham/exa against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fogham%2Fexa" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ogham/exa on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ogham/exa [INFO] finished tweaking git repo https://github.com/ogham/exa [INFO] tweaked toml for git repo https://github.com/ogham/exa written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/ogham/exa already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] afdcd004faea2227ca05a11435fc99a043823a513dd6c807811063954eb5745c [INFO] running `"docker" "start" "-a" "afdcd004faea2227ca05a11435fc99a043823a513dd6c807811063954eb5745c"` [INFO] [stderr] Compiling cc v1.0.35 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling ansi_term v0.12.0 [INFO] [stderr] Compiling natord v1.0.9 [INFO] [stderr] Compiling pad v0.1.5 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling term_grid v0.1.7 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling locale v0.2.2 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling users v0.9.1 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling iso8601 v0.1.1 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling datetime v0.4.7 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libgit2-sys v0.8.1 [INFO] [stderr] Compiling zoneinfo_compiled v0.4.8 [INFO] [stderr] Compiling exa v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling git2 v0.9.1 [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] Finished dev [unoptimized + debuginfo] target(s) in 52.49s [INFO] running `"docker" "inspect" "afdcd004faea2227ca05a11435fc99a043823a513dd6c807811063954eb5745c"` [INFO] running `"docker" "rm" "-f" "afdcd004faea2227ca05a11435fc99a043823a513dd6c807811063954eb5745c"` [INFO] [stdout] afdcd004faea2227ca05a11435fc99a043823a513dd6c807811063954eb5745c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 202cb18d352acbbc3876fa54a7cb7b19aee0cddb05b5537216f99fef3b95ce29 [INFO] running `"docker" "start" "-a" "202cb18d352acbbc3876fa54a7cb7b19aee0cddb05b5537216f99fef3b95ce29"` [INFO] [stderr] Compiling exa v0.9.0 (/opt/rustwide/workdir) [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] Finished dev [unoptimized + debuginfo] target(s) in 8.34s [INFO] running `"docker" "inspect" "202cb18d352acbbc3876fa54a7cb7b19aee0cddb05b5537216f99fef3b95ce29"` [INFO] running `"docker" "rm" "-f" "202cb18d352acbbc3876fa54a7cb7b19aee0cddb05b5537216f99fef3b95ce29"` [INFO] [stdout] 202cb18d352acbbc3876fa54a7cb7b19aee0cddb05b5537216f99fef3b95ce29 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] a49ccef187e039a9ff8c49fab9a0f78706b7bf90fae5e9bac067496e975461a9 [INFO] running `"docker" "start" "-a" "a49ccef187e039a9ff8c49fab9a0f78706b7bf90fae5e9bac067496e975461a9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/exa-a7fff126599b507f [INFO] [stdout] [INFO] [stdout] running 401 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::a_nonempty_cache_ignores_some_things ... ok [INFO] [stdout] test fs::feature::ignore::test::ignore_some_globs ... ok [INFO] [stdout] test fs::feature::ignore::test::parse_nothing ... ok [INFO] [stdout] test fs::feature::ignore::test::parse_some_comments ... ok [INFO] [stdout] test fs::feature::ignore::test::parse_some_blank_lines ... ok [INFO] [stdout] test fs::feature::ignore::test::parse_some_globs ... ok [INFO] [stdout] test fs::feature::ignore::test::parse_some_whitespacey_lines ... 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::filename_test::file ... ok [INFO] [stdout] test fs::file::ext_test::extension ... 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::file::filename_test::topmost ... ok [INFO] [stdout] test fs::filter::test_ignores::empty_matches_nothing ... ok [INFO] [stdout] test fs::filter::test_ignores::ignores_a_glob ... ok [INFO] [stdout] test fs::filter::test_ignores::ignores_an_exact_filename ... ok [INFO] [stdout] test fs::filter::test_ignores::ignores_both ... ok [INFO] [stdout] test options::dir_action::test::dirs_recurse ... ok [INFO] [stdout] test options::dir_action::test::dirs_tree ... ok [INFO] [stdout] test options::dir_action::test::dirs_short ... ok [INFO] [stdout] test options::dir_action::test::dirs_long ... 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::just_level ... ok [INFO] [stdout] test options::dir_action::test::just_level_2 ... ok [INFO] [stdout] test options::dir_action::test::rec_lim_long ... ok [INFO] [stdout] test options::dir_action::test::empty ... ok [INFO] [stdout] test options::dir_action::test::rec_lim_long_2 ... ok [INFO] [stdout] test options::dir_action::test::overriding_2 ... ok [INFO] [stdout] test options::dir_action::test::overriding_1 ... ok [INFO] [stdout] test options::dir_action::test::rec_lim_short_2 ... ok [INFO] [stdout] test options::dir_action::test::rec_lim_short ... ok [INFO] [stdout] test options::dir_action::test::rec_long ... ok [INFO] [stdout] test options::dir_action::test::tree ... ok [INFO] [stdout] test options::dir_action::test::rec_short_tree ... ok [INFO] [stdout] test options::dir_action::test::rec_short ... ok [INFO] [stdout] test options::filter::test::dot_filters::all ... ok [INFO] [stdout] test options::filter::test::dot_filters::all_all_3 ... ok [INFO] [stdout] test options::dir_action::test::rec_tree ... ok [INFO] [stdout] test options::filter::test::dot_filters::all_all ... 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::filter::test::dot_filters::tree_aa ... ok [INFO] [stdout] test options::filter::test::dot_filters::tree_a ... ok [INFO] [stdout] test options::filter::test::dot_filters::tree_aaa ... ok [INFO] [stdout] test options::filter::test::git_ignores::off ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::none ... ok [INFO] [stdout] test options::filter::test::dot_filters::empty ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::loads ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::one ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::overridden_3 ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::overridden_4 ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::overridden ... ok [INFO] [stdout] test options::filter::test::sort_fields::age ... ok [INFO] [stdout] test options::filter::test::sort_fields::empty ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::two ... ok [INFO] [stdout] test options::filter::test::ignore_patterns::overridden_2 ... ok [INFO] [stdout] test options::filter::test::sort_fields::error ... ok [INFO] [stdout] test options::filter::test::sort_fields::lowercase ... ok [INFO] [stdout] test options::filter::test::sort_fields::newest ... 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::new ... ok [INFO] [stdout] test options::filter::test::sort_fields::oldest ... ok [INFO] [stdout] test options::filter::test::sort_fields::old ... ok [INFO] [stdout] test options::filter::test::git_ignores::on ... ok [INFO] [stdout] test options::filter::test::sort_fields::one_long ... ok [INFO] [stdout] test options::filter::test::sort_fields::one_arg ... ok [INFO] [stdout] test options::filter::test::sort_fields::one_short ... ok [INFO] [stdout] test options::filter::test::sort_fields::overridden_2 ... ok [INFO] [stdout] test options::filter::test::sort_fields::overridden ... ok [INFO] [stdout] test options::filter::test::sort_fields::overridden_3 ... ok [INFO] [stdout] test options::filter::test::sort_fields::overridden_4 ... ok [INFO] [stdout] test options::filter::test::sort_fields::uppercase ... ok [INFO] [stdout] test options::parser::matches_test::long_once ... ok [INFO] [stdout] test options::parser::matches_test::long_mixed ... ok [INFO] [stdout] test options::parser::matches_test::long_twice ... ok [INFO] [stdout] test options::help::test::help ... ok [INFO] [stdout] test options::parser::matches_test::no_count ... ok [INFO] [stdout] test options::parser::matches_test::only_count ... ok [INFO] [stdout] test options::parser::matches_test::short_twice ... ok [INFO] [stdout] test options::help::test::help_with_file ... ok [INFO] [stdout] test options::parser::matches_test::rightmost_count ... ok [INFO] [stdout] test options::parser::matches_test::short_never ... ok [INFO] [stdout] test options::parser::matches_test::short_once ... ok [INFO] [stdout] test options::parser::parse_test::arg_equals ... ok [INFO] [stdout] test options::help::test::unhelpful ... ok [INFO] [stdout] test options::parser::parse_test::arg_equals_s ... ok [INFO] [stdout] test options::parser::parse_test::arg_then ... ok [INFO] [stdout] test options::parser::parse_test::arg_then_s ... ok [INFO] [stdout] test options::parser::parse_test::bad_equals ... ok [INFO] [stdout] test options::parser::parse_test::bad_short ... ok [INFO] [stdout] test options::parser::parse_test::long_then ... ok [INFO] [stdout] test options::parser::parse_test::long ... ok [INFO] [stdout] test options::parser::parse_test::empty ... ok [INFO] [stdout] test options::parser::parse_test::long_two ... ok [INFO] [stdout] test options::parser::parse_test::no_arg ... ok [INFO] [stdout] test options::parser::parse_test::mixed ... 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::short_arg_eq ... 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_then ... ok [INFO] [stdout] test options::parser::parse_test::short_arg_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_none ... ok [INFO] [stdout] test options::parser::parse_test::short_none_s ... 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_equals_s ... ok [INFO] [stdout] test options::parser::parse_test::short_two_next ... ok [INFO] [stdout] test options::parser::parse_test::two_file ... ok [INFO] [stdout] test options::parser::parse_test::short_two_together_s ... ok [INFO] [stdout] test options::parser::parse_test::unknown_long_eq ... 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::unknown_short_2nd ... ok [INFO] [stdout] test options::parser::parse_test::two_dashes ... ok [INFO] [stdout] test options::parser::parse_test::unknown_long ... ok [INFO] [stdout] test options::parser::parse_test::unknown_short ... ok [INFO] [stdout] test options::parser::parse_test::unknown_short_eq ... ok [INFO] [stdout] test options::parser::parse_test::unknown_short_2nd_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::split_test::equals ... ok [INFO] [stdout] test options::parser::split_test::intro ... 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::more ... ok [INFO] [stdout] test options::parser::split_test::sort ... 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::style::colour_test::scale_4 ... 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::scale_6 ... ok [INFO] [stdout] test options::style::colour_test::scale_3 ... ok [INFO] [stdout] test options::style::colour_test::scale_5 ... ok [INFO] [stdout] test options::style::customs_test::exa_bo ... 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::colour_test::width_4 ... ok [INFO] [stdout] test options::style::colour_test::width_3 ... ok [INFO] [stdout] test options::style::colour_test::width_5 ... ok [INFO] [stdout] test options::style::colour_test::scale_8 ... ok [INFO] [stdout] test options::style::colour_test::width_2 ... ok [INFO] [stdout] test options::style::colour_test::width_6 ... ok [INFO] [stdout] test options::style::customs_test::exa_cc ... ok [INFO] [stdout] test options::style::customs_test::exa_cd ... ok [INFO] [stdout] test options::style::customs_test::exa_di ... ok [INFO] [stdout] test options::style::customs_test::exa_da ... ok [INFO] [stdout] test options::style::customs_test::exa_fi ... ok [INFO] [stdout] test options::style::customs_test::exa_ds ... 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_gr ... ok [INFO] [stdout] test options::style::customs_test::exa_df ... ok [INFO] [stdout] test options::style::customs_test::exa_ex ... 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_gn ... ok [INFO] [stdout] test options::style::customs_test::exa_gt ... ok [INFO] [stdout] test options::style::customs_test::exa_gw ... ok [INFO] [stdout] test options::style::customs_test::exa_lc ... ok [INFO] [stdout] test options::style::customs_test::exa_gx ... ok [INFO] [stdout] test options::style::customs_test::exa_ln ... 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_lm ... ok [INFO] [stdout] test options::style::customs_test::exa_mp3 ... ok [INFO] [stdout] test options::style::customs_test::exa_or ... ok [INFO] [stdout] test options::style::customs_test::exa_multi ... ok [INFO] [stdout] test options::style::customs_test::exa_lp ... ok [INFO] [stdout] test options::style::customs_test::exa_pi ... ok [INFO] [stdout] test options::style::customs_test::exa_mak ... ok [INFO] [stdout] test options::style::customs_test::exa_sf ... ok [INFO] [stdout] test options::style::customs_test::exa_su ... ok [INFO] [stdout] test options::style::customs_test::exa_so ... ok [INFO] [stdout] test options::style::customs_test::exa_tr ... ok [INFO] [stdout] test options::style::customs_test::exa_tw ... ok [INFO] [stdout] test options::style::customs_test::exa_overwrite ... ok [INFO] [stdout] test options::style::customs_test::exa_sb ... ok [INFO] [stdout] test options::style::customs_test::exa_sn ... ok [INFO] [stdout] test options::style::customs_test::exa_tx ... ok [INFO] [stdout] test options::style::customs_test::exa_txt ... ok [INFO] [stdout] test options::style::customs_test::exa_un ... ok [INFO] [stdout] test options::style::customs_test::exa_ue ... ok [INFO] [stdout] test options::style::customs_test::exa_ur ... ok [INFO] [stdout] test options::style::customs_test::exa_uw ... ok [INFO] [stdout] test options::style::customs_test::exa_uu ... 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_cd ... ok [INFO] [stdout] test options::style::customs_test::ls_ex ... ok [INFO] [stdout] test options::style::customs_test::ls_bd ... 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_exa_fi ... ok [INFO] [stdout] test options::style::customs_test::ls_gu ... ok [INFO] [stdout] test options::style::customs_test::ls_or ... ok [INFO] [stdout] test options::style::customs_test::ls_fi ... ok [INFO] [stdout] test options::style::customs_test::ls_mp3 ... ok [INFO] [stdout] test options::style::customs_test::ls_overwrite ... ok [INFO] [stdout] test options::style::customs_test::ls_so ... ok [INFO] [stdout] test options::style::customs_test::ls_five ... ok [INFO] [stdout] test options::style::customs_test::ls_ln ... ok [INFO] [stdout] test options::style::customs_test::ls_txt ... ok [INFO] [stdout] test options::style::customs_test::ls_di ... ok [INFO] [stdout] test options::style::customs_test::ls_pi ... ok [INFO] [stdout] test options::style::customs_test::ls_gn ... ok [INFO] [stdout] test options::style::customs_test::ls_mak ... ok [INFO] [stdout] test options::style::customs_test::ls_multi ... 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::no_u_auto ... ok [INFO] [stdout] test options::style::terminal_test::no_u_never ... ok [INFO] [stdout] test options::style::terminal_test::no_u_always ... 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_7 ... ok [INFO] [stdout] test options::style::terminal_test::overridden_2 ... ok [INFO] [stdout] test options::style::terminal_test::overridden_5 ... ok [INFO] [stdout] test options::style::terminal_test::overridden_3 ... ok [INFO] [stdout] test options::style::customs_test::ls_un ... ok [INFO] [stdout] test options::style::terminal_test::overridden_6 ... ok [INFO] [stdout] test options::style::terminal_test::overridden_8 ... ok [INFO] [stdout] test options::version::test::help ... 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::style::terminal_test::overridden_4 ... ok [INFO] [stdout] test options::test::long_across ... ok [INFO] [stdout] test options::view::test::size_formats::binary ... ok [INFO] [stdout] test options::test::no_args ... ok [INFO] [stdout] test options::test::files ... ok [INFO] [stdout] test options::view::test::size_formats::both_1 ... ok [INFO] [stdout] test options::view::test::size_formats::both_3 ... ok [INFO] [stdout] test options::view::test::size_formats::both_4 ... ok [INFO] [stdout] test options::view::test::size_formats::both_2 ... 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_6 ... ok [INFO] [stdout] test options::view::test::time_formats::actually ... 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::time_formats::full_iso ... ok [INFO] [stdout] test options::view::test::size_formats::empty ... ok [INFO] [stdout] test options::view::test::time_formats::actual_2 ... ok [INFO] [stdout] test options::view::test::time_formats::nevermore ... ok [INFO] [stdout] test options::view::test::time_formats::long_iso ... ok [INFO] [stdout] test options::view::test::time_formats::override_env ... ok [INFO] [stdout] test options::view::test::time_formats::use_env ... ok [INFO] [stdout] test options::view::test::time_formats::daily ... ok [INFO] [stdout] test options::view::test::time_types::acc ... ok [INFO] [stdout] test options::view::test::time_formats::iso ... ok [INFO] [stdout] test options::view::test::time_formats::nevermind ... ok [INFO] [stdout] test options::view::test::time_types::a ... ok [INFO] [stdout] test options::view::test::time_types::changed ... ok [INFO] [stdout] test options::view::test::time_types::cr ... ok [INFO] [stdout] test options::view::test::time_types::m ... ok [INFO] [stdout] test options::view::test::time_types::empty ... ok [INFO] [stdout] test options::view::test::time_types::modified ... ok [INFO] [stdout] test options::view::test::time_types::overridden_2 ... ok [INFO] [stdout] test options::view::test::time_types::t_ch ... ok [INFO] [stdout] test options::view::test::time_types::overridden ... ok [INFO] [stdout] test options::view::test::time_types::time_ch ... ok [INFO] [stdout] test options::view::test::time_types::time_mod ... ok [INFO] [stdout] test options::view::test::time_types::time_uu ... ok [INFO] [stdout] test options::view::test::time_types::time_tea ... ok [INFO] [stdout] test options::view::test::time_types::t_ea ... ok [INFO] [stdout] test options::view::test::time_types::t_m ... ok [INFO] [stdout] test options::view::test::time_types::time_a ... ok [INFO] [stdout] test options::view::test::time_types::time_acc ... ok [INFO] [stdout] test options::view::test::views::just_blocks_2 ... ok [INFO] [stdout] test options::view::test::time_formats::default ... ok [INFO] [stdout] test options::view::test::time_formats::empty ... ok [INFO] [stdout] test options::view::test::views::just_binary_2 ... ok [INFO] [stdout] test options::view::test::views::just_git_2 ... ok [INFO] [stdout] test options::view::test::views::just_bytes_2 ... ok [INFO] [stdout] test options::view::test::views::just_header_2 ... ok [INFO] [stdout] test options::view::test::views::just_group_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::ell ... ok [INFO] [stdout] test options::view::test::views::across ... FAILED [INFO] [stdout] test options::view::test::views::grid ... FAILED [INFO] [stdout] test options::view::test::views::just_git ... FAILED [INFO] [stdout] test options::view::test::views::just_bytes ... FAILED [INFO] [stdout] test options::view::test::views::gracross ... FAILED [INFO] [stdout] test options::view::test::views::just_group ... FAILED [INFO] [stdout] test options::view::test::views::lid ... FAILED [INFO] [stdout] test options::view::test::views::leg ... 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::just_blocks ... FAILED [INFO] [stdout] test options::view::test::views::icons ... FAILED [INFO] [stdout] test options::view::test::views::just_links ... FAILED [INFO] [stdout] test options::view::test::views::just_binary ... FAILED [INFO] [stdout] test output::cell::width_unit_test::addition_usize ... ok [INFO] [stdout] test output::cell::width_unit_test::addition ... ok [INFO] [stdout] test options::view::test::views::empty ... FAILED [INFO] [stdout] test output::cell::width_unit_test::test_string ... ok [INFO] [stdout] test output::cell::width_unit_test::empty_string ... ok [INFO] [stdout] test output::render::blocks::test::blockfulity ... ok [INFO] [stdout] test output::render::git::test::git_new_changed ... ok [INFO] [stdout] test output::render::blocks::test::blocklessness ... ok [INFO] [stdout] test output::render::git::test::git_blank ... ok [INFO] [stdout] test options::view::test::views::line_icon ... ok [INFO] [stdout] test options::view::test::views::lines ... ok [INFO] [stdout] test options::view::test::views::original_g ... FAILED [INFO] [stdout] test output::render::groups::test::named ... ok [INFO] [stdout] test options::view::test::views::prima ... ok [INFO] [stdout] test output::render::groups::test::unnamed ... ok [INFO] [stdout] test output::render::groups::test::secondary ... ok [INFO] [stdout] test output::render::groups::test::overflow ... ok [INFO] [stdout] test output::render::inode::test::blocklessness ... ok [INFO] [stdout] test output::render::links::test::regular_directory ... ok [INFO] [stdout] test output::render::links::test::popular_file ... ok [INFO] [stdout] test output::render::links::test::regular_file ... ok [INFO] [stdout] test output::render::groups::test::primary ... ok [INFO] [stdout] test output::render::permissions::test::extra_specials ... ok [INFO] [stdout] test output::render::permissions::test::specials ... ok [INFO] [stdout] test output::render::size::test::directory ... ok [INFO] [stdout] test output::render::permissions::test::affirm ... ok [INFO] [stdout] test output::render::size::test::file_binary ... ok [INFO] [stdout] test output::render::size::test::file_bytes ... ok [INFO] [stdout] test output::render::users::test::overflow ... ok [INFO] [stdout] test output::render::size::test::file_decimal ... ok [INFO] [stdout] test output::render::users::test::different_named ... ok [INFO] [stdout] test output::render::users::test::different_unnamed ... ok [INFO] [stdout] test output::render::users::test::named ... ok [INFO] [stdout] test output::render::users::test::unnamed ... ok [INFO] [stdout] test output::tree::trunk_test::two_children ... ok [INFO] [stdout] test output::tree::trunk_test::two_times_two_children ... ok [INFO] [stdout] test output::tree::trunk_test::two_times_two_nested_children ... ok [INFO] [stdout] test output::tree::iter_test::test_empty ... ok [INFO] [stdout] test output::tree::iter_test::test_iteration ... ok [INFO] [stdout] test style::lsc::ansi_test::again ... ok [INFO] [stdout] test output::tree::trunk_test::empty_at_first ... ok [INFO] [stdout] test style::lsc::ansi_test::bfg2 ... ok [INFO] [stdout] test style::lsc::ansi_test::bg ... ok [INFO] [stdout] test output::render::permissions::test::negate ... ok [INFO] [stdout] test style::lsc::ansi_test::all ... ok [INFO] [stdout] test style::lsc::ansi_test::bfg ... ok [INFO] [stdout] test output::tree::trunk_test::one_child ... ok [INFO] [stdout] test style::lsc::ansi_test::bgfg ... ok [INFO] [stdout] test output::render::size::test::device_ids ... 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::empty ... ok [INFO] [stdout] test style::lsc::ansi_test::fg ... ok [INFO] [stdout] test style::lsc::ansi_test::both ... ok [INFO] [stdout] test style::lsc::ansi_test::hibg ... ok [INFO] [stdout] test style::lsc::ansi_test::both2 ... 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::fgbg ... ok [INFO] [stdout] test style::lsc::ansi_test::hibo ... ok [INFO] [stdout] test style::lsc::ansi_test::rgbi ... ok [INFO] [stdout] test style::lsc::ansi_test::hifg ... 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::unde2 ... ok [INFO] [stdout] test style::lsc::ansi_test::under ... 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::word ... ok [INFO] [stdout] test style::lsc::test::blue ... ok [INFO] [stdout] test style::lsc::test::empty ... ok [INFO] [stdout] test style::lsc::test::cyan ... ok [INFO] [stdout] test style::lsc::test::ends ... ok [INFO] [stdout] test style::lsc::test::green ... ok [INFO] [stdout] test style::lsc::test::bold ... ok [INFO] [stdout] test style::lsc::test::both ... ok [INFO] [stdout] test style::lsc::test::many ... ok [INFO] [stdout] test style::lsc::test::purple ... ok [INFO] [stdout] test style::lsc::test::red ... ok [INFO] [stdout] test style::lsc::test::equals ... ok [INFO] [stdout] test style::lsc::test::jibber ... ok [INFO] [stdout] test style::lsc::test::more ... 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] test options::view::test::views::long ... ok [INFO] [stdout] test options::test::oneline_across ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::across stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::across' panicked at 'assertion failed: false', src/options/view.rs:581:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::grid stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::grid' panicked at 'assertion failed: false', src/options/view.rs:580:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_git stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::just_git' panicked at 'assertion failed: false', src/options/view.rs:609:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_bytes stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::just_bytes' panicked at 'assertion failed: false', src/options/view.rs:606:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::gracross stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::gracross' panicked at 'assertion failed: false', src/options/view.rs:582:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_group stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::just_group' panicked at 'assertion failed: false', src/options/view.rs:601:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::lid stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::lid' panicked at 'assertion failed: false', src/options/view.rs:595:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::leg stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::leg' panicked at 'assertion failed: false', src/options/view.rs:596:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_header stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::just_header' panicked at 'assertion failed: false', src/options/view.rs:600:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_inode stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::just_inode' panicked at 'assertion failed: false', src/options/view.rs:602:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_blocks stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::just_blocks' panicked at 'assertion failed: false', src/options/view.rs:604:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::icons stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: true })) [INFO] [stdout] thread 'options::view::test::views::icons' panicked at 'assertion failed: false', src/options/view.rs:583:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_links stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::just_links' panicked at 'assertion failed: false', src/options/view.rs:603:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::just_binary stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::just_binary' panicked at 'assertion failed: false', src/options/view.rs:605:9 [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::empty stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::empty' panicked at 'assertion failed: false', src/options/view.rs:576:9 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] ---- options::view::test::views::original_g stdout ---- [INFO] [stdout] Testing Ok(Lines(Options { icons: false })) [INFO] [stdout] thread 'options::view::test::views::original_g' panicked at 'assertion failed: false', src/options/view.rs:579:9 [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(Options { icons: false }), 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:1165:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564699217a14 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x564699217a14 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x564699217a14 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x564699217a14 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x5646992374fc - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x564699130d05 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x564699212d31 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x564699219f65 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x564699219f65 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x564699219f65 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x564699219bec - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x56469921a665 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x56469921a202 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x56469921a0f6 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x564699233f8a - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x564699234087 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stdout] at src/libcore/result.rs:1165 [INFO] [stdout] 16: 0x56469910d82e - core::result::Result::unwrap_err::h95d143774ab4e4de [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:992 [INFO] [stdout] 17: 0x564699052b5d - exa::options::test::oneline_across::hbdeb2063a2e3b06a [INFO] [stdout] at src/options/mod.rs:243 [INFO] [stdout] 18: 0x564699052a5a - exa::options::test::oneline_across::{{closure}}::h706ef891e21ef72b [INFO] [stdout] at src/options/mod.rs:240 [INFO] [stdout] 19: 0x5646990ce68e - core::ops::function::FnOnce::call_once::hced93fb2cb144c4c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 20: 0x56469913abff - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 21: 0x56469921cd6a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x56469915540e - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 23: 0x56469915540e - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x56469915540e - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 25: 0x564699130475 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 26: 0x564699134605 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 27: 0x564699134605 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 28: 0x564699134605 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 29: 0x56469921cd6a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 30: 0x564699134bb2 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 31: 0x564699134bb2 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x564699134bb2 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 33: 0x564699134bb2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 34: 0x56469920f0ff - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 35: 0x56469921c4c0 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 36: 0x56469921c4c0 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 37: 0x56469921c4c0 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 38: 0x7f7e2e8a26db - start_thread [INFO] [stdout] 39: 0x7f7e2e3b388f - __clone [INFO] [stdout] 40: 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::icons [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. 380 passed; 17 failed; 4 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "a49ccef187e039a9ff8c49fab9a0f78706b7bf90fae5e9bac067496e975461a9"` [INFO] running `"docker" "rm" "-f" "a49ccef187e039a9ff8c49fab9a0f78706b7bf90fae5e9bac067496e975461a9"` [INFO] [stdout] a49ccef187e039a9ff8c49fab9a0f78706b7bf90fae5e9bac067496e975461a9