[INFO] updating cached repository https://github.com/bike-barn/hermit [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1f08cd7a0453162ddf15e0b1c43f453be6ada931 [INFO] testing bike-barn/hermit against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbike-barn%2Fhermit" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bike-barn/hermit on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bike-barn/hermit [INFO] finished tweaking git repo https://github.com/bike-barn/hermit [INFO] tweaked toml for git repo https://github.com/bike-barn/hermit written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/bike-barn/hermit already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 54f1935915bc92c7c90500fb004885438c3f80c73bde696c09e286bff7b64a06 [INFO] running `"docker" "start" "-a" "54f1935915bc92c7c90500fb004885438c3f80c73bde696c09e286bff7b64a06"` [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.16 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling walkdir v2.2.7 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling idna v0.1.4 [INFO] [stderr] Compiling url v1.6.0 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling git2 v0.8.0 [INFO] [stderr] Compiling hermit v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:54:20 [INFO] [stderr] | [INFO] [stderr] 54 | let home_dir = env::home_dir().expect("Could not determine home directory."); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/env.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | pub use std::env::home_dir; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/env.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | env::home_dir().map(|home| home.join(".config/hermit")) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/config.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | fs::create_dir_all(&root_path); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.09s [INFO] running `"docker" "inspect" "54f1935915bc92c7c90500fb004885438c3f80c73bde696c09e286bff7b64a06"` [INFO] running `"docker" "rm" "-f" "54f1935915bc92c7c90500fb004885438c3f80c73bde696c09e286bff7b64a06"` [INFO] [stdout] 54f1935915bc92c7c90500fb004885438c3f80c73bde696c09e286bff7b64a06 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] d1ad7dfa9bc4d0a67dbac466a589665471dc049d63198e7561c32b17f3eb0c0d [INFO] running `"docker" "start" "-a" "d1ad7dfa9bc4d0a67dbac466a589665471dc049d63198e7561c32b17f3eb0c0d"` [INFO] [stderr] Compiling hermit v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:54:20 [INFO] [stderr] | [INFO] [stderr] 54 | let home_dir = env::home_dir().expect("Could not determine home directory."); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/env.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | pub use std::env::home_dir; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/env.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | env::home_dir().map(|home| home.join(".config/hermit")) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/config.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | fs::create_dir_all(&root_path); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.40s [INFO] running `"docker" "inspect" "d1ad7dfa9bc4d0a67dbac466a589665471dc049d63198e7561c32b17f3eb0c0d"` [INFO] running `"docker" "rm" "-f" "d1ad7dfa9bc4d0a67dbac466a589665471dc049d63198e7561c32b17f3eb0c0d"` [INFO] [stdout] d1ad7dfa9bc4d0a67dbac466a589665471dc049d63198e7561c32b17f3eb0c0d [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 49b6d056a189b8cf2377c684bf5aeaf40d15b3f2c314bdd5cada9acc94b258df [INFO] running `"docker" "start" "-a" "49b6d056a189b8cf2377c684bf5aeaf40d15b3f2c314bdd5cada9acc94b258df"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.32s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/hermit-0529e5c841f59485 [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test env::tests::hermit_dir_defaults_to_dot_config ... ok [INFO] [stdout] test env::tests::hermit_dir_can_be_set_by_environment_variable ... ok [INFO] [stdout] test file_operations::tests::can_create_a_directory ... FAILED [INFO] [stdout] test file_operations::tests::can_link_file ... FAILED [INFO] [stdout] test file_operations::tests::can_init_a_git_repo_at_a_nonexistent_path ... FAILED [INFO] [stdout] test config::test::has_a_root_path ... FAILED [INFO] [stdout] test config::test::creating_a_config_creates_its_root_dir ... FAILED [INFO] [stdout] test file_operations::tests::can_remove_file ... FAILED [INFO] [stdout] test config::test::can_confirm_a_shell_exists ... FAILED [INFO] [stdout] test config::test::can_walk_a_directory_skipping_subdirectory_entries ... FAILED [INFO] [stdout] test file_operations::tests::does_not_link_file_without_commit ... ok [INFO] [stdout] test hermit::tests::can_inhabit_and_change_shells ... ok [INFO] [stdout] test shell::tests::can_link_all_paths ... ok [INFO] [stdout] test hermit::tests::can_set_the_current_shell ... ok [INFO] [stdout] test hermit::tests::returns_the_current_shell ... ok [INFO] [stdout] test hermit::tests::can_initialize_a_new_shell ... ok [INFO] [stdout] test shell::tests::can_resolve_paths ... ok [INFO] [stdout] test shell::tests::can_resolve_its_path ... ok [INFO] [stdout] test shell::tests::can_unlink_all_paths ... ok [INFO] [stdout] test shell::tests::has_a_string_name ... ok [INFO] [stdout] test shell::tests::resolves_empty_string_to_root ... ok [INFO] [stdout] test shell::tests::has_a_name ... ok [INFO] [stdout] test config::test::returns_the_current_shell_name ... FAILED [INFO] [stdout] test config::test::can_walk_a_directory ... FAILED [INFO] [stdout] test file_operations::tests::can_create_path_of_needed_directories ... FAILED [INFO] [stdout] test config::test::can_set_the_current_shell_name ... FAILED [INFO] [stdout] test file_operations::tests::can_init_a_git_repo ... FAILED [INFO] [stdout] test file_operations::tests::does_not_remove_file_without_commit ... FAILED [INFO] [stdout] test file_operations::tests::wont_re_init_an_already_existing_repository ... FAILED [INFO] [stdout] test file_operations::tests::does_not_init_without_commit ... FAILED [INFO] [stdout] test file_operations::tests::does_not_create_a_directory_without_commit ... FAILED [INFO] [stdout] test config::test::can_confirm_a_shell_does_not_exist ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--bin hermit' [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- file_operations::tests::can_create_a_directory stdout ---- [INFO] [stdout] thread 'file_operations::tests::can_create_a_directory' panicked at 'Box', src/test_helpers/filesystem.rs:39:18 [INFO] [stdout] [INFO] [stdout] ---- file_operations::tests::can_link_file stdout ---- [INFO] [stdout] thread 'file_operations::tests::can_link_file' panicked at 'Box', src/test_helpers/filesystem.rs:39:18 [INFO] [stdout] [INFO] [stdout] ---- file_operations::tests::can_init_a_git_repo_at_a_nonexistent_path stdout ---- [INFO] [stdout] thread 'file_operations::tests::can_init_a_git_repo_at_a_nonexistent_path' panicked at 'Box', src/test_helpers/filesystem.rs:39:18 [INFO] [stdout] [INFO] [stdout] ---- config::test::has_a_root_path stdout ---- [INFO] [stdout] thread 'config::test::has_a_root_path' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- config::test::creating_a_config_creates_its_root_dir stdout ---- [INFO] [stdout] thread 'config::test::creating_a_config_creates_its_root_dir' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- file_operations::tests::can_remove_file stdout ---- [INFO] [stdout] thread 'file_operations::tests::can_remove_file' panicked at 'Box', src/test_helpers/filesystem.rs:39:18 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] ---- config::test::can_confirm_a_shell_exists stdout ---- [INFO] [stdout] thread 'config::test::can_confirm_a_shell_exists' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- config::test::can_walk_a_directory_skipping_subdirectory_entries stdout ---- [INFO] [stdout] thread 'config::test::can_walk_a_directory_skipping_subdirectory_entries' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- config::test::returns_the_current_shell_name stdout ---- [INFO] [stdout] thread 'config::test::returns_the_current_shell_name' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- config::test::can_walk_a_directory stdout ---- [INFO] [stdout] thread 'config::test::can_walk_a_directory' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- file_operations::tests::can_create_path_of_needed_directories stdout ---- [INFO] [stdout] thread 'file_operations::tests::can_create_path_of_needed_directories' panicked at 'Box', src/test_helpers/filesystem.rs:39:18 [INFO] [stdout] [INFO] [stdout] ---- config::test::can_set_the_current_shell_name stdout ---- [INFO] [stdout] thread 'config::test::can_set_the_current_shell_name' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] [INFO] [stdout] ---- file_operations::tests::can_init_a_git_repo stdout ---- [INFO] [stdout] thread 'file_operations::tests::can_init_a_git_repo' panicked at 'Box', src/test_helpers/filesystem.rs:39:18 [INFO] [stdout] [INFO] [stdout] ---- file_operations::tests::does_not_remove_file_without_commit stdout ---- [INFO] [stdout] thread 'file_operations::tests::does_not_remove_file_without_commit' panicked at 'Box', src/test_helpers/filesystem.rs:39:18 [INFO] [stdout] [INFO] [stdout] ---- file_operations::tests::wont_re_init_an_already_existing_repository stdout ---- [INFO] [stdout] thread 'file_operations::tests::wont_re_init_an_already_existing_repository' panicked at 'Box', src/test_helpers/filesystem.rs:39:18 [INFO] [stdout] [INFO] [stdout] ---- file_operations::tests::does_not_init_without_commit stdout ---- [INFO] [stdout] thread 'file_operations::tests::does_not_init_without_commit' panicked at 'Box', src/test_helpers/filesystem.rs:39:18 [INFO] [stdout] [INFO] [stdout] ---- file_operations::tests::does_not_create_a_directory_without_commit stdout ---- [INFO] [stdout] thread 'file_operations::tests::does_not_create_a_directory_without_commit' panicked at 'Box', src/test_helpers/filesystem.rs:39:18 [INFO] [stdout] [INFO] [stdout] ---- config::test::can_confirm_a_shell_does_not_exist stdout ---- [INFO] [stdout] thread 'config::test::can_confirm_a_shell_does_not_exist' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5591fcbb73e4 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5591fcbb73e4 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5591fcbb73e4 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x5591fcbb73e4 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x5591fcbd32ac - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x5591fcac22d5 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x5591fcbb29e1 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x5591fcbb9f55 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x5591fcbb9f55 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5591fcbb9f55 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x5591fcbb9bdc - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x5591fcbba655 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x5591fcbba1f2 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x5591fcbba0e6 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x5591fcbd099a - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x5591fcbd0a97 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stdout] at src/libcore/result.rs:1165 [INFO] [stdout] 16: 0x5591fcab948f - core::result::Result::unwrap::hdaa344d339943b9a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:933 [INFO] [stdout] 17: 0x5591fcaafe84 - hermit::config::test::set_up::hb3b1a5d405f7540c [INFO] [stdout] at src/config.rs:263 [INFO] [stdout] 18: 0x5591fcab1a14 - hermit::config::test::can_confirm_a_shell_does_not_exist::h73a9f884b365cbab [INFO] [stdout] at src/config.rs:334 [INFO] [stdout] 19: 0x5591fcab197a - hermit::config::test::can_confirm_a_shell_does_not_exist::{{closure}}::h5c5b873d06043db5 [INFO] [stdout] at src/config.rs:333 [INFO] [stdout] 20: 0x5591fcaabdae - core::ops::function::FnOnce::call_once::h37b786aeca3956ae [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 21: 0x5591fcacc1cf - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 22: 0x5591fcbbd71a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 23: 0x5591fcae69de - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 24: 0x5591fcae69de - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x5591fcae69de - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 26: 0x5591fcac1a45 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 27: 0x5591fcac5bd5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 28: 0x5591fcac5bd5 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 29: 0x5591fcac5bd5 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 30: 0x5591fcbbd71a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 31: 0x5591fcac6182 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 32: 0x5591fcac6182 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 33: 0x5591fcac6182 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 34: 0x5591fcac6182 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 35: 0x5591fcbae60f - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 36: 0x5591fcbbce70 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 37: 0x5591fcbbce70 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 38: 0x5591fcbbce70 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 39: 0x7fc8929226db - start_thread [INFO] [stdout] 40: 0x7fc89243388f - __clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] config::test::can_confirm_a_shell_does_not_exist [INFO] [stdout] config::test::can_confirm_a_shell_exists [INFO] [stdout] config::test::can_set_the_current_shell_name [INFO] [stdout] config::test::can_walk_a_directory [INFO] [stdout] config::test::can_walk_a_directory_skipping_subdirectory_entries [INFO] [stdout] config::test::creating_a_config_creates_its_root_dir [INFO] [stdout] config::test::has_a_root_path [INFO] [stdout] config::test::returns_the_current_shell_name [INFO] [stdout] file_operations::tests::can_create_a_directory [INFO] [stdout] file_operations::tests::can_create_path_of_needed_directories [INFO] [stdout] file_operations::tests::can_init_a_git_repo [INFO] [stdout] file_operations::tests::can_init_a_git_repo_at_a_nonexistent_path [INFO] [stdout] file_operations::tests::can_link_file [INFO] [stdout] file_operations::tests::can_remove_file [INFO] [stdout] file_operations::tests::does_not_create_a_directory_without_commit [INFO] [stdout] file_operations::tests::does_not_init_without_commit [INFO] [stdout] file_operations::tests::does_not_remove_file_without_commit [INFO] [stdout] file_operations::tests::wont_re_init_an_already_existing_repository [INFO] [stdout] [INFO] [stdout] test result: FAILED. 14 passed; 18 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "49b6d056a189b8cf2377c684bf5aeaf40d15b3f2c314bdd5cada9acc94b258df"` [INFO] running `"docker" "rm" "-f" "49b6d056a189b8cf2377c684bf5aeaf40d15b3f2c314bdd5cada9acc94b258df"` [INFO] [stdout] 49b6d056a189b8cf2377c684bf5aeaf40d15b3f2c314bdd5cada9acc94b258df