Last active
October 23, 2019 13:38
-
-
Save hpk42/2da33921476ddb57417ce2b501628799 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
C: a4 IDLE | |
S: + idling | |
entering idle wait_keepalive | |
<disconnect-wifi for a few minutes, enjoy the peace> | |
restarting, got error Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" } | |
C: DONE | |
wait_keepalive returned false | |
C: a5 LOGOUT | |
<re-connect after a few minutes> | |
S: * OK Still here | |
S: a4 OK Idle completed (0.001 + 94.006 + 94.005 secs). | |
thread 'main' panicked at 'assertion failed: `(left == right)` | |
left: `[97, 52]`, | |
right: `[97, 53]`', src/client.rs:1177:25 | |
stack backtrace: | |
0: backtrace::backtrace::libunwind::trace | |
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 | |
1: backtrace::backtrace::trace_unsynchronized | |
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 | |
2: std::sys_common::backtrace::_print_fmt | |
at src/libstd/sys_common/backtrace.rs:76 | |
3: <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt | |
at src/libstd/sys_common/backtrace.rs:60 | |
4: core::fmt::write | |
at src/libcore/fmt/mod.rs:1030 | |
5: std::io::Write::write_fmt | |
at src/libstd/io/mod.rs:1412 | |
6: std::sys_common::backtrace::_print | |
at src/libstd/sys_common/backtrace.rs:64 | |
7: std::sys_common::backtrace::print | |
at src/libstd/sys_common/backtrace.rs:49 | |
8: std::panicking::default_hook::{{closure}} | |
at src/libstd/panicking.rs:196 | |
9: std::panicking::default_hook | |
at src/libstd/panicking.rs:210 | |
10: std::panicking::rust_panic_with_hook | |
at src/libstd/panicking.rs:473 | |
11: std::panicking::continue_panic_fmt | |
at src/libstd/panicking.rs:380 | |
12: std::panicking::begin_panic_fmt | |
at src/libstd/panicking.rs:335 | |
13: imap::client::Connection<T>::read_response_onto | |
at ./<::std::macros::panic macros>:9 | |
14: imap::client::Connection<T>::read_response | |
at ./src/client.rs:1142 | |
15: imap::client::Connection<T>::run_command_and_read_response | |
at ./src/client.rs:1137 | |
16: imap::client::Session<T>::run_command_and_read_response | |
at ./src/client.rs:1107 | |
17: imap::client::Session<T>::run_command_and_check_ok | |
at ./src/client.rs:1089 | |
18: imap::client::Session<T>::logout | |
at ./src/client.rs:507 | |
19: idle::fetch_inbox_top | |
at examples/idle.rs:68 | |
20: idle::main | |
at examples/idle.rs:9 | |
21: std::rt::lang_start::{{closure}} | |
at /rustc/6ef275e6c3cb1384ec78128eceeb4963ff788dca/src/libstd/rt.rs:64 | |
22: std::rt::lang_start_internal::{{closure}} | |
at src/libstd/rt.rs:49 | |
23: std::panicking::try::do_call | |
at src/libstd/panicking.rs:292 | |
24: __rust_maybe_catch_panic | |
at src/libpanic_unwind/lib.rs:80 | |
25: std::panicking::try | |
at src/libstd/panicking.rs:271 | |
26: std::panic::catch_unwind | |
at src/libstd/panic.rs:394 | |
27: std::rt::lang_start_internal | |
at src/libstd/rt.rs:48 | |
28: std::rt::lang_start | |
at /rustc/6ef275e6c3cb1384ec78128eceeb4963ff788dca/src/libstd/rt.rs:64 | |
29: main | |
30: __libc_start_main | |
31: _start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment