[INFO] cloning repository https://github.com/linghe-yang/libnet-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/linghe-yang/libnet-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinghe-yang%2Flibnet-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinghe-yang%2Flibnet-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cc1c7da89973a64b3b1472f84a7abc9e4bc8b4bb
[INFO] testing linghe-yang/libnet-rs against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinghe-yang%2Flibnet-rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/linghe-yang/libnet-rs
[INFO] finished tweaking git repo https://github.com/linghe-yang/libnet-rs
[INFO] tweaked toml for git repo https://github.com/linghe-yang/libnet-rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/linghe-yang/libnet-rs on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/linghe-yang/libnet-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded futures-io v0.3.25
[INFO] [stderr]   Downloaded tokio-macros v1.8.0
[INFO] [stderr]   Downloaded futures-sink v0.3.25
[INFO] [stderr]   Downloaded futures-core v0.3.25
[INFO] [stderr]   Downloaded futures-task v0.3.25
[INFO] [stderr]   Downloaded futures-channel v0.3.25
[INFO] [stderr]   Downloaded futures-executor v0.3.25
[INFO] [stderr]   Downloaded async-trait v0.1.58
[INFO] [stderr]   Downloaded tokio-stream v0.1.11
[INFO] [stderr]   Downloaded futures-macro v0.3.25
[INFO] [stderr]   Downloaded anyhow v1.0.66
[INFO] [stderr]   Downloaded bytes v1.2.1
[INFO] [stderr]   Downloaded serde_derive v1.0.147
[INFO] [stderr]   Downloaded futures v0.3.25
[INFO] [stderr]   Downloaded syn v1.0.103
[INFO] [stderr]   Downloaded futures-util v0.3.25
[INFO] [stderr]   Downloaded libc v0.2.137
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae
[INFO] running `Command { std: "docker" "start" "acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling network v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `impl_msg::*`
[INFO] [stdout]  --> src/traits/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use impl_msg::*;
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.77s
[INFO] running `Command { std: "docker" "inspect" "acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling network v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `impl_msg::*`
[INFO] [stdout]  --> src/traits/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use impl_msg::*;
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_msg::*`
[INFO] [stdout]  --> src/traits/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use impl_msg::*;
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.77s
[INFO] running `Command { std: "docker" "inspect" "acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `impl_msg::*`
[INFO] [stderr]  --> src/traits/mod.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub use impl_msg::*;
[INFO] [stderr]   |         ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `network` (lib) generated 1 warning (run `cargo fix --lib -p network` to apply 1 suggestion)
[INFO] [stderr] warning: `network` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/network-f64d68002848968a)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test plaintcp::tests::sender::simple_send ... ok
[INFO] [stdout] test plaintcp::tests::sender::broadcast ... ok
[INFO] [stdout] test plaintcp::tests::receiver::receive ... ok
[INFO] [stdout] test plaintcp::tests::reliable_sender::broadcast ... FAILED
[INFO] [stdout] test plaintcp::tests::reliable_sender::send ... FAILED
[INFO] [stdout] test plaintcp::tests::reliable_sender::retry ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- plaintcp::tests::reliable_sender::broadcast stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'plaintcp::tests::reliable_sender::broadcast' (1023) panicked at src/traits/mod.rs:21:14:
[INFO] [stdout] Deserialization failed: Io(Kind(UnexpectedEof))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6448064bf8b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6448064bf8b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6448064d446a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6448064d446a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6448064c42f2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6448064c42f2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x64480649e486 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64480649e486 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6448064b7bb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6448063ed58c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6448063ed58c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6448064b7e32 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6448064b7e32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64480649e542 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x644806493719 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64480649f25d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6448064d4bec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6448064d4962 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6448063bdb03 - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::boxed::Box<bincode[464985dafa90571a]::error::ErrorKind>>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x6448063c1f02 - <alloc[a7ee25936407c584]::string::String as network[cab99d082aff8dcb]::traits::Message>::from_bytes
[INFO] [stdout]                                at /opt/rustwide/workdir/src/traits/mod.rs:21:14
[INFO] [stdout]   22:     0x644806386b6b - <network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String> as tokio_util[f3a1716f13fd9f7c]::codec::decoder::Decoder>::decode
[INFO] [stdout]                                at /opt/rustwide/workdir/src/codec.rs:32:22
[INFO] [stdout]   23:     0x6448063797be - <tokio_util[f3a1716f13fd9f7c]::codec::framed_impl::FramedImpl<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>, tokio_util[f3a1716f13fd9f7c]::codec::framed_impl::ReadFrame> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.4/src/codec/framed_impl.rs:199:51
[INFO] [stdout]   24:     0x644806395e61 - <tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.4/src/codec/framed_read.rs:157:30
[INFO] [stdout]   25:     0x644806395bce - <&mut tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.25/src/stream.rs:104:9
[INFO] [stdout]   26:     0x6448063ca341 - <tokio_stream[8c27389a529024b2]::stream_ext::next::Next<tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.11/src/stream_ext/next.rs:42:29
[INFO] [stdout]   27:     0x6448063aa1e7 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/select.rs:507:49
[INFO] [stdout]   28:     0x6448063c9bb7 - <tokio[407329db1a1bd8ae]::future::poll_fn::PollFn<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/future/poll_fn.rs:38:9
[INFO] [stdout]   29:     0x6448063ab293 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:318:13
[INFO] [stdout]   30:     0x6448063acad6 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:255:57
[INFO] [stdout]   31:     0x6448063ad23b - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:241:14
[INFO] [stdout]   32:     0x6448063811bc - <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/core.rs:184:24
[INFO] [stdout]   33:     0x6448063919f6 - <tokio[407329db1a1bd8ae]::loom::std::unsafe_cell::UnsafeCell<tokio[407329db1a1bd8ae]::runtime::task::core::Stage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   34:     0x644806385e22 - <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/core.rs:174:24
[INFO] [stdout]   35:     0x64480635e21d - tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   36:     0x6448063de970 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x644806398afe - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6448063a77cb - __rust_try
[INFO] [stdout]   39:     0x6448063a3213 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x6448063a3213 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x64480635d321 - tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   42:     0x644806362da9 - <tokio[407329db1a1bd8ae]::runtime::task::harness::Harness<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   43:     0x644806363223 - <tokio[407329db1a1bd8ae]::runtime::task::harness::Harness<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   44:     0x6448063b485b - tokio[407329db1a1bd8ae]::runtime::task::raw::poll::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   45:     0x64480646ddc7 - <tokio[407329db1a1bd8ae]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   46:     0x6448063be691 - <tokio[407329db1a1bd8ae]::runtime::task::LocalNotified<alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/mod.rs:385:13
[INFO] [stdout]   47:     0x64480635a96a - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:564:30
[INFO] [stdout]   48:     0x6448063744cc - tokio[407329db1a1bd8ae]::coop::with_budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:102:9
[INFO] [stdout]   49:     0x64480636cc77 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::try_with::<tokio[407329db1a1bd8ae]::coop::with_budget<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   50:     0x64480636bcbe - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::with::<tokio[407329db1a1bd8ae]::coop::with_budget<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   51:     0x644806356542 - tokio[407329db1a1bd8ae]::coop::with_budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:95:13
[INFO] [stdout]   52:     0x644806356542 - tokio[407329db1a1bd8ae]::coop::budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:72:5
[INFO] [stdout]   53:     0x644806356542 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:284:29
[INFO] [stdout]   54:     0x644806351e16 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   55:     0x644806352b38 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:284:14
[INFO] [stdout]   56:     0x644806358591 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:563:42
[INFO] [stdout]   57:     0x6448063567d4 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   58:     0x6448063cdea3 - <tokio[407329db1a1bd8ae]::macros::scoped_tls::ScopedKey<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>>::set::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   59:     0x644806354e8f - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   60:     0x644806355dba - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   61:     0x64480634f91a - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CurrentThread>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   62:     0x644806372c95 - <tokio[407329db1a1bd8ae]::runtime::Runtime>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/mod.rs:490:51
[INFO] [stdout]   63:     0x6448063b1ae9 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:70:49
[INFO] [stdout]   64:     0x6448063ad357 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:38:21
[INFO] [stdout]   65:     0x64480636b2d6 - <network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x6448063e066b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x6448063e066b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   68:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   69:     0x6448063edee5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x6448063edee5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   74:     0x6448063edee5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   75:     0x6448063e77f4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   76:     0x6448063e77f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   77:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   78:     0x6448063f0f62 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   79:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   80:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x6448063f0f62 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   83:     0x6448063f0f62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   84:     0x6448064bf1df - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   85:     0x6448064bf1df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   86:     0x780bc8469aa4 - <unknown>
[INFO] [stdout]   87:     0x780bc84f6a64 - clone
[INFO] [stdout]   88:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'plaintcp::tests::reliable_sender::broadcast' (1023) panicked at src/traits/mod.rs:21:14:
[INFO] [stdout] Deserialization failed: Io(Kind(UnexpectedEof))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6448064bf8b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6448064bf8b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6448064d446a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6448064d446a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6448064c42f2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6448064c42f2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x64480649e486 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64480649e486 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6448064b7bb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6448063ed58c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6448063ed58c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6448064b7e32 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6448064b7e32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64480649e542 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x644806493719 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64480649f25d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6448064d4bec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6448064d4962 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6448063bdb03 - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::boxed::Box<bincode[464985dafa90571a]::error::ErrorKind>>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x6448063c1f02 - <alloc[a7ee25936407c584]::string::String as network[cab99d082aff8dcb]::traits::Message>::from_bytes
[INFO] [stdout]                                at /opt/rustwide/workdir/src/traits/mod.rs:21:14
[INFO] [stdout]   22:     0x644806386b6b - <network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String> as tokio_util[f3a1716f13fd9f7c]::codec::decoder::Decoder>::decode
[INFO] [stdout]                                at /opt/rustwide/workdir/src/codec.rs:32:22
[INFO] [stdout]   23:     0x6448063797be - <tokio_util[f3a1716f13fd9f7c]::codec::framed_impl::FramedImpl<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>, tokio_util[f3a1716f13fd9f7c]::codec::framed_impl::ReadFrame> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.4/src/codec/framed_impl.rs:199:51
[INFO] [stdout]   24:     0x644806395e61 - <tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.4/src/codec/framed_read.rs:157:30
[INFO] [stdout]   25:     0x644806395bce - <&mut tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.25/src/stream.rs:104:9
[INFO] [stdout]   26:     0x6448063ca341 - <tokio_stream[8c27389a529024b2]::stream_ext::next::Next<tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.11/src/stream_ext/next.rs:42:29
[INFO] [stdout]   27:     0x6448063aa1e7 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/select.rs:507:49
[INFO] [stdout]   28:     0x6448063c9bb7 - <tokio[407329db1a1bd8ae]::future::poll_fn::PollFn<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/future/poll_fn.rs:38:9
[INFO] [stdout]   29:     0x6448063ab293 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:318:13
[INFO] [stdout]   30:     0x6448063acad6 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:255:57
[INFO] [stdout]   31:     0x6448063ad23b - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:241:14
[INFO] [stdout]   32:     0x6448063811bc - <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/core.rs:184:24
[INFO] [stdout]   33:     0x6448063919f6 - <tokio[407329db1a1bd8ae]::loom::std::unsafe_cell::UnsafeCell<tokio[407329db1a1bd8ae]::runtime::task::core::Stage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   34:     0x644806385e22 - <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/core.rs:174:24
[INFO] [stdout]   35:     0x64480635e21d - tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   36:     0x6448063de970 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x644806398afe - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6448063a77cb - __rust_try
[INFO] [stdout]   39:     0x6448063a3213 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x6448063a3213 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x64480635d321 - tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   42:     0x644806362da9 - <tokio[407329db1a1bd8ae]::runtime::task::harness::Harness<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   43:     0x644806363223 - <tokio[407329db1a1bd8ae]::runtime::task::harness::Harness<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   44:     0x6448063b485b - tokio[407329db1a1bd8ae]::runtime::task::raw::poll::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   45:     0x64480646ddc7 - <tokio[407329db1a1bd8ae]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   46:     0x6448063be691 - <tokio[407329db1a1bd8ae]::runtime::task::LocalNotified<alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/mod.rs:385:13
[INFO] [stdout]   47:     0x64480635a96a - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:564:30
[INFO] [stdout]   48:     0x6448063744cc - tokio[407329db1a1bd8ae]::coop::with_budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:102:9
[INFO] [stdout]   49:     0x64480636cc77 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::try_with::<tokio[407329db1a1bd8ae]::coop::with_budget<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   50:     0x64480636bcbe - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::with::<tokio[407329db1a1bd8ae]::coop::with_budget<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   51:     0x644806356542 - tokio[407329db1a1bd8ae]::coop::with_budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:95:13
[INFO] [stdout]   52:     0x644806356542 - tokio[407329db1a1bd8ae]::coop::budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:72:5
[INFO] [stdout]   53:     0x644806356542 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:284:29
[INFO] [stdout]   54:     0x644806351e16 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   55:     0x644806352b38 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:284:14
[INFO] [stdout]   56:     0x644806358591 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:563:42
[INFO] [stdout]   57:     0x6448063567d4 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   58:     0x6448063cdea3 - <tokio[407329db1a1bd8ae]::macros::scoped_tls::ScopedKey<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>>::set::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   59:     0x644806354e8f - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   60:     0x644806355dba - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   61:     0x64480634f91a - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CurrentThread>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   62:     0x644806372c95 - <tokio[407329db1a1bd8ae]::runtime::Runtime>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/mod.rs:490:51
[INFO] [stdout]   63:     0x6448063b1ae9 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:70:49
[INFO] [stdout]   64:     0x6448063ad357 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:38:21
[INFO] [stdout]   65:     0x64480636b2d6 - <network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x6448063e066b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x6448063e066b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   68:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   69:     0x6448063edee5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x6448063edee5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   74:     0x6448063edee5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   75:     0x6448063e77f4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   76:     0x6448063e77f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   77:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   78:     0x6448063f0f62 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   79:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   80:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x6448063f0f62 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   83:     0x6448063f0f62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   84:     0x6448064bf1df - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   85:     0x6448064bf1df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   86:     0x780bc8469aa4 - <unknown>
[INFO] [stdout]   87:     0x780bc84f6a64 - clone
[INFO] [stdout]   88:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'plaintcp::tests::reliable_sender::broadcast' (1023) panicked at src/traits/mod.rs:21:14:
[INFO] [stdout] Deserialization failed: Io(Kind(UnexpectedEof))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6448064bf8b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6448064bf8b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6448064d446a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6448064d446a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6448064c42f2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6448064c42f2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x64480649e486 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64480649e486 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6448064b7bb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6448063ed58c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6448063ed58c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6448064b7e32 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6448064b7e32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64480649e542 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x644806493719 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64480649f25d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6448064d4bec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6448064d4962 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6448063bdb03 - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::boxed::Box<bincode[464985dafa90571a]::error::ErrorKind>>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x6448063c1f02 - <alloc[a7ee25936407c584]::string::String as network[cab99d082aff8dcb]::traits::Message>::from_bytes
[INFO] [stdout]                                at /opt/rustwide/workdir/src/traits/mod.rs:21:14
[INFO] [stdout]   22:     0x644806386b6b - <network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String> as tokio_util[f3a1716f13fd9f7c]::codec::decoder::Decoder>::decode
[INFO] [stdout]                                at /opt/rustwide/workdir/src/codec.rs:32:22
[INFO] [stdout]   23:     0x6448063797be - <tokio_util[f3a1716f13fd9f7c]::codec::framed_impl::FramedImpl<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>, tokio_util[f3a1716f13fd9f7c]::codec::framed_impl::ReadFrame> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.4/src/codec/framed_impl.rs:199:51
[INFO] [stdout]   24:     0x644806395e61 - <tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.4/src/codec/framed_read.rs:157:30
[INFO] [stdout]   25:     0x644806395bce - <&mut tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.25/src/stream.rs:104:9
[INFO] [stdout]   26:     0x6448063ca341 - <tokio_stream[8c27389a529024b2]::stream_ext::next::Next<tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.11/src/stream_ext/next.rs:42:29
[INFO] [stdout]   27:     0x6448063aa1e7 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/select.rs:507:49
[INFO] [stdout]   28:     0x6448063c9bb7 - <tokio[407329db1a1bd8ae]::future::poll_fn::PollFn<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/future/poll_fn.rs:38:9
[INFO] [stdout]   29:     0x6448063ab293 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:318:13
[INFO] [stdout]   30:     0x6448063acad6 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:255:57
[INFO] [stdout]   31:     0x6448063ad23b - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:241:14
[INFO] [stdout]   32:     0x6448063811bc - <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/core.rs:184:24
[INFO] [stdout]   33:     0x6448063919f6 - <tokio[407329db1a1bd8ae]::loom::std::unsafe_cell::UnsafeCell<tokio[407329db1a1bd8ae]::runtime::task::core::Stage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   34:     0x644806385e22 - <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/core.rs:174:24
[INFO] [stdout]   35:     0x64480635e21d - tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   36:     0x6448063de970 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x644806398afe - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6448063a77cb - __rust_try
[INFO] [stdout]   39:     0x6448063a3213 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x6448063a3213 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x64480635d321 - tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   42:     0x644806362da9 - <tokio[407329db1a1bd8ae]::runtime::task::harness::Harness<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   43:     0x644806363223 - <tokio[407329db1a1bd8ae]::runtime::task::harness::Harness<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   44:     0x6448063b485b - tokio[407329db1a1bd8ae]::runtime::task::raw::poll::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   45:     0x64480646ddc7 - <tokio[407329db1a1bd8ae]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   46:     0x6448063be691 - <tokio[407329db1a1bd8ae]::runtime::task::LocalNotified<alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/mod.rs:385:13
[INFO] [stdout]   47:     0x64480635a96a - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:564:30
[INFO] [stdout]   48:     0x6448063744cc - tokio[407329db1a1bd8ae]::coop::with_budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:102:9
[INFO] [stdout]   49:     0x64480636cc77 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::try_with::<tokio[407329db1a1bd8ae]::coop::with_budget<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   50:     0x64480636bcbe - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::with::<tokio[407329db1a1bd8ae]::coop::with_budget<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   51:     0x644806356542 - tokio[407329db1a1bd8ae]::coop::with_budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:95:13
[INFO] [stdout]   52:     0x644806356542 - tokio[407329db1a1bd8ae]::coop::budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:72:5
[INFO] [stdout]   53:     0x644806356542 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:284:29
[INFO] [stdout]   54:     0x644806351e16 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   55:     0x644806352b38 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:284:14
[INFO] [stdout]   56:     0x644806358591 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:563:42
[INFO] [stdout]   57:     0x6448063567d4 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   58:     0x6448063cdea3 - <tokio[407329db1a1bd8ae]::macros::scoped_tls::ScopedKey<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>>::set::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   59:     0x644806354e8f - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   60:     0x644806355dba - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   61:     0x64480634f91a - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CurrentThread>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   62:     0x644806372c95 - <tokio[407329db1a1bd8ae]::runtime::Runtime>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/mod.rs:490:51
[INFO] [stdout]   63:     0x6448063b1ae9 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:70:49
[INFO] [stdout]   64:     0x6448063ad357 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:38:21
[INFO] [stdout]   65:     0x64480636b2d6 - <network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x6448063e066b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x6448063e066b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   68:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   69:     0x6448063edee5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x6448063edee5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   74:     0x6448063edee5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   75:     0x6448063e77f4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   76:     0x6448063e77f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   77:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   78:     0x6448063f0f62 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   79:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   80:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x6448063f0f62 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   83:     0x6448063f0f62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   84:     0x6448064bf1df - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   85:     0x6448064bf1df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   86:     0x780bc8469aa4 - <unknown>
[INFO] [stdout]   87:     0x780bc84f6a64 - clone
[INFO] [stdout]   88:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'plaintcp::tests::reliable_sender::broadcast' (1023) panicked at src/plaintcp/tests/reliable_sender.rs:67:5:
[INFO] [stdout] assertion failed: try_join_all(cancel_handlers).await.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6448064bf8b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6448064bf8b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6448064d446a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6448064d446a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6448064c42f2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6448064c42f2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x64480649e486 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64480649e486 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6448064b7bb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6448063ed58c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6448063ed58c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6448064b7e32 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6448064b7e32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64480649e574 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x644806493719 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64480649f25d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6448064d4bec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6448064d4bb2 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x6448063afb5d - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:67:5
[INFO] [stdout]   21:     0x64480638f3fd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x64480635afcd - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:525:64
[INFO] [stdout]   23:     0x644806373db0 - tokio[407329db1a1bd8ae]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:102:9
[INFO] [stdout]   24:     0x64480636c685 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::try_with::<tokio[407329db1a1bd8ae]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x64480636bafe - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::with::<tokio[407329db1a1bd8ae]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x64480635a8cf - tokio[407329db1a1bd8ae]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:95:13
[INFO] [stdout]   27:     0x64480635a8cf - tokio[407329db1a1bd8ae]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:72:5
[INFO] [stdout]   28:     0x64480635a8cf - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:525:25
[INFO] [stdout]   29:     0x644806350bd0 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   30:     0x644806357ecf - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:524:44
[INFO] [stdout]   31:     0x6448063567d4 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   32:     0x6448063cdea3 - <tokio[407329db1a1bd8ae]::macros::scoped_tls::ScopedKey<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>>::set::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x644806354e8f - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   34:     0x644806355dba - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   35:     0x64480634f91a - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CurrentThread>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   36:     0x644806372c95 - <tokio[407329db1a1bd8ae]::runtime::Runtime>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/mod.rs:490:51
[INFO] [stdout]   37:     0x6448063b1ae9 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:70:49
[INFO] [stdout]   38:     0x6448063ad357 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:38:21
[INFO] [stdout]   39:     0x64480636b2d6 - <network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::broadcast::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x6448063e066b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x6448063e066b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   42:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   43:     0x6448063edee5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x6448063edee5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   48:     0x6448063edee5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   49:     0x6448063e77f4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   50:     0x6448063e77f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   52:     0x6448063f0f62 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x6448063f0f62 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   57:     0x6448063f0f62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x6448064bf1df - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   59:     0x6448064bf1df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x780bc8469aa4 - <unknown>
[INFO] [stdout]   61:     0x780bc84f6a64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- plaintcp::tests::reliable_sender::send stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'plaintcp::tests::reliable_sender::send' (1025) panicked at src/traits/mod.rs:21:14:
[INFO] [stdout] Deserialization failed: Io(Kind(UnexpectedEof))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6448064bf8b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6448064bf8b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6448064d446a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6448064d446a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6448064c42f2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6448064c42f2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x64480649e486 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64480649e486 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6448064b7bb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6448063ed58c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6448063ed58c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6448064b7e32 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6448064b7e32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64480649e542 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x644806493719 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64480649f25d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6448064d4bec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6448064d4962 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6448063bdb03 - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::boxed::Box<bincode[464985dafa90571a]::error::ErrorKind>>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x6448063c1f02 - <alloc[a7ee25936407c584]::string::String as network[cab99d082aff8dcb]::traits::Message>::from_bytes
[INFO] [stdout]                                at /opt/rustwide/workdir/src/traits/mod.rs:21:14
[INFO] [stdout]   22:     0x644806386b6b - <network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String> as tokio_util[f3a1716f13fd9f7c]::codec::decoder::Decoder>::decode
[INFO] [stdout]                                at /opt/rustwide/workdir/src/codec.rs:32:22
[INFO] [stdout]   23:     0x6448063797be - <tokio_util[f3a1716f13fd9f7c]::codec::framed_impl::FramedImpl<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>, tokio_util[f3a1716f13fd9f7c]::codec::framed_impl::ReadFrame> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.4/src/codec/framed_impl.rs:199:51
[INFO] [stdout]   24:     0x644806395e61 - <tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.4/src/codec/framed_read.rs:157:30
[INFO] [stdout]   25:     0x644806395bce - <&mut tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.25/src/stream.rs:104:9
[INFO] [stdout]   26:     0x6448063ca341 - <tokio_stream[8c27389a529024b2]::stream_ext::next::Next<tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.11/src/stream_ext/next.rs:42:29
[INFO] [stdout]   27:     0x6448063aa1e7 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/select.rs:507:49
[INFO] [stdout]   28:     0x6448063c9bb7 - <tokio[407329db1a1bd8ae]::future::poll_fn::PollFn<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/future/poll_fn.rs:38:9
[INFO] [stdout]   29:     0x6448063ab293 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:318:13
[INFO] [stdout]   30:     0x6448063acad6 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:255:57
[INFO] [stdout]   31:     0x6448063ad23b - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:241:14
[INFO] [stdout]   32:     0x6448063811bc - <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/core.rs:184:24
[INFO] [stdout]   33:     0x6448063919f6 - <tokio[407329db1a1bd8ae]::loom::std::unsafe_cell::UnsafeCell<tokio[407329db1a1bd8ae]::runtime::task::core::Stage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   34:     0x644806385e22 - <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/core.rs:174:24
[INFO] [stdout]   35:     0x64480635e21d - tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   36:     0x6448063de970 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x644806398afe - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6448063a77cb - __rust_try
[INFO] [stdout]   39:     0x6448063a3213 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x6448063a3213 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x64480635d321 - tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   42:     0x644806362da9 - <tokio[407329db1a1bd8ae]::runtime::task::harness::Harness<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   43:     0x644806363223 - <tokio[407329db1a1bd8ae]::runtime::task::harness::Harness<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   44:     0x6448063b485b - tokio[407329db1a1bd8ae]::runtime::task::raw::poll::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   45:     0x64480646ddc7 - <tokio[407329db1a1bd8ae]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   46:     0x6448063be691 - <tokio[407329db1a1bd8ae]::runtime::task::LocalNotified<alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/mod.rs:385:13
[INFO] [stdout]   47:     0x64480635a5ea - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:564:30
[INFO] [stdout]   48:     0x64480637426c - tokio[407329db1a1bd8ae]::coop::with_budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:102:9
[INFO] [stdout]   49:     0x64480636ca77 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::try_with::<tokio[407329db1a1bd8ae]::coop::with_budget<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   50:     0x64480636bc3e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::with::<tokio[407329db1a1bd8ae]::coop::with_budget<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   51:     0x6448063563e2 - tokio[407329db1a1bd8ae]::coop::with_budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:95:13
[INFO] [stdout]   52:     0x6448063563e2 - tokio[407329db1a1bd8ae]::coop::budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:72:5
[INFO] [stdout]   53:     0x6448063563e2 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:284:29
[INFO] [stdout]   54:     0x644806351836 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   55:     0x644806352918 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:284:14
[INFO] [stdout]   56:     0x644806357171 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:563:42
[INFO] [stdout]   57:     0x644806356794 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   58:     0x6448063cdc43 - <tokio[407329db1a1bd8ae]::macros::scoped_tls::ScopedKey<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>>::set::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   59:     0x6448063546af - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   60:     0x644806355cda - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   61:     0x64480634f32a - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CurrentThread>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   62:     0x644806372a65 - <tokio[407329db1a1bd8ae]::runtime::Runtime>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/mod.rs:490:51
[INFO] [stdout]   63:     0x6448063b1799 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:34:34
[INFO] [stdout]   64:     0x6448063ad2f7 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:10:16
[INFO] [stdout]   65:     0x64480636b256 - <network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x6448063e066b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x6448063e066b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   68:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   69:     0x6448063edee5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x6448063edee5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   74:     0x6448063edee5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   75:     0x6448063e77f4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   76:     0x6448063e77f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   77:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   78:     0x6448063f0f62 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   79:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   80:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x6448063f0f62 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   83:     0x6448063f0f62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   84:     0x6448064bf1df - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   85:     0x6448064bf1df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   86:     0x780bc8469aa4 - <unknown>
[INFO] [stdout]   87:     0x780bc84f6a64 - clone
[INFO] [stdout]   88:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'plaintcp::tests::reliable_sender::send' (1025) panicked at src/plaintcp/tests/reliable_sender.rs:31:5:
[INFO] [stdout] assertion failed: cancel_handler.await.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6448064bf8b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6448064bf8b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6448064d446a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6448064d446a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6448064c42f2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6448064c42f2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x64480649e486 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64480649e486 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6448064b7bb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6448063ed58c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6448063ed58c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6448064b7e32 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6448064b7e32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64480649e574 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x644806493719 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64480649f25d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6448064d4bec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6448064d4bb2 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x6448063adf0a - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:31:5
[INFO] [stdout]   21:     0x64480638f37d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x64480635af4d - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:525:64
[INFO] [stdout]   23:     0x644806373b50 - tokio[407329db1a1bd8ae]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:102:9
[INFO] [stdout]   24:     0x64480636c485 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::try_with::<tokio[407329db1a1bd8ae]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x64480636ba5e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::with::<tokio[407329db1a1bd8ae]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x64480635a54f - tokio[407329db1a1bd8ae]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:95:13
[INFO] [stdout]   27:     0x64480635a54f - tokio[407329db1a1bd8ae]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:72:5
[INFO] [stdout]   28:     0x64480635a54f - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:525:25
[INFO] [stdout]   29:     0x644806350590 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   30:     0x644806356aaf - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:524:44
[INFO] [stdout]   31:     0x644806356794 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   32:     0x6448063cdc43 - <tokio[407329db1a1bd8ae]::macros::scoped_tls::ScopedKey<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>>::set::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x6448063546af - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   34:     0x644806355cda - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   35:     0x64480634f32a - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CurrentThread>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   36:     0x644806372a65 - <tokio[407329db1a1bd8ae]::runtime::Runtime>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/mod.rs:490:51
[INFO] [stdout]   37:     0x6448063b1799 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:34:34
[INFO] [stdout]   38:     0x6448063ad2f7 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:10:16
[INFO] [stdout]   39:     0x64480636b256 - <network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::send::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x6448063e066b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x6448063e066b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   42:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   43:     0x6448063edee5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x6448063edee5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   48:     0x6448063edee5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   49:     0x6448063e77f4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   50:     0x6448063e77f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   52:     0x6448063f0f62 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x6448063f0f62 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   57:     0x6448063f0f62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x6448064bf1df - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   59:     0x6448064bf1df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x780bc8469aa4 - <unknown>
[INFO] [stdout]   61:     0x780bc84f6a64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- plaintcp::tests::reliable_sender::retry stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'plaintcp::tests::reliable_sender::retry' (1024) panicked at src/traits/mod.rs:21:14:
[INFO] [stdout] Deserialization failed: Io(Kind(UnexpectedEof))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6448064bf8b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6448064bf8b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6448064d446a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6448064d446a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6448064c42f2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6448064c42f2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x64480649e486 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64480649e486 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6448064b7bb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6448063ed58c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6448063ed58c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6448064b7e32 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6448064b7e32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64480649e542 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x644806493719 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64480649f25d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6448064d4bec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6448064d4962 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6448063bdb03 - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::boxed::Box<bincode[464985dafa90571a]::error::ErrorKind>>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x6448063c1f02 - <alloc[a7ee25936407c584]::string::String as network[cab99d082aff8dcb]::traits::Message>::from_bytes
[INFO] [stdout]                                at /opt/rustwide/workdir/src/traits/mod.rs:21:14
[INFO] [stdout]   22:     0x644806386b6b - <network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String> as tokio_util[f3a1716f13fd9f7c]::codec::decoder::Decoder>::decode
[INFO] [stdout]                                at /opt/rustwide/workdir/src/codec.rs:32:22
[INFO] [stdout]   23:     0x6448063797be - <tokio_util[f3a1716f13fd9f7c]::codec::framed_impl::FramedImpl<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>, tokio_util[f3a1716f13fd9f7c]::codec::framed_impl::ReadFrame> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.4/src/codec/framed_impl.rs:199:51
[INFO] [stdout]   24:     0x644806395e61 - <tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.4/src/codec/framed_read.rs:157:30
[INFO] [stdout]   25:     0x644806395bce - <&mut tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>> as futures_core[327bd86f3c152146]::stream::Stream>::poll_next
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.25/src/stream.rs:104:9
[INFO] [stdout]   26:     0x6448063ca341 - <tokio_stream[8c27389a529024b2]::stream_ext::next::Next<tokio_util[f3a1716f13fd9f7c]::codec::framed_read::FramedRead<tokio[407329db1a1bd8ae]::net::tcp::split::ReadHalf, network[cab99d082aff8dcb]::codec::Decodec<alloc[a7ee25936407c584]::string::String>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.11/src/stream_ext/next.rs:42:29
[INFO] [stdout]   27:     0x6448063aa1e7 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/select.rs:507:49
[INFO] [stdout]   28:     0x6448063c9bb7 - <tokio[407329db1a1bd8ae]::future::poll_fn::PollFn<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/future/poll_fn.rs:38:9
[INFO] [stdout]   29:     0x6448063ab293 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::keep_alive::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:318:13
[INFO] [stdout]   30:     0x6448063acad6 - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:255:57
[INFO] [stdout]   31:     0x6448063ad23b - <network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/reliable_sender.rs:241:14
[INFO] [stdout]   32:     0x6448063811bc - <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/core.rs:184:24
[INFO] [stdout]   33:     0x6448063919f6 - <tokio[407329db1a1bd8ae]::loom::std::unsafe_cell::UnsafeCell<tokio[407329db1a1bd8ae]::runtime::task::core::Stage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   34:     0x644806385e22 - <tokio[407329db1a1bd8ae]::runtime::task::core::CoreStage<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/core.rs:174:24
[INFO] [stdout]   35:     0x64480635e21d - tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   36:     0x6448063de970 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x644806398afe - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6448063a77cb - __rust_try
[INFO] [stdout]   39:     0x6448063a3213 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x6448063a3213 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x64480635d321 - tokio[407329db1a1bd8ae]::runtime::task::harness::poll_future::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   42:     0x644806362da9 - <tokio[407329db1a1bd8ae]::runtime::task::harness::Harness<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   43:     0x644806363223 - <tokio[407329db1a1bd8ae]::runtime::task::harness::Harness<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   44:     0x6448063b485b - tokio[407329db1a1bd8ae]::runtime::task::raw::poll::<<network[cab99d082aff8dcb]::plaintcp::reliable_sender::Connection<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>>::spawn::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   45:     0x64480646ddc7 - <tokio[407329db1a1bd8ae]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   46:     0x6448063be691 - <tokio[407329db1a1bd8ae]::runtime::task::LocalNotified<alloc[a7ee25936407c584]::sync::Arc<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/task/mod.rs:385:13
[INFO] [stdout]   47:     0x64480635a7aa - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:564:30
[INFO] [stdout]   48:     0x64480637439c - tokio[407329db1a1bd8ae]::coop::with_budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:102:9
[INFO] [stdout]   49:     0x64480636cb77 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::try_with::<tokio[407329db1a1bd8ae]::coop::with_budget<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   50:     0x64480636bc7e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::with::<tokio[407329db1a1bd8ae]::coop::with_budget<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   51:     0x644806356492 - tokio[407329db1a1bd8ae]::coop::with_budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:95:13
[INFO] [stdout]   52:     0x644806356492 - tokio[407329db1a1bd8ae]::coop::budget::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:72:5
[INFO] [stdout]   53:     0x644806356492 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:284:29
[INFO] [stdout]   54:     0x644806351b26 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   55:     0x644806352a28 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#3}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:284:14
[INFO] [stdout]   56:     0x644806357b81 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:563:42
[INFO] [stdout]   57:     0x6448063567b4 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   58:     0x6448063cdd73 - <tokio[407329db1a1bd8ae]::macros::scoped_tls::ScopedKey<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>>::set::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   59:     0x644806354a9f - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   60:     0x644806355d4a - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   61:     0x64480634f62e - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CurrentThread>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   62:     0x644806372b82 - <tokio[407329db1a1bd8ae]::runtime::Runtime>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/mod.rs:490:51
[INFO] [stdout]   63:     0x6448063b1946 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:99:34
[INFO] [stdout]   64:     0x6448063ad327 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:74:17
[INFO] [stdout]   65:     0x64480636b296 - <network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x6448063e066b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x6448063e066b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   68:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   69:     0x6448063edee5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x6448063edee5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   74:     0x6448063edee5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   75:     0x6448063e77f4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   76:     0x6448063e77f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   77:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   78:     0x6448063f0f62 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   79:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   80:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x6448063f0f62 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   83:     0x6448063f0f62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   84:     0x6448064bf1df - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   85:     0x6448064bf1df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   86:     0x780bc8469aa4 - <unknown>
[INFO] [stdout]   87:     0x780bc84f6a64 - clone
[INFO] [stdout]   88:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'plaintcp::tests::reliable_sender::retry' (1024) panicked at src/plaintcp/tests/reliable_sender.rs:96:5:
[INFO] [stdout] assertion failed: cancel_handler.await.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6448064bf8b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6448064bf8b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6448064bf8b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6448064d446a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6448064d446a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6448064c42f2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6448064c42f2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x64480649e486 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64480649e486 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6448064b7bb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6448063ed58c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6448063ed58c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6448064b7e32 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6448064b7e32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64480649e574 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x644806493719 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64480649f25d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6448064d4bec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6448064d4bb2 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x6448063aef0f - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:96:5
[INFO] [stdout]   21:     0x64480638f3bd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x64480635af8d - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:525:64
[INFO] [stdout]   23:     0x644806373c80 - tokio[407329db1a1bd8ae]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:102:9
[INFO] [stdout]   24:     0x64480636c585 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::try_with::<tokio[407329db1a1bd8ae]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x64480636baae - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[407329db1a1bd8ae]::coop::Budget>>>::with::<tokio[407329db1a1bd8ae]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x64480635a70f - tokio[407329db1a1bd8ae]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:95:13
[INFO] [stdout]   27:     0x64480635a70f - tokio[407329db1a1bd8ae]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:72:5
[INFO] [stdout]   28:     0x64480635a70f - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:525:25
[INFO] [stdout]   29:     0x6448063508b0 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   30:     0x6448063574bf - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:524:44
[INFO] [stdout]   31:     0x6448063567b4 - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   32:     0x6448063cdd73 - <tokio[407329db1a1bd8ae]::macros::scoped_tls::ScopedKey<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Context>>::set::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x644806354a9f - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   34:     0x644806355d4a - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   35:     0x64480634f62e - <tokio[407329db1a1bd8ae]::runtime::scheduler::current_thread::CurrentThread>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   36:     0x644806372b82 - <tokio[407329db1a1bd8ae]::runtime::Runtime>::block_on::<network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/mod.rs:490:51
[INFO] [stdout]   37:     0x6448063b1946 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:99:34
[INFO] [stdout]   38:     0x6448063ad327 - network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/plaintcp/tests/reliable_sender.rs:74:17
[INFO] [stdout]   39:     0x64480636b296 - <network[cab99d082aff8dcb]::plaintcp::tests::reliable_sender::retry::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x6448063e066b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x6448063e066b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   42:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   43:     0x6448063edee5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x6448063edee5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x6448063edee5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x6448063edee5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   48:     0x6448063edee5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   49:     0x6448063e77f4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   50:     0x6448063e77f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   52:     0x6448063f0f62 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x6448063f0f62 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x6448063f0f62 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x6448063f0f62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   57:     0x6448063f0f62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x6448064bf1df - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   59:     0x6448064bf1df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x780bc8469aa4 - <unknown>
[INFO] [stdout]   61:     0x780bc84f6a64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     plaintcp::tests::reliable_sender::broadcast
[INFO] [stdout]     plaintcp::tests::reliable_sender::retry
[INFO] [stdout]     plaintcp::tests::reliable_sender::send
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae", kill_on_drop: false }`
[INFO] [stdout] acba9dc7873b1f834024c397082098f48a808c8a09db46856e7d74cf82de2cae
