[INFO] cloning repository https://github.com/platy/raft
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/platy/raft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplaty%2Fraft", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplaty%2Fraft'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 435acea89117ed6cc90b70e2e3794d1bcba6cc56
[INFO] testing platy/raft against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplaty%2Fraft" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/platy/raft
[INFO] finished tweaking git repo https://github.com/platy/raft
[INFO] tweaked toml for git repo https://github.com/platy/raft written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/platy/raft on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/platy/raft 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7e126d969f0b504ca9f4782fd95446b31acce0622d863f7457539229a9b1d21c
[INFO] running `Command { std: "docker" "start" "-a" "7e126d969f0b504ca9f4782fd95446b31acce0622d863f7457539229a9b1d21c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7e126d969f0b504ca9f4782fd95446b31acce0622d863f7457539229a9b1d21c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e126d969f0b504ca9f4782fd95446b31acce0622d863f7457539229a9b1d21c", kill_on_drop: false }`
[INFO] [stdout] 7e126d969f0b504ca9f4782fd95446b31acce0622d863f7457539229a9b1d21c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 00314fe6bd29970336556a787a673b34c547b1a2125b224bfad316f21f7bf9e7
[INFO] running `Command { std: "docker" "start" "-a" "00314fe6bd29970336556a787a673b34c547b1a2125b224bfad316f21f7bf9e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.73
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling pin-project-internal v0.4.22
[INFO] [stderr]    Compiling futures-sink v0.3.5
[INFO] [stderr]    Compiling smallvec v1.4.1
[INFO] [stderr]    Compiling proc-macro-nested v0.1.6
[INFO] [stderr]    Compiling futures-io v0.3.5
[INFO] [stderr]    Compiling futures-channel v0.3.5
[INFO] [stderr]    Compiling futures-task v0.3.5
[INFO] [stderr]    Compiling futures-macro v0.3.5
[INFO] [stderr]    Compiling arc-swap v0.4.7
[INFO] [stderr]    Compiling tinyvec v0.3.3
[INFO] [stderr]    Compiling pin-project-lite v0.1.7
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling gimli v0.22.0
[INFO] [stderr]    Compiling net2 v0.2.34
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling signal-hook-registry v1.2.0
[INFO] [stderr]    Compiling mio v0.6.22
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.13
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling adler v0.2.3
[INFO] [stderr]    Compiling instant v0.1.6
[INFO] [stderr]    Compiling miniz_oxide v0.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling mio-uds v0.6.8
[INFO] [stderr]    Compiling tokio v0.2.22
[INFO] [stderr]    Compiling idna v0.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling pin-project v0.4.22
[INFO] [stderr]    Compiling futures-util v0.3.5
[INFO] [stderr]    Compiling lock_api v0.4.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.20
[INFO] [stderr]    Compiling object v0.20.0
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.16
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling url v2.1.1
[INFO] [stderr]    Compiling parking_lot v0.11.0
[INFO] [stderr]    Compiling addr2line v0.13.0
[INFO] [stderr]    Compiling thiserror v1.0.20
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling enum-as-inner v0.3.2
[INFO] [stderr]    Compiling async-trait v0.1.36
[INFO] [stderr]    Compiling derive_more v0.99.9
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling linked-hash-map v0.5.3
[INFO] [stderr]    Compiling serde_derive v1.0.114
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling resolv-conf v0.6.3
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.7.2
[INFO] [stderr]    Compiling lock_api v0.3.4
[INFO] [stderr]    Compiling backtrace v0.3.50
[INFO] [stderr]    Compiling actix-macros v0.1.2
[INFO] [stderr]    Compiling copyless v0.1.5
[INFO] [stderr]    Compiling serde v1.0.114
[INFO] [stderr]    Compiling parking_lot v0.10.2
[INFO] [stderr]    Compiling crossbeam-channel v0.4.3
[INFO] [stderr]    Compiling random-number-macro-impl v0.1.3
[INFO] [stderr]    Compiling tokio-util v0.3.1
[INFO] [stderr]    Compiling actix_derive v0.5.0
[INFO] [stderr]    Compiling random-number v0.1.3
[INFO] [stderr]    Compiling futures-executor v0.3.5
[INFO] [stderr]    Compiling futures v0.3.5
[INFO] [stderr]    Compiling trust-dns-proto v0.19.5
[INFO] [stderr]    Compiling actix-threadpool v0.3.3
[INFO] [stderr]    Compiling actix-rt v1.1.1
[INFO] [stderr]    Compiling trust-dns-resolver v0.19.5
[INFO] [stderr]    Compiling actix v0.10.0-alpha.3
[INFO] [stderr]    Compiling raft v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.61s
[INFO] running `Command { std: "docker" "inspect" "00314fe6bd29970336556a787a673b34c547b1a2125b224bfad316f21f7bf9e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00314fe6bd29970336556a787a673b34c547b1a2125b224bfad316f21f7bf9e7", kill_on_drop: false }`
[INFO] [stdout] 00314fe6bd29970336556a787a673b34c547b1a2125b224bfad316f21f7bf9e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 32a184261dcb01857cc558f897bc62eed16db81ca3aea6cbcb9fd7764b781018
[INFO] running `Command { std: "docker" "start" "-a" "32a184261dcb01857cc558f897bc62eed16db81ca3aea6cbcb9fd7764b781018", kill_on_drop: false }`
[INFO] [stderr]    Compiling raft v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.01s
[INFO] running `Command { std: "docker" "inspect" "32a184261dcb01857cc558f897bc62eed16db81ca3aea6cbcb9fd7764b781018", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32a184261dcb01857cc558f897bc62eed16db81ca3aea6cbcb9fd7764b781018", kill_on_drop: false }`
[INFO] [stdout] 32a184261dcb01857cc558f897bc62eed16db81ca3aea6cbcb9fd7764b781018
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] eb998d595d6027ab8412bf651ba775c84e22f6d8a1486266c05181cc6146b33e
[INFO] running `Command { std: "docker" "start" "-a" "eb998d595d6027ab8412bf651ba775c84e22f6d8a1486266c05181cc6146b33e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/raft-47d40beee03934ef)
[INFO] [stdout] 
[INFO] [stdout] running 47 tests
[INFO] [stdout] test log::test_vec::cmp_equal ... ok
[INFO] [stdout] test log::test_vec::cmp_greater ... ok
[INFO] [stdout] test log::test_vec::log_term_matches_matches ... ok
[INFO] [stdout] test log::test_vec::cmp_less ... ok
[INFO] [stdout] test log::test_vec::log_term_matches_not_exist ... ok
[INFO] [stdout] test log::test_vec::log_term_matches_wrong_term ... ok
[INFO] [stdout] test log::test_vec::truncate_if_different_and_append_nothing_if_no_new_items ... ok
[INFO] [stdout] test log::test_vec::truncate_if_different_and_append_append_if_extending ... ok
[INFO] [stdout] test log::test_vec::truncate_if_different_and_append_append_if_empty ... ok
[INFO] [stdout] test log::test_vec::truncate_if_different_and_append_replace_if_different ... ok
[INFO] [stdout] test log::test_vec::truncate_if_different_and_append_truncate_if_different ... ok
[INFO] [stdout] test log::test_vec::truncate_if_different_and_append_truncate_if_second_different ... ok
[INFO] [stdout] test server::all_server_rules::apply_commited ... ok
[INFO] [stdout] test server::all_server_rules::request_updates_term ... ok
[INFO] [stdout] test server::candidate_rules::become_leader ... ok
[INFO] [stdout] test server::candidate_rules::election_timeout ... ok
[INFO] [stdout] test server::candidate_rules::new_leader_appends_entries ... ok
[INFO] [stdout] test server::follower_to_candidate_rules::election_timeout ... ok
[INFO] [stdout] test server::candidate_rules::old_leader_appends_entries ... ok
[INFO] [stdout] test state::test_append_entries::impl2_no_entry ... ok
[INFO] [stdout] test state::test_append_entries::impl1 ... ok
[INFO] [stdout] test state::test_append_entries::impl2_no_term_match ... ok
[INFO] [stdout] test server::leader_rules::whole_handle_client_command ... ok
[INFO] [stdout] test state::test_append_entries::impl3_4 ... ok
[INFO] [stdout] test state::test_append_entries::impl3_first_doesnt_match ... ok
[INFO] [stdout] test state::test_append_entries::impl3_second_doesnt_match ... ok
[INFO] [stdout] test state::test_append_entries::impl4 ... ok
[INFO] [stdout] test state::test_leader_state::initial ... ok
[INFO] [stdout] test state::test_append_entries::impl5_leader_commit_passes ... ok
[INFO] [stdout] test state::test_leader_state::match_index_increases ... ok
[INFO] [stdout] test state::test_persistent_state::current_term_increases ... ok
[INFO] [stdout] test state::test_leader_state::majority_match ... ok
[INFO] [stdout] test state::test_append_entries::impl5_leader_commit ... ok
[INFO] [stdout] test state::test_request_vote::impl1 ... ok
[INFO] [stdout] test state::test_request_vote::impl2_novote_log_longer ... ok
[INFO] [stdout] test state::test_request_vote::impl2_novote_log_same ... ok
[INFO] [stdout] test state::test_request_vote::impl2_voted_log_shorter ... ok
[INFO] [stdout] test state::test_persistent_state::default ... ok
[INFO] [stdout] test state::test_volatile_state::default ... ok
[INFO] [stdout] test state::test_volatile_state::last_applied_increases ... ok
[INFO] [stdout] test state::test_request_vote::impl2_votedother_log_same ... ok
[INFO] [stdout] test state::test_volatile_state::commit_index_increases ... ok
[INFO] [stdout] test log::test_vec::truncate_if_different_and_append_panics_if_prev_too_high - should panic ... ok
[INFO] [stdout] test state::test_leader_state::match_index_increases_monotonically - should panic ... ok
[INFO] [stdout] test state::test_persistent_state::current_term_increases_monotonically - should panic ... ok
[INFO] [stdout] test state::test_volatile_state::commit_index_increases_monotonically - should panic ... ok
[INFO] [stdout] test state::test_volatile_state::last_applied_increases_monotonically - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cluster.rs (/opt/rustwide/target/debug/deps/cluster-96c97e82f17d5ffa)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_cluster_1 ... ok
[INFO] [stdout] test test_cluster_2 ... ok
[INFO] [stdout] test test_cluster_5 ... ok
[INFO] [stdout] test test_cluster_20 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_cluster_20 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at src/state.rs:307:13:
[INFO] [stdout] Heartbeat on non-leader
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac342d0c - std[ec419fa8110287d5]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x5a8aac33b0f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac338960 - std[ec419fa8110287d5]::panicking::begin_panic::<&str>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x5a8aac21e61a - <raft[368ca90f9fc75c2c]::state::ServerState<alloc[a8a7aba520129d98]::vec::Vec<raft[368ca90f9fc75c2c]::log::Item<u32>>>>::follower_inconsistent
[INFO] [stdout]                                at /opt/rustwide/workdir/src/state.rs:307:13
[INFO] [stdout]   19:     0x5a8aac21f01f - <raft[368ca90f9fc75c2c]::server::Server<u32, alloc[a8a7aba520129d98]::vec::Vec<raft[368ca90f9fc75c2c]::log::Item<u32>>>>::receive_append_entries_response
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server.rs:157:24
[INFO] [stdout]   20:     0x5a8aac22f679 - <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::AER>>::handle
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:277:14
[INFO] [stdout]   21:     0x5a8aac1eef51 - <actix[1f21c43aa5dfbfc]::contextitems::ActorMessageItem<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, cluster[f8e08d0e0dc901b4]::AER> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/contextitems.rs:146:19
[INFO] [stdout]   22:     0x5a8aac1ee8a6 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn actix[1f21c43aa5dfbfc]::fut::ActorFuture<Actor = cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, Output = ()>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:323:37
[INFO] [stdout]   23:     0x5a8aac20805d - <actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/contextimpl.rs:384:56
[INFO] [stdout]   24:     0x5a8aac222a01 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac2328d6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac226f4c - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d1fc1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac2019f0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb57a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221a23 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac233d90 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac233d90 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d48ff - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204cdb - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:167:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22b10e - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22b10e - <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:167:46
[INFO] [stdout]   22:     0x5a8aac1de50d - <actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:398:28
[INFO] [stdout]   23:     0x5a8aac1ee0f0 - <actix[1f21c43aa5dfbfc]::fut::map::Map<actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>, <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#1}> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/map.rs:45:35
[INFO] [stdout]   24:     0x5a8aac1ee8a6 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn actix[1f21c43aa5dfbfc]::fut::ActorFuture<Actor = cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, Output = ()>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:323:37
[INFO] [stdout]   25:     0x5a8aac20805d - <actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/contextimpl.rs:384:56
[INFO] [stdout]   26:     0x5a8aac222a01 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   27:     0x5a8aac2328d6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5a8aac226f4c - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   29:     0x5a8aac1d1fc1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   30:     0x5a8aac2019f0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x5a8aac1eb57a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   32:     0x5a8aac221a23 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   34:     0x5a8aac233d90 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   35:     0x5a8aac233d90 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x5a8aac1d48ff - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   37:     0x5a8aac204cdb - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   38:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   39:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   40:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   41:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   42:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   43:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   44:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   45:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   46:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   47:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   48:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   49:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   50:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   51:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   52:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   53:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   54:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   55:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   56:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   57:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   58:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   59:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   60:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   61:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   62:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   63:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   64:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   65:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   66:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   67:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   68:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   69:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   70:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   71:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   72:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   75:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   76:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   78:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   79:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   81:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   82:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   83:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   85:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   90:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   92:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   93:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   94:     0x73545a2b5a64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:167:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22b10e - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22b10e - <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:167:46
[INFO] [stdout]   22:     0x5a8aac1de50d - <actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:398:28
[INFO] [stdout]   23:     0x5a8aac1ee0f0 - <actix[1f21c43aa5dfbfc]::fut::map::Map<actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>, <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#1}> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/map.rs:45:35
[INFO] [stdout]   24:     0x5a8aac1ee8a6 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn actix[1f21c43aa5dfbfc]::fut::ActorFuture<Actor = cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, Output = ()>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:323:37
[INFO] [stdout]   25:     0x5a8aac20805d - <actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/contextimpl.rs:384:56
[INFO] [stdout]   26:     0x5a8aac222a01 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   27:     0x5a8aac2328d6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5a8aac226f4c - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   29:     0x5a8aac1d1fc1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   30:     0x5a8aac2019f0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x5a8aac1eb57a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   32:     0x5a8aac221a23 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   34:     0x5a8aac233d90 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   35:     0x5a8aac233d90 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x5a8aac1d48ff - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   37:     0x5a8aac204cdb - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   38:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   39:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   40:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   41:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   42:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   43:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   44:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   45:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   46:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   47:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   48:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   49:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   50:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   51:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   52:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   53:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   54:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   55:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   56:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   57:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   58:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   59:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   60:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   61:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   62:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   63:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   64:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   65:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   66:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   67:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   68:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   69:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   70:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   71:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   72:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   75:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   76:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   78:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   79:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   81:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   82:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   83:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   85:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   90:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   92:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   93:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   94:     0x73545a2b5a64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:167:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22b10e - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22b10e - <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:167:46
[INFO] [stdout]   22:     0x5a8aac1de50d - <actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:398:28
[INFO] [stdout]   23:     0x5a8aac1ee0f0 - <actix[1f21c43aa5dfbfc]::fut::map::Map<actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>, <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#1}> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/map.rs:45:35
[INFO] [stdout]   24:     0x5a8aac1ee8a6 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn actix[1f21c43aa5dfbfc]::fut::ActorFuture<Actor = cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, Output = ()>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:323:37
[INFO] [stdout]   25:     0x5a8aac20805d - <actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/contextimpl.rs:384:56
[INFO] [stdout]   26:     0x5a8aac222a01 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   27:     0x5a8aac2328d6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5a8aac226f4c - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   29:     0x5a8aac1d1fc1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   30:     0x5a8aac2019f0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x5a8aac1eb57a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   32:     0x5a8aac221a23 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   34:     0x5a8aac233d90 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   35:     0x5a8aac233d90 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x5a8aac1d48ff - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   37:     0x5a8aac204cdb - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   38:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   39:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   40:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   41:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   42:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   43:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   44:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   45:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   46:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   47:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   48:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   49:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   50:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   51:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   52:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   53:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   54:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   55:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   56:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   57:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   58:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   59:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   60:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   61:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   62:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   63:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   64:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   65:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   66:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   67:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   68:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   69:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   70:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   71:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   72:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   75:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   76:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   78:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   79:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   81:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   82:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   83:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   85:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   90:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   92:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   93:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   94:     0x73545a2b5a64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:167:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22b10e - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22b10e - <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:167:46
[INFO] [stdout]   22:     0x5a8aac1de50d - <actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:398:28
[INFO] [stdout]   23:     0x5a8aac1ee0f0 - <actix[1f21c43aa5dfbfc]::fut::map::Map<actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>, <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#1}> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/map.rs:45:35
[INFO] [stdout]   24:     0x5a8aac1ee8a6 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn actix[1f21c43aa5dfbfc]::fut::ActorFuture<Actor = cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, Output = ()>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:323:37
[INFO] [stdout]   25:     0x5a8aac20805d - <actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/contextimpl.rs:384:56
[INFO] [stdout]   26:     0x5a8aac222a01 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   27:     0x5a8aac2328d6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5a8aac226f4c - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   29:     0x5a8aac1d1fc1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   30:     0x5a8aac2019f0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x5a8aac1eb57a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   32:     0x5a8aac221a23 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   34:     0x5a8aac233d90 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   35:     0x5a8aac233d90 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x5a8aac1d48ff - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   37:     0x5a8aac204cdb - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   38:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   39:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   40:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   41:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   42:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   43:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   44:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   45:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   46:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   47:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   48:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   49:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   50:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   51:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   52:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   53:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   54:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   55:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   56:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   57:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   58:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   59:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   60:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   61:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   62:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   63:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   64:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   65:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   66:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   67:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   68:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   69:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   70:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   71:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   72:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   75:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   76:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   78:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   79:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   81:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   82:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   83:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   85:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   90:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   92:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   93:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   94:     0x73545a2b5a64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:167:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22b10e - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22b10e - <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:167:46
[INFO] [stdout]   22:     0x5a8aac1de50d - <actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:398:28
[INFO] [stdout]   23:     0x5a8aac1ee0f0 - <actix[1f21c43aa5dfbfc]::fut::map::Map<actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>, <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#1}> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/map.rs:45:35
[INFO] [stdout]   24:     0x5a8aac1ee8a6 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn actix[1f21c43aa5dfbfc]::fut::ActorFuture<Actor = cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, Output = ()>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:323:37
[INFO] [stdout]   25:     0x5a8aac20805d - <actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/contextimpl.rs:384:56
[INFO] [stdout]   26:     0x5a8aac222a01 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   27:     0x5a8aac2328d6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5a8aac226f4c - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   29:     0x5a8aac1d1fc1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   30:     0x5a8aac2019f0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x5a8aac1eb57a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   32:     0x5a8aac221a23 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   34:     0x5a8aac233d90 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   35:     0x5a8aac233d90 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x5a8aac1d48ff - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   37:     0x5a8aac204cdb - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   38:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   39:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   40:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   41:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   42:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   43:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   44:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   45:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   46:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   47:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   48:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   49:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   50:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   51:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   52:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   53:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   54:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   55:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   56:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   57:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   58:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   59:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   60:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   61:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   62:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   63:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   64:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   65:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   66:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   67:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   68:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   69:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   70:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   71:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   72:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   75:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   76:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   78:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   79:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   81:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   82:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   83:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   85:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   90:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   92:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   93:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   94:     0x73545a2b5a64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:167:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22b10e - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22b10e - <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:167:46
[INFO] [stdout]   22:     0x5a8aac1de50d - <actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:398:28
[INFO] [stdout]   23:     0x5a8aac1ee0f0 - <actix[1f21c43aa5dfbfc]::fut::map::Map<actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>, <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#1}> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/map.rs:45:35
[INFO] [stdout]   24:     0x5a8aac1ee8a6 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn actix[1f21c43aa5dfbfc]::fut::ActorFuture<Actor = cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, Output = ()>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:323:37
[INFO] [stdout]   25:     0x5a8aac20805d - <actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/contextimpl.rs:384:56
[INFO] [stdout]   26:     0x5a8aac222a01 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   27:     0x5a8aac2328d6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5a8aac226f4c - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   29:     0x5a8aac1d1fc1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   30:     0x5a8aac2019f0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x5a8aac1eb57a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   32:     0x5a8aac221a23 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   34:     0x5a8aac233d90 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   35:     0x5a8aac233d90 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x5a8aac1d48ff - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   37:     0x5a8aac204cdb - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   38:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   39:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   40:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   41:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   42:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   43:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   44:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   45:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   46:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   47:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   48:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   49:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   50:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   51:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   52:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   53:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   54:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   55:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   56:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   57:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   58:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   59:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   60:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   61:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   62:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   63:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   64:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   65:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   66:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   67:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   68:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   69:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   70:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   71:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   72:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   75:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   76:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   78:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   79:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   81:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   82:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   83:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   85:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   90:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   92:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   93:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   94:     0x73545a2b5a64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:167:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22b10e - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22b10e - <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:167:46
[INFO] [stdout]   22:     0x5a8aac1de50d - <actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:398:28
[INFO] [stdout]   23:     0x5a8aac1ee0f0 - <actix[1f21c43aa5dfbfc]::fut::map::Map<actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>, <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#1}> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/map.rs:45:35
[INFO] [stdout]   24:     0x5a8aac1ee8a6 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn actix[1f21c43aa5dfbfc]::fut::ActorFuture<Actor = cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, Output = ()>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:323:37
[INFO] [stdout]   25:     0x5a8aac20805d - <actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/contextimpl.rs:384:56
[INFO] [stdout]   26:     0x5a8aac222a01 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   27:     0x5a8aac2328d6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5a8aac226f4c - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   29:     0x5a8aac1d1fc1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   30:     0x5a8aac2019f0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x5a8aac1eb57a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   32:     0x5a8aac221a23 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   34:     0x5a8aac233d90 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   35:     0x5a8aac233d90 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x5a8aac1d48ff - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   37:     0x5a8aac204cdb - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   38:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   39:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   40:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   41:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   42:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   43:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   44:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   45:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   46:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   47:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   48:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   49:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   50:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   51:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   52:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   53:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   54:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   55:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   56:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   57:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   58:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   59:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   60:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   61:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   62:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   63:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   64:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   65:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   66:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   67:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   68:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   69:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   70:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   71:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   72:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   75:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   76:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   78:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   79:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   81:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   82:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   83:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   85:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   90:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   92:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   93:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   94:     0x73545a2b5a64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:167:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22b10e - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22b10e - <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:167:46
[INFO] [stdout]   22:     0x5a8aac1de50d - <actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:398:28
[INFO] [stdout]   23:     0x5a8aac1ee0f0 - <actix[1f21c43aa5dfbfc]::fut::map::Map<actix[1f21c43aa5dfbfc]::fut::FutureWrap<<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#0}, cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>, <cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>> as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::ElectionTimeout>>::handle::{closure#1}> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/map.rs:45:35
[INFO] [stdout]   24:     0x5a8aac1ee8a6 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn actix[1f21c43aa5dfbfc]::fut::ActorFuture<Actor = cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, Output = ()>>> as actix[1f21c43aa5dfbfc]::fut::ActorFuture>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/fut/mod.rs:323:37
[INFO] [stdout]   25:     0x5a8aac20805d - <actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/contextimpl.rs:384:56
[INFO] [stdout]   26:     0x5a8aac222a01 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   27:     0x5a8aac2328d6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5a8aac226f4c - <tokio[37bf5da27bb13647]::runtime::task::core::Core<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   29:     0x5a8aac1d1fc1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   30:     0x5a8aac2019f0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x5a8aac1eb57a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   32:     0x5a8aac221a23 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   34:     0x5a8aac233d90 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   35:     0x5a8aac233d90 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x5a8aac1d48ff - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   37:     0x5a8aac204cdb - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<actix[1f21c43aa5dfbfc]::contextimpl::ContextFut<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>, actix[1f21c43aa5dfbfc]::context::Context<cluster[f8e08d0e0dc901b4]::Node<actix[1f21c43aa5dfbfc]::actor::SpawnHandle, alloc[a8a7aba520129d98]::rc::Rc<core[35159d6ffb30e017]::sync::atomic::Atomic<u32>>>>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   38:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   39:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   40:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   41:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   42:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   43:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   44:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   45:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   46:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   47:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   48:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   49:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   50:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   51:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   52:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   53:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   54:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   55:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   56:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   57:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   58:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   59:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   60:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   61:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   62:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   63:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   64:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   65:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   66:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   67:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   68:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   69:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   70:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   71:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   72:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   75:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   76:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   78:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   79:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   81:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   82:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   83:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   85:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   90:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   92:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   93:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   94:     0x73545a2b5a64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[INFO] [stdout]   28:     0x5a8aac201ba0 - <<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5a8aac1eb66a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5a8aac221cc3 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5a8aac236f1b - __rust_try
[INFO] [stdout]   32:     0x5a8aac234270 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5a8aac234270 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<core[35159d6ffb30e017]::result::Result<(), tokio[37bf5da27bb13647]::runtime::task::error::JoinError>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5a8aac1d6fbf - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:89:19
[INFO] [stdout]   35:     0x5a8aac204d3b - tokio[37bf5da27bb13647]::runtime::task::raw::poll::<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   36:     0x5a8aac2f66e7 - <tokio[37bf5da27bb13647]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   37:     0x5a8aac2f71d1 - <tokio[37bf5da27bb13647]::runtime::task::Notified<alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/mod.rs:169:20
[INFO] [stdout]   38:     0x5a8aac2f93cb - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:59
[INFO] [stdout]   39:     0x5a8aac300e3c - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   40:     0x5a8aac2f7aec - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x5a8aac2f791f - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::with_budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   43:     0x5a8aac2faa3a - tokio[37bf5da27bb13647]::coop::budget::<(), <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   44:     0x5a8aac2faa3a - <tokio[37bf5da27bb13647]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:408:31
[INFO] [stdout]   45:     0x5a8aac1f9d89 - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:532:29
[INFO] [stdout]   46:     0x5a8aac1e647d - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::task::local::Context>>::set::<<tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   47:     0x5a8aac1f27ea - <tokio[37bf5da27bb13647]::task::local::LocalSet>::with::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:442:17
[INFO] [stdout]   48:     0x5a8aac1fb2db - <tokio[37bf5da27bb13647]::task::local::RunUntil<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:518:22
[INFO] [stdout]   49:     0x5a8aac1f62a1 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:392:19
[INFO] [stdout]   50:     0x5a8aac1f941d - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   51:     0x5a8aac20a1a0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:127:9
[INFO] [stdout]   52:     0x5a8aac1d9d75 - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::try_with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   53:     0x5a8aac1d931e - <std[ec419fa8110287d5]::thread::local::LocalKey<core[35159d6ffb30e017]::cell::Cell<tokio[37bf5da27bb13647]::coop::Budget>>>::with::<tokio[37bf5da27bb13647]::coop::with_budget<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   54:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:120:13
[INFO] [stdout]   55:     0x5a8aac1f7be0 - tokio[37bf5da27bb13647]::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/coop.rs:96:5
[INFO] [stdout]   56:     0x5a8aac1f7be0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   57:     0x5a8aac1f8fde - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   58:     0x5a8aac1e7217 - <tokio[37bf5da27bb13647]::macros::scoped_tls::ScopedKey<tokio[37bf5da27bb13647]::runtime::basic_scheduler::Context>>::set::<tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   59:     0x5a8aac1f4e95 - tokio[37bf5da27bb13647]::runtime::basic_scheduler::enter::<<tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   60:     0x5a8aac1f2bf0 - <tokio[37bf5da27bb13647]::runtime::basic_scheduler::BasicScheduler<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::time::driver::Driver<tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>, tokio[37bf5da27bb13647]::park::either::Either<tokio[37bf5da27bb13647]::io::driver::Driver, tokio[37bf5da27bb13647]::park::thread::ParkThread>>>>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   61:     0x5a8aac1e7c02 - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:444:39
[INFO] [stdout]   62:     0x5a8aac234a1b - tokio[37bf5da27bb13647]::runtime::context::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/context.rs:72:5
[INFO] [stdout]   63:     0x5a8aac1ebe9a - <tokio[37bf5da27bb13647]::runtime::handle::Handle>::enter::<<tokio[37bf5da27bb13647]::runtime::Runtime>::block_on<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/handle.rs:76:9
[INFO] [stdout]   64:     0x5a8aac1e60ca - <tokio[37bf5da27bb13647]::runtime::Runtime>::block_on::<<tokio[37bf5da27bb13647]::task::local::LocalSet>::run_until<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/mod.rs:441:21
[INFO] [stdout]   65:     0x5a8aac1f29b6 - <tokio[37bf5da27bb13647]::task::local::LocalSet>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/task/local.rs:353:12
[INFO] [stdout]   66:     0x5a8aac1d90db - <actix_rt[608ad6be6bfe43a4]::runtime::Runtime>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   67:     0x5a8aac203711 - <actix_rt[608ad6be6bfe43a4]::builder::SystemRunner>::block_on::<cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   68:     0x5a8aac22d74a - cluster[f8e08d0e0dc901b4]::test_cluster_20
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:503:12
[INFO] [stdout]   69:     0x5a8aac229107 - cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:494:21
[INFO] [stdout]   70:     0x5a8aac201906 - <cluster[f8e08d0e0dc901b4]::test_cluster_20::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5a8aac236f9b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x5a8aac236f9b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   73:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   74:     0x5a8aac24478b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5a8aac24478b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5a8aac24478b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   79:     0x5a8aac24478b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   80:     0x5a8aac23f164 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   81:     0x5a8aac23f164 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   82:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   83:     0x5a8aac247392 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   84:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   85:     0x5a8aac247392 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x5a8aac247392 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x5a8aac247392 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   88:     0x5a8aac247392 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   89:     0x5a8aac36429f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   90:     0x5a8aac36429f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   91:     0x73545a228aa4 - <unknown>
[INFO] [stdout]   92:     0x73545a2b5a64 - clone
[INFO] [stdout]   93:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'test_cluster_20' (68) panicked at tests/cluster.rs:445:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8aac36498a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8aac36498a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8aac36498a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8aac37919a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8aac37919a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a8aac3692b2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a8aac3692b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a8aac3436ef - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8aac3436ef - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8aac35ce39 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8aac243cbc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a8aac243cbc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8aac35cff2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a8aac35cff2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8aac3437a8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8aac33b119 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8aac3444bd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8aac37994c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8aac379692 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8aac22ccfd - <core[35159d6ffb30e017]::result::Result<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse, actix[1f21c43aa5dfbfc]::address::MailboxError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8aac22ccfd - <cluster[f8e08d0e0dc901b4]::ClusterRunner as actix[1f21c43aa5dfbfc]::handler::Handler<cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cluster.rs:445:37
[INFO] [stdout]   22:     0x5a8aac1ef435 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a8aac2131fb - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle::<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.10.0-alpha.3/src/handler.rs:434:28
[INFO] [stdout]   24:     0x5a8aac2243a4 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:173:24
[INFO] [stdout]   25:     0x5a8aac232ff6 - <tokio[37bf5da27bb13647]::loom::std::unsafe_cell::UnsafeCell<tokio[37bf5da27bb13647]::runtime::task::core::Stage<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   26:     0x5a8aac227610 - <tokio[37bf5da27bb13647]::runtime::task::core::Core<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/core.rs:158:24
[INFO] [stdout]   27:     0x5a8aac1d31c1 - <tokio[37bf5da27bb13647]::runtime::task::harness::Harness<<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>> as actix[1f21c43aa5dfbfc]::handler::MessageResponse<cluster[f8e08d0e0dc901b4]::ClusterRunner, cluster[f8e08d0e0dc901b4]::RoutedMessage<raft[368ca90f9fc75c2c]::rpc::RequestVoteRequest>>>::handle<futures_channel[9384da8c62298cdc]::oneshot::Sender<raft[368ca90f9fc75c2c]::rpc::RequestVoteResponse>>::{closure#0}, alloc[a8a7aba520129d98]::sync::Arc<tokio[37bf5da27bb13647]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.22/src/runtime/task/harness.rs:107:38
[WARN] too many lines in the log, truncating it
