Created
October 20, 2017 15:32
-
-
Save goyox86/0383e699778575ce0560afe9a8b43f2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root:file:# ./tests-767ae2d9cf350b87 | |
running 17 tests | |
test test_absolute_path ... condvar wait_timeout | |
thread 'main' panicked at 'not yet implemented', /Users/goyox86/Code/os/redox/redox/rust/src/libstd/sys/redox/condvar.rs:92:8 | |
stack backtrace: | |
0: std::sys::imp::backtrace::tracing::unwind_backtrace | |
1: std::sys_common::backtrace::print | |
2: _ZN3std9panicking12default_hook28_$u7b$$u7b$closure$u7d$$u7d$17h415b2f48f664d25eE.llvm.130CD4F8 | |
3: _ZN3std9panicking12default_hook17h257bcef91e933eefE.llvm.130CD4F8 | |
4: std::panicking::rust_panic_with_hook | |
5: std::panicking::begin_panic | |
6: std::thread::park_timeout | |
7: std::sync::mpsc::blocking::WaitToken::wait_max_until | |
8: <std::sync::mpsc::shared::Packet<T>>::recv | |
9: <std::sync::mpsc::Receiver<T>>::recv_timeout | |
10: test::run_tests_console | |
11: test::test_main | |
12: test::test_main_static | |
13: __rust_maybe_catch_panic | |
14: std::rt::lang_start | |
15: <unknown> | |
at /Users/goyox86/Code/os/redox/libc/newlib/newlib/libc/sys/redox/crt0.c:42 | |
thread 'test_absolute_path' panicked at 'called `Result::unwrap()` on an `Err` value: "SendError(..)"', /Users/goyox86/Code/os/redox/redox/rust/src/libcore/result.rs:906:4 | |
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. | |
stack backtrace: | |
0: std::sys::imp::backtrace::tracing::unwind_backtrace | |
1: std::sys_common::backtrace::print | |
2: _ZN3std9panicking12default_hook28_$u7b$$u7b$closure$u7d$$u7d$17h415b2f48f664d25eE.llvm.130CD4F8 | |
3: _ZN3std9panicking12default_hook17h257bcef91e933eefE.llvm.130CD4F8 | |
4: std::panicking::rust_panic_with_hook | |
5: _ZN3std9panicking11begin_panic17h1bd3c2ceeda3699fE.llvm.130CD4F8 | |
6: std::panicking::begin_panic_fmt | |
7: rust_begin_unwind | |
8: core::panicking::panic_fmt | |
9: core::result::unwrap_failed | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment