[INFO] updating cached repository afnanenayet/gitup [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/afnanenayet/gitup [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/afnanenayet/gitup" "work/ex/beta-1.38-1/sources/1.37.0/gh/afnanenayet/gitup"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/afnanenayet/gitup'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/afnanenayet/gitup" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/afnanenayet/gitup"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/afnanenayet/gitup'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bbae10c10a66f948555789b1ed07641413d32959 [INFO] sha for GitHub repo afnanenayet/gitup: bbae10c10a66f948555789b1ed07641413d32959 [INFO] validating manifest of afnanenayet/gitup on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of afnanenayet/gitup on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing afnanenayet/gitup [INFO] finished frobbing afnanenayet/gitup [INFO] frobbed toml for afnanenayet/gitup written to work/ex/beta-1.38-1/sources/1.37.0/gh/afnanenayet/gitup/Cargo.toml [INFO] started frobbing afnanenayet/gitup [INFO] finished frobbing afnanenayet/gitup [INFO] frobbed toml for afnanenayet/gitup written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/afnanenayet/gitup/Cargo.toml [INFO] crate afnanenayet/gitup already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing afnanenayet/gitup against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/afnanenayet/gitup:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 355570aed8c58138ae7480229a33af8c70ceb019e08fc110ff1a630e2bbe7e10 [INFO] running `"docker" "start" "-a" "355570aed8c58138ae7480229a33af8c70ceb019e08fc110ff1a630e2bbe7e10"` [INFO] [stderr] Compiling pkg-config v0.3.13 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.35 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling curl-sys v0.4.15 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling git2 v0.8.0 [INFO] [stderr] Compiling gitup v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: static item is never used: `DEFAULT_BRANCH` [INFO] [stderr] --> src/consts.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | pub static DEFAULT_BRANCH: &'static str = "master"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `DEFAULT_REMOTE` [INFO] [stderr] --> src/consts.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | pub static DEFAULT_REMOTE: &'static str = "origin"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `DEFAULT_SSH_USERNAME` [INFO] [stderr] --> src/consts.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub static DEFAULT_SSH_USERNAME: &'static str = "git"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 45s [INFO] running `"docker" "inspect" "355570aed8c58138ae7480229a33af8c70ceb019e08fc110ff1a630e2bbe7e10"` [INFO] running `"docker" "rm" "-f" "355570aed8c58138ae7480229a33af8c70ceb019e08fc110ff1a630e2bbe7e10"` [INFO] [stdout] 355570aed8c58138ae7480229a33af8c70ceb019e08fc110ff1a630e2bbe7e10 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/afnanenayet/gitup:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] bf607e2fcd67ba65a2d4028d3c81f4dd603159cff5022ec62a8271411de0cb96 [INFO] running `"docker" "start" "-a" "bf607e2fcd67ba65a2d4028d3c81f4dd603159cff5022ec62a8271411de0cb96"` [INFO] [stderr] Compiling gitup v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: static item is never used: `DEFAULT_BRANCH` [INFO] [stderr] --> src/consts.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | pub static DEFAULT_BRANCH: &'static str = "master"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `DEFAULT_REMOTE` [INFO] [stderr] --> src/consts.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | pub static DEFAULT_REMOTE: &'static str = "origin"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `DEFAULT_SSH_USERNAME` [INFO] [stderr] --> src/consts.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub static DEFAULT_SSH_USERNAME: &'static str = "git"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.26s [INFO] running `"docker" "inspect" "bf607e2fcd67ba65a2d4028d3c81f4dd603159cff5022ec62a8271411de0cb96"` [INFO] running `"docker" "rm" "-f" "bf607e2fcd67ba65a2d4028d3c81f4dd603159cff5022ec62a8271411de0cb96"` [INFO] [stdout] bf607e2fcd67ba65a2d4028d3c81f4dd603159cff5022ec62a8271411de0cb96 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/afnanenayet/gitup:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 37f438d0b89b10251bbfb1c5d933b5a8356269aa2235638a0e4e1f056f10e5e3 [INFO] running `"docker" "start" "-a" "37f438d0b89b10251bbfb1c5d933b5a8356269aa2235638a0e4e1f056f10e5e3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/gitup-8247efc862e2f167 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test git::test::test_is_valid_repo_valid ... ok [INFO] [stdout] test git::test::test_is_valid_repo_invalid ... ok [INFO] [stdout] test git::test::test_update_repo_invalid_repo ... ok [INFO] [stdout] test git::test::test_git_pull ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- git::test::test_git_pull stdout ---- [INFO] [stdout] thread 'git::test::test_git_pull' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Msg("failed to fetch remote"), State { next_error: Some(Error { code: -1, klass: 12, message: "unsupported URL protocol" }), backtrace: InternalBacktrace { backtrace: Some(stack backtrace: [INFO] [stdout] 0: 0x5622ce71b1e3 - backtrace::backtrace::libunwind::trace::h6c58f6ad62942790 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.9/src/backtrace/libunwind.rs:53 [INFO] [stdout] - backtrace::backtrace::trace::hbbf9d8de93e78552 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.9/src/backtrace/mod.rs:42 [INFO] [stdout] 1: 0x5622ce70ce53 - backtrace::capture::Backtrace::new_unresolved::h1ccedefacb75f725 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.9/src/capture.rs:88 [INFO] [stdout] 2: 0x5622ce70a892 - error_chain::backtrace::imp::InternalBacktrace::new::h009a73fe229e4d64 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.0/src/backtrace.rs:56 [INFO] [stdout] 3: 0x5622ce6c5d49 - core::ops::function::FnOnce::call_once::haa7ed39c40f6ab42 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 4: 0x5622ce6c4d55 - core::option::Option::unwrap_or_else::h70941108e7e21e72 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/option.rs:419 [INFO] [stdout] 5: 0x5622ce6c5123 - error_chain::State::new::hff0c21477af557e0 [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.0/src/lib.rs:674 [INFO] [stdout] 6: 0x5622ce6c7dbd - as gitup::errors::ResultExt>::chain_err::{{closure}}::h3ef8ceb8b7ec2b01 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:211 [INFO] [stdout] 7: 0x5622ce6c90af - core::result::Result::map_err::h3e7ba9cf265a0aa1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:574 [INFO] [stdout] 8: 0x5622ce6c9da7 - as gitup::errors::ResultExt>::chain_err::hf99c3afc1ae37a10 [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:208 [INFO] [stdout] 9: 0x5622ce6c300f - gitup::git::git_pull::{{closure}}::h213dbf7396f5cb26 [INFO] [stdout] at src/git.rs:202 [INFO] [stdout] 10: 0x5622ce6c091f - gitup::git::with_auth::h2f4caf59f117bb6f [INFO] [stdout] at src/git.rs:21 [INFO] [stdout] 11: 0x5622ce6c2b04 - gitup::git::git_pull::hb9052baf51715e75 [INFO] [stdout] at src/git.rs:189 [INFO] [stdout] 12: 0x5622ce6c75b4 - gitup::git::test::test_git_pull::h343bf8a5a345a2f4 [INFO] [stdout] at src/git.rs:241 [INFO] [stdout] 13: 0x5622ce6c7519 - gitup::git::test::test_git_pull::{{closure}}::h232b95ea4834d953 [INFO] [stdout] at src/git.rs:237 [INFO] [stdout] 14: 0x5622ce6c5bad - core::ops::function::FnOnce::call_once::h22e501f211e5431a [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x5622ce6d7dfe - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x5622ce928a19 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x5622ce6f23ed - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 18: 0x5622ce6cd824 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 19: 0x5622ce6d1a34 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5622ce928a19 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x5622ce6d2031 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 22: 0x5622ce91580e - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 23: 0x5622ce92814f - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 24: 0x7f45609014a3 - start_thread [INFO] [stdout] 25: 0x7f456042cd0e - __clone [INFO] [stdout] 26: 0x0 - ) } })', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5622ce9213bb - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5622ce9213bb - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5622ce9213bb - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5622ce9213bb - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5622ce9213bb - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5622ce92102c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5622ce921b2d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5622ce9216b2 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5622ce921596 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5622ce93c01d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5622ce93c117 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x5622ce6c8aec - core::result::Result::unwrap::h178e9ff4431148e9 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x5622ce6c75c1 - gitup::git::test::test_git_pull::h343bf8a5a345a2f4 [INFO] [stdout] at src/git.rs:241 [INFO] [stdout] 13: 0x5622ce6c751a - gitup::git::test::test_git_pull::{{closure}}::h232b95ea4834d953 [INFO] [stdout] at src/git.rs:237 [INFO] [stdout] 14: 0x5622ce6c5bae - core::ops::function::FnOnce::call_once::h22e501f211e5431a [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x5622ce6d7dff - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x5622ce928a1a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x5622ce6f23ee - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5622ce6f23ee - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5622ce6f23ee - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x5622ce6cd825 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5622ce6d1a35 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5622ce6d1a35 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5622ce6d1a35 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5622ce928a1a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x5622ce6d2032 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5622ce6d2032 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5622ce6d2032 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5622ce6d2032 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x5622ce91580f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x5622ce928150 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x5622ce928150 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5622ce928150 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f45609014a4 - start_thread [INFO] [stdout] 34: 0x7f456042cd0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] git::test::test_git_pull [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin gitup' [INFO] running `"docker" "inspect" "37f438d0b89b10251bbfb1c5d933b5a8356269aa2235638a0e4e1f056f10e5e3"` [INFO] running `"docker" "rm" "-f" "37f438d0b89b10251bbfb1c5d933b5a8356269aa2235638a0e4e1f056f10e5e3"` [INFO] [stdout] 37f438d0b89b10251bbfb1c5d933b5a8356269aa2235638a0e4e1f056f10e5e3