Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created May 1, 2020 20:49
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/072fe336484cef7e04963dcc441ef8e0 to your computer and use it in GitHub Desktop.
Save LnL7/072fe336484cef7e04963dcc441ef8e0 to your computer and use it in GitHub Desktop.
thread 'main' panicked at 'action deliver failure: InvalidChannelState(Error)', src/libcore/result.rs:1188:5
stack backtrace:
0: <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt
1: core::fmt::write
2: std::io::Write::write_fmt
3: std::panicking::default_hook::{{closure}}
4: std::panicking::default_hook
5: std::panicking::rust_panic_with_hook
6: rust_begin_unwind
7: core::panicking::panic_fmt
8: core::result::unwrap_failed
9: <ofborg::easylapin::ChannelNotificationReceiver as ofborg::notifyworker::NotificationReceiver>::tell
10: ofborg::tasks::build::JobActions::log_line
11: <ofborg::tasks::build::BuildWorker as ofborg::notifyworker::SimpleNotifyWorker>::consumer
12: <std::future::GenFuture<T> as core::future::future::Future>::poll
13: async_std::task::block_on::block_on
14: builder::main
15: std::rt::lang_start::{{closure}}
16: std::panicking::try::do_call
17: __rust_maybe_catch_panic
18: std::rt::lang_start_internal
19: main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment