Skip to content

Instantly share code, notes, and snippets.

@LnL7

LnL7/ofborg.log Secret

Created April 5, 2018 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LnL7/1d4a19e3b0c01823ec216fb0387c5f28 to your computer and use it in GitHub Desktop.
Save LnL7/1d4a19e3b0c01823ec216fb0387c5f28 to your computer and use it in GitHub Desktop.
running 1 test
fatal: repository '/src/ofborg/ofborg/test-scratch/dirs/dir-bare-commit-messages' does not exist
thread 'checkout::tests::test_commit_msg_list' panicked at 'clone should work: Error { repr: Custom(Custom { kind: Other, error: StringError("Failed to clone from \"/src/ofborg/ofborg/test-scratch/dirs/dir-bare-commit-messages\" to \"/src/ofborg/ofborg/test-scratch/dirs/dir-test-test-commit-msg-list/repo/0ff26c1da0d5ad82945930d64c89d819/clone\"") }) }', src/libcore/result.rs:916:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
stack backtrace:
0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
1: std::sys_common::backtrace::print
2: std::panicking::default_hook::{{closure}}
3: std::panicking::default_hook
4: std::panicking::rust_panic_with_hook
5: std::panicking::begin_panic
6: std::panicking::begin_panic_fmt
7: rust_begin_unwind
8: core::panicking::panic_fmt
9: core::result::unwrap_failed
at /build/rustc-1.24.0-src/src/libcore/macros.rs:23
10: <core::result::Result<T, E>>::expect
at /build/rustc-1.24.0-src/src/libcore/result.rs:809
11: ofborg::checkout::tests::test_commit_msg_list
at src/checkout.rs:290
12: <F as alloc::boxed::FnBox<A>>::call_box
13: __rust_maybe_catch_panic
test checkout::tests::test_commit_msg_list ... FAILED
failures:
failures:
checkout::tests::test_commit_msg_list
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 67 filtered out
error: test failed, to rerun pass '--lib'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment