[INFO] updating cached repository brianp/muxed [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/brianp/muxed [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/brianp/muxed" "work/ex/beta-1.37-6/sources/1.36.0/gh/brianp/muxed"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/brianp/muxed'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/brianp/muxed" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/brianp/muxed"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/brianp/muxed'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 19b44ef523b739bbdba03e871f5c79a26d5a70b7 [INFO] sha for GitHub repo brianp/muxed: 19b44ef523b739bbdba03e871f5c79a26d5a70b7 [INFO] validating manifest of brianp/muxed on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of brianp/muxed on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing brianp/muxed [INFO] finished frobbing brianp/muxed [INFO] frobbed toml for brianp/muxed written to work/ex/beta-1.37-6/sources/1.36.0/gh/brianp/muxed/Cargo.toml [INFO] started frobbing brianp/muxed [INFO] finished frobbing brianp/muxed [INFO] frobbed toml for brianp/muxed written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/brianp/muxed/Cargo.toml [INFO] crate brianp/muxed already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/brianp/muxed/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing brianp/muxed against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/brianp/muxed:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] e45d8ab57e6874e30a1ba5fa750a55b533bbd7e84dd27fb9ffea41b91b7e0cc4 [INFO] running `"docker" "start" "-a" "e45d8ab57e6874e30a1ba5fa750a55b533bbd7e84dd27fb9ffea41b91b7e0cc4"` [INFO] [stderr] Compiling dtoa v0.3.1 [INFO] [stderr] Compiling serde_codegen v0.8.23 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling serde_yaml v0.5.1 [INFO] [stderr] Compiling serde_derive v0.8.23 [INFO] [stderr] Compiling muxed v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/load/command.rs:240:32 [INFO] [stderr] | [INFO] [stderr] 240 | pub fn as_trait(&self) -> &Command { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.12s [INFO] running `"docker" "inspect" "e45d8ab57e6874e30a1ba5fa750a55b533bbd7e84dd27fb9ffea41b91b7e0cc4"` [INFO] running `"docker" "rm" "-f" "e45d8ab57e6874e30a1ba5fa750a55b533bbd7e84dd27fb9ffea41b91b7e0cc4"` [INFO] [stdout] e45d8ab57e6874e30a1ba5fa750a55b533bbd7e84dd27fb9ffea41b91b7e0cc4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/brianp/muxed:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 18478cf326a4ec23b14c2fb8d12683fad0dca40d00cf648cac5cdeab1e4fc093 [INFO] running `"docker" "start" "-a" "18478cf326a4ec23b14c2fb8d12683fad0dca40d00cf648cac5cdeab1e4fc093"` [INFO] [stderr] Compiling muxed v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/load/command.rs:240:32 [INFO] [stderr] | [INFO] [stderr] 240 | pub fn as_trait(&self) -> &Command { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Command` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.62s [INFO] running `"docker" "inspect" "18478cf326a4ec23b14c2fb8d12683fad0dca40d00cf648cac5cdeab1e4fc093"` [INFO] running `"docker" "rm" "-f" "18478cf326a4ec23b14c2fb8d12683fad0dca40d00cf648cac5cdeab1e4fc093"` [INFO] [stdout] 18478cf326a4ec23b14c2fb8d12683fad0dca40d00cf648cac5cdeab1e4fc093 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/brianp/muxed:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 70bbe293e69e381aaad385f8c59910908413a0db6fae3a1207c11e4e2eb1c710 [INFO] running `"docker" "start" "-a" "70bbe293e69e381aaad385f8c59910908413a0db6fae3a1207c11e4e2eb1c710"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/muxed-a810457660303ed8 [INFO] [stdout] [INFO] [stdout] running 75 tests [INFO] [stdout] test load::project::parser::expect_1_session ... ok [INFO] [stdout] test load::project::parser::expect_1_select_window ... ok [INFO] [stdout] test load::project::parser::expect_1_select_pane ... ok [INFO] [stdout] test load::project::parser::expect_1_layout ... ok [INFO] [stdout] test load::project::parser::expect_1_attach ... ok [INFO] [stdout] test load::project::parser::expect_1_split_window ... ok [INFO] [stdout] test load::project::parser::expect_2_windows_from_array ... ok [INFO] [stdout] test load::project::parser::expect_2_windows_from_list ... ok [INFO] [stdout] test load::project::parser::expect_1_session_with_panes_array ... ok [INFO] [stdout] test load::project::parser::expect_2_windows_with_mixed_type_names ... ok [INFO] [stdout] test load::project::parser::expect_no_send_keys_commands ... ok [INFO] [stdout] test load::project::missing_file_returns_err ... ok [INFO] [stdout] test load::project::good_file_returns_ok ... ok [INFO] [stdout] test load::project::parser::expect_none_from_pre_matcher ... ok [INFO] [stdout] test load::project::parser::expect_full_directory_name ... ok [INFO] [stdout] test load::project::parser::expect_no_send_keys_with_blank_window ... ok [INFO] [stdout] test load::project::parser::expect_err_with_nameless_window ... ok [INFO] [stdout] test load::project::parser::expect_two_send_keys_commands_from_pre_window ... ok [INFO] [stdout] test load::project::parser::expect_some_from_pre_matcher ... ok [INFO] [stdout] test load::project::parser::expect_ok_with_empty_syscommands ... ok [INFO] [stdout] test load::project::parser::expect_no_send_keys_with_empty_panes_syscommands ... ok [INFO] [stdout] test load::project::parser::expect_no_send_keys_with_blank_panes ... ok [INFO] [stdout] test load::project::parser::expect_ok_with_empty_panes_syscommands ... ok [INFO] [stdout] test load::project::parser::expect_three_send_keys_commands_from_pre_window ... ok [INFO] [stdout] test load::project::parser::expect_no_layout ... ok [INFO] [stdout] test load::project::parser::expect_vec_of_option_strings ... ok [INFO] [stdout] test load::tmux::config::expect_base_index_0 ... ok [INFO] [stdout] test load::tmux::config::expect_base_index_5 ... ok [INFO] [stdout] test load::tmux::config::expect_missing_base_index_0 ... ok [INFO] [stdout] test load::tmux::config::expect_pane_base_index_5 ... ok [INFO] [stdout] test new::expect_err_result ... ok [INFO] [stdout] test load::tmux::config::expect_pane_base_index_0 ... ok [INFO] [stdout] test load::tmux::config::expect_missing_pane_base_index_0 ... ok [INFO] [stdout] test new::expect_muxed_dir_text ... ok [INFO] [stdout] test new::expect_muxed_project_text ... ok [INFO] [stdout] test new::expect_no_file_name_placeholder ... ok [INFO] [stdout] test new::expect_project_name_with_dir ... ok [INFO] [stdout] test load::project::poorly_formatted_file_returns_err ... ok [INFO] [stdout] test new::expect_project_name_with_dir_and_trailing_slash ... ok [INFO] [stdout] test load::project::parser::expect_vec_of_option_string ... ok [INFO] [stdout] test new::expect_err_when_file_exists ... ok [INFO] [stdout] test new::expect_file_not_to_exist ... ok [INFO] [stdout] test new::expect_no_truncation_or_overwrite ... ok [INFO] [stdout] test snapshot::test::expect_err_result ... ok [INFO] [stdout] test new::expect_file_to_exist ... ok [INFO] [stdout] test new::expect_ok_result ... ok [INFO] [stdout] test snapshot::test::expect_file_not_to_exist ... ok [INFO] [stdout] test snapshot::test::expect_file_not_to_exist_using_force ... ok [INFO] [stdout] test snapshot::test::expect_no_truncation_or_overwrite ... ok [INFO] [stdout] test snapshot::test::expect_err_when_file_exists ... ok [INFO] [stdout] test snapshot::test::expect_file_to_exist ... ok [INFO] [stdout] test snapshot::test::expect_ok_when_file_exists_using_force ... ok [INFO] [stdout] test snapshot::test::expect_ok_result ... ok [INFO] [stdout] test snapshot::test::expect_ok_result_using_force_when_file_doesnt_exist ... ok [INFO] [stdout] test snapshot::tmux::pane::process::test::expect_to_return_without_first_element ... ok [INFO] [stdout] test snapshot::test::expect_truncation_or_overwrite_using_force ... ok [INFO] [stdout] test snapshot::capture::test::expect_cap_to_have_none_when_line_empty ... ok [INFO] [stdout] test snapshot::capture::test::expect_cap_to_have_none ... ok [INFO] [stdout] test snapshot::capture::test::expect_cap_to_have_some ... ok [INFO] [stdout] test snapshot::capture::test::expect_cap_to_be_bar ... ok [INFO] [stdout] test snapshot::capture::test::expect_to_return_the_first_capture ... ok [INFO] [stdout] test snapshot::tmux::window::test::expect_active_to_be_true ... ok [INFO] [stdout] test snapshot::tmux::window::test::expect_active_to_be_true_without_name ... ok [INFO] [stdout] test snapshot::tmux::window::test::expect_layout_to_match ... ok [INFO] [stdout] test snapshot::tmux::pane::test::expect_active_to_be_false ... ok [INFO] [stdout] test snapshot::tmux::pane::test::expect_pane_to_match ... ok [INFO] [stdout] test snapshot::tmux::window::test::expect_some_from_active_window_line ... ok [INFO] [stdout] test snapshot::tmux::pane::test::expect_active_to_be_true ... ok [INFO] [stdout] test snapshot::tmux::window::test::expect_none_from_line_missing_name ... ok [INFO] [stdout] test snapshot::tmux::window::test::expect_some_from_active_window_blank_name ... ok [INFO] [stdout] test snapshot::tmux::window::test::expect_name_to_be_vim ... ok [INFO] [stdout] test snapshot::tmux::window::test::expect_some_from_previous_window_blank_name ... ok [INFO] [stdout] test snapshot::tmux::window::test::expect_some_from_previous_window_line ... ok [INFO] [stdout] test snapshot::tmux::window::test::expect_some_with_blank_name ... ok [INFO] [stdout] test snapshot::tmux::window::test::expect_some_from_window_line ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 75 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/load-fa62b6cc14ace79d [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test helpers::count_panes_returns_one ... ok [INFO] [stdout] test helpers::count_panes_returns_two ... ok [INFO] [stdout] test helpers::expect_err_session_name_capture ... ok [INFO] [stdout] test helpers::expect_muxed_to_be_captured_as_session ... ok [INFO] [stdout] test helpers::expect_ok_active_window_capture ... ok [INFO] [stdout] test helpers::expect_ok_session_name_capture ... ok [INFO] [stdout] test helpers::expect_err_active_window_capture ... ok [INFO] [stdout] test helpers::expect_err_window_name_capture ... ok [INFO] [stdout] test helpers::expect_vim_active_window_capture ... ok [INFO] [stdout] test helpers::expect_ok_window_name_capture ... ok [INFO] [stdout] test helpers::expect_vim1_window_name_capture ... ok [INFO] [stdout] test helpers::count_three_windows ... ok [INFO] [stdout] test helpers::count_four_total_panes ... ok [INFO] [stdout] test helpers::parses_with_previous_flag ... ok [INFO] [stdout] test helpers::parses_with_trailing_whitespace_after_window_name ... ok [INFO] [stdout] test helpers::parses_with_dollar_sign_flag ... ok [INFO] [stdout] test helpers::parses_with_window_flag ... ok [INFO] [stdout] test load::expect_focus_on_the_first_window ... FAILED [INFO] [stdout] test load::expect_pre_to_create_file ... FAILED [INFO] [stdout] test load::expect_pre_window_to_be_called_for_each_window ... FAILED [INFO] [stdout] test load::expect_pre_window_to_be_called_twice_for_each_window ... FAILED [INFO] [stdout] test load::expect_home_var_to_open_in_home_dir ... FAILED [INFO] [stdout] test load::expect_pre_to_create_two_files ... FAILED [INFO] [stdout] test load::expect_tilde_slash_to_open_in_home_dir ... FAILED [INFO] [stdout] test load::expect_session_name_brians_session ... FAILED [INFO] [stdout] test load::expect_to_open_in_directory_containing_spaces ... FAILED [INFO] [stdout] test load::opens_3_windows_with_integer_names ... FAILED [INFO] [stdout] test load::opens_2_windows ... FAILED [INFO] [stdout] test load::panes_with_empty_commands_are_valid ... FAILED [INFO] [stdout] test load::single_window_has_2_panes ... FAILED [INFO] [stdout] test load::window_with_empty_command_is_valid ... FAILED [INFO] [stdout] test load::opens_3_windows_from_array ... FAILED [INFO] [stdout] test load::multiple_windows_with_panes ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- load::expect_focus_on_the_first_window stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_5827 [INFO] [stdout] thread 'load::expect_focus_on_the_first_window' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x5638612105ea - load::load::expect_focus_on_the_first_window::h446d0e6a38d60a43 [INFO] [stdout] at tests/load.rs:298 [INFO] [stdout] 14: 0x5638612105aa - load::load::expect_focus_on_the_first_window::{{closure}}::hfee96eb62bd191bd [INFO] [stdout] at tests/load.rs:294 [INFO] [stdout] 15: 0x563861209e9e - core::ops::function::FnOnce::call_once::hf05ac1b1f76952ba [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::expect_pre_to_create_file stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_49982 [INFO] [stdout] thread 'load::expect_pre_to_create_file' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x563861210a4b - load::load::expect_pre_to_create_file::h5b8d20af521e66ee [INFO] [stdout] at tests/load.rs:313 [INFO] [stdout] 14: 0x56386121082a - load::load::expect_pre_to_create_file::{{closure}}::h340925c5dc3959aa [INFO] [stdout] at tests/load.rs:304 [INFO] [stdout] 15: 0x563861209ede - core::ops::function::FnOnce::call_once::hff304324426fa288 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::expect_pre_window_to_be_called_for_each_window stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_40108 [INFO] [stdout] thread 'load::expect_pre_window_to_be_called_for_each_window' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x563861211441 - load::load::expect_pre_window_to_be_called_for_each_window::h59c398b7e80d6a97 [INFO] [stdout] at tests/load.rs:349 [INFO] [stdout] 14: 0x5638612111fa - load::load::expect_pre_window_to_be_called_for_each_window::{{closure}}::h364df4b3c2b653d6 [INFO] [stdout] at tests/load.rs:340 [INFO] [stdout] 15: 0x563861209a9e - core::ops::function::FnOnce::call_once::h940c0ed6f75ffe6c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::expect_pre_window_to_be_called_twice_for_each_window stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_3317 [INFO] [stdout] thread 'load::expect_pre_window_to_be_called_twice_for_each_window' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x563861211af5 - load::load::expect_pre_window_to_be_called_twice_for_each_window::h83f1305c615c638f [INFO] [stdout] at tests/load.rs:370 [INFO] [stdout] 14: 0x5638612117ba - load::load::expect_pre_window_to_be_called_twice_for_each_window::{{closure}}::ha4d2d3b437dd0df3 [INFO] [stdout] at tests/load.rs:358 [INFO] [stdout] 15: 0x563861209b1e - core::ops::function::FnOnce::call_once::ha287a024176dcc1c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::expect_home_var_to_open_in_home_dir stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_53772 [INFO] [stdout] thread 'load::expect_home_var_to_open_in_home_dir' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x56386120ff0a - load::load::expect_home_var_to_open_in_home_dir::hd1d7a6e6fb6ca558 [INFO] [stdout] at tests/load.rs:189 [INFO] [stdout] 14: 0x56386120feca - load::load::expect_home_var_to_open_in_home_dir::{{closure}}::hefa88cb0e33440c7 [INFO] [stdout] at tests/load.rs:183 [INFO] [stdout] 15: 0x5638612096de - core::ops::function::FnOnce::call_once::h0acf85bcb2dd3b07 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::expect_pre_to_create_two_files stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_1303 [INFO] [stdout] thread 'load::expect_pre_to_create_two_files' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x563861210fb9 - load::load::expect_pre_to_create_two_files::h5f9fa33cadc05d64 [INFO] [stdout] at tests/load.rs:332 [INFO] [stdout] 14: 0x563861210b9a - load::load::expect_pre_to_create_two_files::{{closure}}::h01f1c2c2fa8c298c [INFO] [stdout] at tests/load.rs:319 [INFO] [stdout] 15: 0x563861209cde - core::ops::function::FnOnce::call_once::hc5b131e18d95e5ac [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::expect_tilde_slash_to_open_in_home_dir stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_26354 [INFO] [stdout] thread 'load::expect_tilde_slash_to_open_in_home_dir' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x56386121027a - load::load::expect_tilde_slash_to_open_in_home_dir::hf8baa8ef56a3e54e [INFO] [stdout] at tests/load.rs:204 [INFO] [stdout] 14: 0x56386121023a - load::load::expect_tilde_slash_to_open_in_home_dir::{{closure}}::h0d460ee8ac4965a7 [INFO] [stdout] at tests/load.rs:198 [INFO] [stdout] 15: 0x563861209b9e - core::ops::function::FnOnce::call_once::ha7fb585b21b5eb15 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::expect_session_name_brians_session stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_33220 [INFO] [stdout] thread 'load::expect_session_name_brians_session' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x563861211eba - load::load::expect_session_name_brians_session::hf3267d79365fbc83 [INFO] [stdout] at tests/load.rs:384 [INFO] [stdout] 14: 0x563861211e7a - load::load::expect_session_name_brians_session::{{closure}}::h59f391e33d341efb [INFO] [stdout] at tests/load.rs:379 [INFO] [stdout] 15: 0x563861209e5e - core::ops::function::FnOnce::call_once::hd9a5e39234918807 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::expect_to_open_in_directory_containing_spaces stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_1104 [INFO] [stdout] thread 'load::expect_to_open_in_directory_containing_spaces' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x56386120fd03 - load::load::expect_to_open_in_directory_containing_spaces::hd41e22eda7b0ab15 [INFO] [stdout] at tests/load.rs:171 [INFO] [stdout] 14: 0x56386120fb7a - load::load::expect_to_open_in_directory_containing_spaces::{{closure}}::h57b9be18e358ecfa [INFO] [stdout] at tests/load.rs:161 [INFO] [stdout] 15: 0x563861209d5e - core::ops::function::FnOnce::call_once::hc93c778db2dc6a3e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::opens_3_windows_with_integer_names stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_54114 [INFO] [stdout] thread 'load::opens_3_windows_with_integer_names' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x56386120ed4a - load::load::opens_3_windows_with_integer_names::hc6507335bd8da414 [INFO] [stdout] at tests/load.rs:100 [INFO] [stdout] 14: 0x56386120ed0a - load::load::opens_3_windows_with_integer_names::{{closure}}::hca3dcd0d1d266463 [INFO] [stdout] at tests/load.rs:96 [INFO] [stdout] 15: 0x56386120991e - core::ops::function::FnOnce::call_once::h6fe600a799672613 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::opens_2_windows stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_11043 [INFO] [stdout] thread 'load::opens_2_windows' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x56386120eb1a - load::load::opens_2_windows::hb60596ccd2c67aef [INFO] [stdout] at tests/load.rs:91 [INFO] [stdout] 14: 0x56386120eada - load::load::opens_2_windows::{{closure}}::h6c824c001d96889a [INFO] [stdout] at tests/load.rs:83 [INFO] [stdout] 15: 0x56386120979e - core::ops::function::FnOnce::call_once::h232de140d1de51bf [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::panes_with_empty_commands_are_valid stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_19618 [INFO] [stdout] thread 'load::panes_with_empty_commands_are_valid' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x56386120f91a - load::load::panes_with_empty_commands_are_valid::h6794194edc59718c [INFO] [stdout] at tests/load.rs:155 [INFO] [stdout] 14: 0x56386120f8da - load::load::panes_with_empty_commands_are_valid::{{closure}}::h4e9bba8e82a99434 [INFO] [stdout] at tests/load.rs:146 [INFO] [stdout] 15: 0x5638612099de - core::ops::function::FnOnce::call_once::h7a128d2130a100b4 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::single_window_has_2_panes stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_53079 [INFO] [stdout] thread 'load::single_window_has_2_panes' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x56386120ef7a - load::load::single_window_has_2_panes::h3033325cb9dc0804 [INFO] [stdout] at tests/load.rs:112 [INFO] [stdout] 14: 0x56386120ef3a - load::load::single_window_has_2_panes::{{closure}}::hcfb0cf40b4d4e409 [INFO] [stdout] at tests/load.rs:105 [INFO] [stdout] 15: 0x563861209a1e - core::ops::function::FnOnce::call_once::h8a2c740c09620d8d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::window_with_empty_command_is_valid stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_48452 [INFO] [stdout] thread 'load::window_with_empty_command_is_valid' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x56386120f6ea - load::load::window_with_empty_command_is_valid::h711720cc75e25b50 [INFO] [stdout] at tests/load.rs:141 [INFO] [stdout] 14: 0x56386120f6aa - load::load::window_with_empty_command_is_valid::{{closure}}::h2f5db7291cb0cfe7 [INFO] [stdout] at tests/load.rs:136 [INFO] [stdout] 15: 0x56386120995e - core::ops::function::FnOnce::call_once::h700ed54ee8c1b138 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::opens_3_windows_from_array stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_31247 [INFO] [stdout] thread 'load::opens_3_windows_from_array' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x56386120e8ea - load::load::opens_3_windows_from_array::h4614e5525f751bc7 [INFO] [stdout] at tests/load.rs:78 [INFO] [stdout] 14: 0x56386120e8aa - load::load::opens_3_windows_from_array::{{closure}}::he927e4a5136256f0 [INFO] [stdout] at tests/load.rs:74 [INFO] [stdout] 15: 0x56386120989e - core::ops::function::FnOnce::call_once::h6a376c89b431885e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- load::multiple_windows_with_panes stdout ---- [INFO] [stdout] Ok(()) [INFO] [stdout] root: /tmp/muxed_43812 [INFO] [stdout] thread 'load::multiple_windows_with_panes' panicked at 'failed to execute process: No such file or directory (os error 2)', tests/helpers/mod.rs:35:29 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56386149cd0b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56386149cd0b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56386149cd0b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56386149cd0b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56386149cd0b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56386149c97a - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56386149d480 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56386149d002 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56386149cf4f - std::panicking::begin_panic_fmt::he65a2e8ff19d8ae0 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5638611ff208 - load::helpers::open_muxed::{{closure}}::h091f3c6ccb74523f [INFO] [stdout] at tests/helpers/mod.rs:35 [INFO] [stdout] 10: 0x563861212d80 - core::result::Result::unwrap_or_else::hf1829945b9786e6d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:766 [INFO] [stdout] 11: 0x5638611fee45 - load::helpers::open_muxed::hda3aae16703deb0d [INFO] [stdout] at tests/helpers/mod.rs:29 [INFO] [stdout] 12: 0x56386120e322 - load::load::test_with_contents::hec3104e3eed32f06 [INFO] [stdout] at tests/load.rs:56 [INFO] [stdout] 13: 0x56386120f223 - load::load::multiple_windows_with_panes::hda78fed20dcb876a [INFO] [stdout] at tests/load.rs:128 [INFO] [stdout] 14: 0x56386120f1da - load::load::multiple_windows_with_panes::{{closure}}::hecaa287d54a3bb5e [INFO] [stdout] at tests/load.rs:118 [INFO] [stdout] 15: 0x563861209e1e - core::ops::function::FnOnce::call_once::hd7f0e512bb83d10a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x563861223c9f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x56386123e298 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x56386123e298 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56386123e298 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x563861219115 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x56386121d295 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56386121d295 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56386121d295 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5638614a465a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x56386121d8d2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x56386121d8d2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56386121d8d2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56386121d8d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x563861490eaf - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5638614a3a90 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5638614a3a90 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5638614a3a90 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f650128f4a4 - start_thread [INFO] [stdout] 35: 0x7f6500dbad0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] load::expect_focus_on_the_first_window [INFO] [stdout] load::expect_home_var_to_open_in_home_dir [INFO] [stdout] load::expect_pre_to_create_file [INFO] [stdout] load::expect_pre_to_create_two_files [INFO] [stdout] load::expect_pre_window_to_be_called_for_each_window [INFO] [stdout] load::expect_pre_window_to_be_called_twice_for_each_window [INFO] [stdout] load::expect_session_name_brians_session [INFO] [stdout] load::expect_tilde_slash_to_open_in_home_dir [INFO] [stdout] load::expect_to_open_in_directory_containing_spaces [INFO] [stdout] load::multiple_windows_with_panes [INFO] [stdout] load::opens_2_windows [INFO] [stdout] load::opens_3_windows_from_array [INFO] [stdout] load::opens_3_windows_with_integer_names [INFO] [stdout] load::panes_with_empty_commands_are_valid [INFO] [stdout] load::single_window_has_2_panes [INFO] [stdout] load::window_with_empty_command_is_valid [INFO] [stdout] [INFO] [stdout] test result: FAILED. 17 passed; 16 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test load' [INFO] running `"docker" "inspect" "70bbe293e69e381aaad385f8c59910908413a0db6fae3a1207c11e4e2eb1c710"` [INFO] running `"docker" "rm" "-f" "70bbe293e69e381aaad385f8c59910908413a0db6fae3a1207c11e4e2eb1c710"` [INFO] [stdout] 70bbe293e69e381aaad385f8c59910908413a0db6fae3a1207c11e4e2eb1c710